EMA304_EA

MQL4 Experts Custom graphics

Job finished

Execution time 14 hours
Feedback from customer
Thanks for the great work.
Feedback from employee
Thank you for good job!!!

Specification

Hello,
I need to automate a strategy:

His strategy is very simple, basically the EA must make the entries at the crossing of moving averages.

>Exponential Moving Average:
EMA 8 and EMA 34

> Entry strategy:
In graph H4 the EA should analyze the formation of the first candle above the two moving averages, it is not necessary to wait for the crossing of the moving averages in the chart of 4 hours (H4).
In the 30-minute chart (M30) the average of 8 periods should be above the average of 34 periods to buy, or the opposite to sell.

Example to buy:

In chart H4, as soon as the first candle starts to form above the two moving averages (8, 34) and if in the chart of M30 the average of 8 periods is above the average of 34 periods, the EA must go immediately to buy . See picture below:

The EA will close the order through the stop loss at the crossing of the averages in the opposite direction to the entry, in the graph M30.


Basic Settings:

- Take profit

- Trailing Stop

- Fixed Lot

- Dynamic Lot

- Magic number

Responded

1
Developer 1
Rating
(414)
Projects
478
40%
Arbitration
7
43% / 29%
Overdue
16
3%
Free
2
Developer 2
Rating
(414)
Projects
670
33%
Arbitration
60
17% / 32%
Overdue
113
17%
Working
Similar orders
Desejo criar um site, onde, extraia informações da B³, passe-as pelo algoritmo que eu desenvolvi e, apresente o resultado ao usuário. Ele deve possuir uma página de demonstração para não assinantes e uma página de análise para assinantes. Deve apresentar os 5 melhores e os 5 piores investimentos do mês corrente
//+------------------------------------------------------------------+ //| SimpleEA.mq5| //| Copyright 2023, MetaQuotes Software Corp. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "2023, MetaQuotes Software Corp." #property link " https://www.mql5.com " #property version "1.00" #property strict input int FastMAPeriod = 12; // Período da média

Project information

Budget
30 - 50 USD
For the developer
27 - 45 USD
Deadline
from 1 to 2 day(s)