Moving Average Crossover EA

MQL5 Experts

Job finished

Execution time 5 days
Feedback from employee
Good client.
Feedback from customer
Developer has done a very good in helping me code my EA. I will 100% recommend him to others.

Specification

Hi developers,
I'm keen to design a EA with the entry criteria of MA crossovers. Below are the parameters of the EAs that I want to be in the EA.


Inputs

Variables
=====Entry Conditions=====
Moving Average Type = Simple (Default) | Exponential
Moving Average # 1 = 9 (Default)

Moving Average # 2 = 21 (Default)


=====Trading Currency Pairs=====
AUDCAD = TRUE (Default) | FALSE
AUDCHF = TRUE (Default) | FALSE
AUDGBP = TRUE (Default) | FALSE
AUDJPY = TRUE (Default) | FALSE
AUDNZD = TRUE (Default) | FALSE
AUDUSD = TRUE (Default) | FALSE
CADCHF = TRUE (Default) | FALSE
CADJPY = TRUE (Default) | FALSE
CHFJPY = TRUE (Default) | FALSE
EURAUD = TRUE (Default) | FALSE
EURCAD = TRUE (Default) | FALSE
EURCHF = TRUE (Default) | FALSE
EURGBP = TRUE (Default) | FALSE
EURJPY = TRUE (Default) | FALSE
EURNZD = TRUE (Default) | FALSE
EURUSD = TRUE (Default) | FALSE
GBPAUD = TRUE (Default) | FALSE
GBPCAD = TRUE (Default) | FALSE
GBPCHF = TRUE (Default) | FALSE
GBPJPY = TRUE (Default) | FALSE
GBPNZD = TRUE (Default) | FALSE
GBPUSD = TRUE (Default) | FALSE
NZDCHF = TRUE (Default) | FALSE
NZDJPY = TRUE (Default) | FALSE
NZDUSD = TRUE (Default) | FALSE
USDCAD = TRUE (Default) | FALSE
USDCHF = TRUE (Default) | FALSE
USDJPY = TRUE (Default) | FALSE
XAUUSD = TRUE (Default) | FALSE

XAGUSD = TRUE (Default) | FALSE


=====Order Settings=====
Lot Sizing Type = Auto (Default) | Fixed
Lot Size = 0.01 (Default)
Use Default TP/SL = TRUE (Default) | FALSE
Take Profit = 0 (Default)

Stop Loss = 0 (Default)


=====Tradeing Time Filter=====
Start Time (HH:MM) = 0 (Default = disable)

Stop Time (HH:MM) = 0 (Default = disable)


=====Risk Managment=====
Use Trailing Stop Loss = TRUE | FALSE (Default)
Trailing Stop Loss = 0 (Default)
Profits to Lock = 0 (Default)
Trailing Steps = 0 (Default)

Delete TP when TSL Triggered = TRUE (Default) | FALSE



READ!
Entry Conditions - BUY when the 9 MA crosses above the 21 MA, SELL when the 9 MA crosses below the 21 MA.
Auto Lot Sizing - Based on account balance, for every S$500 account balance, lot size for each position is 0.01. If account balance is 1500, lot size will be 0.03.
Default SL - For BUY trades, 10 pips below the previous bearish candle low. For SELL trades, 10 pips above the previous bullish candle high.
Default TP - 2:1 Risk rewards ratio. If SL is at 20 pips, TP is at 40 pips.
Time Filter - in HH:MM format
Trailing Stop Loss - Activated only when the trade is in profit by a specified amount, e.g. 10 pips. When trade is in loss, trailing stop loss WILL NOT be activated.
Profts to Lock - Lock a specified amount, for example 10 pips into profits, lock 5 pips.
Trailing Steps - Steps to trail

Responded

1
Developer 1
Rating
(137)
Projects
160
23%
Arbitration
7
0% / 43%
Overdue
4
3%
Loaded
2
Developer 2
Rating
(159)
Projects
173
33%
Arbitration
6
50% / 50%
Overdue
2
1%
Loaded
3
Developer 3
Rating
(10)
Projects
25
28%
Arbitration
1
0% / 0%
Overdue
1
4%
Loaded
4
Developer 4
Rating
(2)
Projects
3
33%
Arbitration
0
Overdue
0
Free
5
Developer 5
Rating
(5)
Projects
7
29%
Arbitration
2
50% / 0%
Overdue
2
29%
Free
6
Developer 6
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
7
Developer 7
Rating
(90)
Projects
110
37%
Arbitration
8
88% / 0%
Overdue
0
Free
8
Developer 8
Rating
(57)
Projects
75
25%
Arbitration
9
33% / 56%
Overdue
8
11%
Free
9
Developer 9
Rating
(508)
Projects
764
63%
Arbitration
33
27% / 45%
Overdue
23
3%
Free
10
Developer 10
Rating
(73)
Projects
85
56%
Arbitration
0
Overdue
0
Free
11
Developer 11
Rating
(2077)
Projects
2635
61%
Arbitration
113
45% / 26%
Overdue
418
16%
Working
12
Developer 12
Rating
(17)
Projects
22
36%
Arbitration
0
Overdue
0
Working
13
Developer 13
Rating
(37)
Projects
59
27%
Arbitration
25
20% / 52%
Overdue
10
17%
Working
14
Developer 14
Rating
Projects
0
0%
Arbitration
1
0% / 100%
Overdue
0
Free
Similar orders
Hi, I have a Live Data feature for my trading accounts that lets me check details like total open positions, number of lots, profits, etc. I need someone to add the number of pending orders to this live data. This is important for me to ensure that all accounts have the same number of pending orders, since I use a copy trading system. Also, there is a website where I check all the data. In this case, you would need
OK I just need 1 MOD Who can do it free There is a (Reciever EA) that receives signals from a (Sender EA) I need to ADD one mod It may even look like the option/signal is there= Ignore it Coding was wrong on that part This is simple The option in the Reicver EA will Be called "Open Copy Live" with the option to Set to True or False When set to true the Reicver EA will Watch
Hi there, I need a very highly skilled mt4 programmer to code and design an EA from scratch. The logic of the EA will be discussed with you in comments section, only reach out if you can code perfectly for mt4 using MQL4 coding solutions language, EA must be able to run well without any problems and work according to the logic thanks
I came across an indicator that's perfectly good in catching spikes in boom amd crash but i would want it to be modified and to improve accuracy As a professional you will have to go through the indicator and explain to me the strategy with which the indicator was buid and tell me the possibility of improving it better
### Summary of EA Requirements 1. **Time Period**: - The EA should operate on the H4 timeframe. 2. **RelicusRoad MACD v2 Indicator**: - **Parameters**: - Fast EMA Period: 12 - Fast EMA Type: Close price - Slow EMA Period: 24 - Slow EMA Type: Close price - Signal SMA Period: 9 - The EA should use this indicator to determine the crossover condition between the MACD line and the signal line. 3
An EA that executes when the 21 and 55 SMA Cross on certain time frame also the EA will understand supply and demand levels and executes when price reacts on this levels specified and target/stoploss levels will be predetermined...also the robot will also comprise stochastic oscillator
Ind V5 TV Strategy Requirements: Instruments: Forex pairs, Crypto and Stocks across exchanges TimeFrame: Multi-Time Frame comparisons, details below Indicators: Ichimoku Cloud, ATR & Choppiness Index Trade times: First Order: Day of Week Start Time, Day of Week First Order time, Day of Week Last Order Time and Day of Week Square Off Time Intraday TF: 1 min, 3 mins, 9 mins, 27 mins and 81 mins Position Size (Lots)
I want this EA in mql4. The two indicators are written in pinescript Developer should please understand it to develop the EA. One of the indicator will be used as direction and the other for entry. The should have code that it can be used for( only one PC and an expiration date. ; this the developer should show me how to adjust it, so that I can adjust to my preference). Parameters:number of trades.lotsize, SL pips
I need a robot for forex trading~~The way the robot should work is that when I put it into a 5 minute chart, the chart will show 15 minutes, one hour, Regardless of whether they are buying or selling, they must buy or sell in the same color at the same time~~~ Use the following indicators: HalfTrend 1 & alerts mtf Trafficlight indicator.MQ4 When placed into a 5 minute chart ~ the chart will show 15 minutes, one
I am looking for a programmer to do EA trader. If you can understand what I want from the video i do and you can do it, contact me because you will be able to do what I want. https://drive.google.com/file/d/1wbHxbUQQqCkdpr0-pHfIh2b288LzYTV2/view?usp=sharing maximum budget = 150$ Preference is given to someone who: -speaks Arabic so I can explain it clearly to him - And the lowest price

Project information

Budget
30+ USD
For the developer
27 USD