EMA304_EA

Trabalho concluído

Tempo de execução 14 horas
Comentário do cliente
Thanks for the great work.
Comentário do desenvolvedor
Thank you for good job!!!

Termos de Referência

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

Respondido

1
Desenvolvedor 1
Classificação
(414)
Projetos
478
40%
Arbitragem
7
43% / 29%
Expirado
16
3%
Livre
2
Desenvolvedor 2
Classificação
(414)
Projetos
670
33%
Arbitragem
60
17% / 32%
Expirado
113
17%
Trabalhando
Pedidos semelhantes
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

Informações sobre o projeto

Orçamento
30 - 50 USD
Desenvolvedor
27 - 45 USD
Prazo
de 1 para 2 dias