EA that opens orders based on 2 EMA's crossing and a pullback that happens after the crossing. SL based on ATR and TP based on RR.

MQL5 Esperti

Lavoro terminato

Tempo di esecuzione 35 giorni
Feedback del cliente
Good developer! Works very fast and accurate.

Specifiche

The opening of trades is based on the crossing of 2 EMA's (example 20EMA and 100 EMA) and a pullback after that crossing.

When the 20 EMA crosses up over the 100EMA we will be looking for a buy trade. A trade will only be opened when price retraces and closes below the short EMA and then goes up again and closes above the short EMA without closing below the long EMA for x bars or more. Depending on the Trading logic settings, the SL will be x times current ATR and the TP will be ratio x.

There's also an advanced money management logic where trade sizes can be increased (martingale) after one or more lost trades. This money management I'm already using in other EA's (MQL5) so I can send the MQL5 source code for this so it should help in the development of the EA.

The only new thing in the money management logic is the prop firm stop of trades when x % daily loss has occured. This does not exist yet in my other EA's. 

Needed parameters:


General:

  • Magic Number: (Blank for no magic number)

  • Trading pairs: Ex: EURUSD, AUDCAD, GBPJPY,...

  • Max simultaniously open trades: ex: 1, 2, 3...


Risk Management:

  • Use fixed starting lot: Yes / No (No = use risk %)

  • Starting Lot: (ex: 0.01 , 0.05, 1, ...)

  • Starting risk (%): (ex: 0.1% / 0.5% / 1% ...)

  • Max Risk used: (ex: 4% , 5%, 10% , ...)

  • Martingale enabled: Yes/No

  • Martingale factor: (ex: x1.5 / x2 / x3 / ...)

  • Martingale every x losses: (ex: 1 , 2 , 3 ...)

  • Martingale after win: Initial trade / One step back

  • Assymetric Compounding wins enabled: Yes/No

  • Compounding x trades: (ex: 1, 2, 3 ...)

  • Compound factor (ex: x1.5 , x2 , ...)

  • Close trades & stop trading 24h when x % daily loss is reached: (ex: 4.5%)

  • Daily loss calculated from: Equity / Balance

Time Management:

  • Start trading Time: (ex: 03:00)

  • End trading time: (ex: 22:00)

  • Trade on Monday: (Yes / No)

  • Trade on Tuesday: (Yes/No)

  • Trade on Wednesday: (Yes/No)

  • Trade on Thursday: (Yes/No)

  • Trade on Friday: (Yes/No)

  • Close all trades on Friday at: (00:00 = disabled, ex: 22:00 = time to close trades)

    ==> When close trades on friday is enabled, no new trades should be opened until after the weekend. This is when no holding over the weekend is allowed.

Trade entry management:

  • Slippage: (ex: 0.5) => When entry pice is more than 5 pipettes (0.5 pips) from ask price, do not open the trade.

  • Spread: ex: 0.3 (max spread to open a trade, when higher then 0.3 pips do not open trade)

Trading logic:

  • Short EMA: (ex: 50)

  • Long EMA: (ex: 200)

  • Stop Loss ATR factor: (ex: 2, 3 , ..) => SL will be 2x, 3x,.. current ATR

  • Minimum SL size: (ex: 3) => even if the ATR is only 1 pip and SL ATR factor is 2, the SL will be set to a minimum of 3 pips.

  • Take Profit RR: (ex: 1 , 1.5 , 2 , ...) => Risk Reward factor

  • Max. retracement to Long EMA: (ex: 0, 1, 2 ..)


File:

JPG
Example_1.JPG
123.7 Kb
JPG
Example_2.JPG
132.1 Kb

Con risposta

1
Sviluppatore 1
Valutazioni
(155)
Progetti
239
70%
Arbitraggio
3
67% / 33%
In ritardo
20
8%
Gratuito
2
Sviluppatore 2
Valutazioni
(42)
Progetti
62
8%
Arbitraggio
12
58% / 42%
In ritardo
1
2%
Gratuito
3
Sviluppatore 3
Valutazioni
(2115)
Progetti
2686
62%
Arbitraggio
114
46% / 25%
In ritardo
419
16%
Caricato
4
Sviluppatore 4
Valutazioni
(249)
Progetti
448
34%
Arbitraggio
57
37% / 37%
In ritardo
165
37%
Caricato
5
Sviluppatore 5
Valutazioni
(72)
Progetti
80
10%
Arbitraggio
36
8% / 53%
In ritardo
6
8%
In elaborazione
6
Sviluppatore 6
Valutazioni
(145)
Progetti
258
35%
Arbitraggio
12
25% / 58%
In ritardo
42
16%
Gratuito
7
Sviluppatore 7
Valutazioni
(16)
Progetti
20
0%
Arbitraggio
9
0% / 78%
In ritardo
6
30%
Gratuito
8
Sviluppatore 8
Valutazioni
(261)
Progetti
427
38%
Arbitraggio
86
44% / 19%
In ritardo
71
17%
Caricato
Ordini simili
I have simple EA i want to modify its parameters. If you are good at modifying EAs contact me for more details. I will issue the source code then you return after finishing without changing the buy or sell conditions
the code wasn't mine, i have got it somewhere on the web, but i like the performance of the EA, so i want to use it on mt5 platform. the given code based on price movements with ladder entry concept
* Advanced level dev only, NDA required * Hi, I have a multi timeframe, multiindicator expert that requires additional features added to it. First started development 5 years ago. Upgrading with new features. To be added Entry - Add Stochastic and CCI options for trade entry to be added to existing signal options. Add config options to existing menu Bulk Exit - Master switch for close all trades based on basket
I am developing a master EA that integrates several sub-EAs. The project is complex, and the documentation is thoroughly structured, spanning 50 pages with detailed step-by-step procedures. 1st sub-EA: This EA opens trades without using indicators. Instead, it opens a new trade based on the color or status of the last candle. For instance, if the last candle was green, a new buy trade is opened. 2nd sub-EA: This EA
Good Day I would like to order a trading robot. Pairs: XAUUSD (GOLD) EUR/USD USD/JPY The robot should be trading daily with TP/SL build in, would like to have trailing and stop loss, should execute up to 5 trades (preffarable setting choice) up to 10 trades Los sizes to be choise setting, must also trade major US vews events Like:US- PPI, CPI, NFP, Sales m/m and so on Must also show/display alert when opening
Hello Guys, I need a trading bot for the MT5 to place order based on my trading strategy which is based on - >> entry based on EMA with rejection from specific levels like support and resistance area - levels and time frame i will apply into the robot manually on daily basis. also need - trailing stoploss , shift to breakeven after gaining some points. need a highly expert developer
Trade Manger EA 30+ USD
Hello Programmer! I am looking to build an EA that will place my trade and manage it. Once i have manually found my setup, I will want an EA to open the trade, set the R:R and manage it according to my specifications. please take a look at the attached to get an Idea of what I would like. I will require the source code once completed
Hello there i need someone who will create a robot that will calculate the movement between buy/sell and show where to take profit the robot should work with all currency and indices including stock
EA to send account history to web request. It should send every 5 mins or when there is an update. It then sends the json to a web request where gain, drawdown, balance, equity will be displayed
I have a full strategy based on indicator and candle based on . i would like to make it into a robot which will trade for me on a specific time and specific rules. i need a person who can do this project for me. If you have done this type of job . you are most welcome for this. Apply only if you know binary trading option and binomo trading platform well and how it works

Informazioni sul progetto

Budget
30 - 100 USD
IVA (21%): 6.3 - 21 USD
Totale: 36.3 - 121 USD
Per lo sviluppatore
27 - 90 USD
Scadenze
a 7 giorno(i)