Deriv EMA Crossover DBot

 

Please help me code a multi-symbol Deriv DBot that buys when the 5 EMA crosses above the 10 EMA and sells when the 10 EMA crosses above the 5 EMA.

Moreover, the buy contract is opened when at Bar[0], the 5 EMA is above the 10 EMA by more than 3 pips. At Bar[1] the 5 EMA is greater than the 10 EMA. The cross happens at Bar[2]. At Bar[3] the 10 EMA is still above the 5 EMA. The same applies for the sell conditions.

The contract should last for 1 minute and the contract should be opened as soon as these conditions occurs and not at the end of the candle. The candles are 1 minute candles. The bot uses the martingale strategy.

 
Malaza7557: Please help me code a multi-symbol Deriv DBot that buys when the 5 EMA crosses above the 10 EMA and sells when the 10 EMA crosses above the 5 EMA. Moreover, the buy contract is opened when at Bar[0], the 5 EMA is above the 10 EMA by more than 3 pips. At Bar[1] the 5 EMA is greater than the 10 EMA. The cross happens at Bar[2]. At Bar[3] the 10 EMA is still above the 5 EMA. The same applies for the sell conditions. The contract should last for 1 minute and the contract should be opened as soon as these conditions occurs and not at the end of the candle. The candles are 1 minute candles. The bot uses the martingale strategy.
The Forum is not the place for coding requests. Use the Freelance jobs section to describe your requirements and then select a developer to carry out the job for you.
Trading applications for MetaTrader 5 to order
Trading applications for MetaTrader 5 to order
  • 2022.12.31
  • www.mql5.com
The largest freelance service with MQL5 application developers
 
Fernando Carreiro #:
The Forum is not the place for coding requests. Use the Freelance jobs section to describe your requirements and then select a developer to carry out the job for you.

Noted with thanks.