I have a profitable strategy. Can someone make an EA based on its description?

Termos de Referência

Hi! My strategy consists of 5 indicators and 2 major entry points:


Entry points:

-Engolfing candle: A candle of opposite color of the previous one that has a body that covers the entire body of the previous candle. 

-ADX DI+ and DI- crossing each other. If the DI+ crosses the DI- in UPWARDS direction, enter the trade. And also the opposite (if the DI- crosses the DI+ in UPWARDS, yes upwards, direction, enter the trade).

Indicators and confirmations for entry points:


-2 SMMA (smooth moving average). 9 periods and 21 periods - Will serve as a trend confirmation.

-RSI (Relative Strength Index). 14 periods, levels: 30 and 70. Will serve as an 'entry blocker'. If the line is at or above the 70 level, don't trade. If the line is at or below the 30 level, also don't trade.

-ADX (Average Directional Index). 14 periods. Will serve as an entry point if the DI+ and DI- crosses (or DI- and DI+) and will serve as an entry confirmation for engolfing candle signal. The DI+ has to be above the DI- to enter trades after an upwards Engolfing Candle just formed. And the DI- has to be above the DI+ after a downwards Engolfing Candle to enter a trade.

-Volume. Will only be related to the Engolfing Candle signal. If the Engolfing Candle has a superior volume than the previous candle (which has to be of an opposite color), enter the trade. If it has a lesser volume, then don't enter.

How the strategy works:

-1st Major entry point-

If and Engolfing Candle happens the EA has to check:


  • The 2 SMMA's have to be pointing at least 1° in the direction of the Engolfing Candle.
  • Either the volume needs to be higher than the previous candle OR the DI that in favor of the Engolfing Candle direction needs to be above the DI that is not in favor of the Engolfing Candle direction. IF at least one of these confirmations happen, the EA can enter AFTER the engolfing candle closes.
  • If the RSI is at or above the 70 do not enter. And if it is at or under 30, also don't enter.


-2nd Major entry point-

If the DI+ crosses the DI- in an upwards direction or if the DI- crosses the DI+ in an upwards directional too:


  • The 2 The 2 SMMA's have to be pointing at least 1° in the direction of the DI that crossed upwardly 

  • If the RSI is at or above the 70 do not enter. And if it is at or under 30, also don't enter.


-GLOBAL (for both entry points)-

If there is a trade already happening and a signal appears, do not trade.




Respondido

1
Desenvolvedor 1
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
2
Desenvolvedor 2
Classificação
(442)
Projetos
698
34%
Arbitragem
33
70% / 9%
Expirado
22
3%
Livre
3
Desenvolvedor 3
Classificação
(24)
Projetos
34
9%
Arbitragem
3
33% / 0%
Expirado
8
24%
Livre
4
Desenvolvedor 4
Classificação
(11)
Projetos
17
59%
Arbitragem
2
0% / 100%
Expirado
2
12%
Livre
Pedidos semelhantes
1️ ⃣ Informações Gerais Plataforma: MetaTrader 5 Tipo: Expert Advisor (EA) Operação: Hedge + Grid Dinâmico Indicador base: Average True Range (ATR período 20) 2️ ⃣ LÓGICA OPERACIONAL 🔹 2.1 Abertura Inicial O robô trabalha sempre com ordem de compra e venda ao mesmo tempo (HEDGE) e o fechamento é sempre usando GRID que tem multiplicador de lote e o tamanho (espaçamento) dinâmico com base em um fator de
Robo de elite 40 - 100 USD
seu Robô de Elite: Precisão: Filtros RSI e Price Action. Rentabilidade: Lote dinâmico baseado no capital (Compound Interest). Automação 24h: Filtro de horário para evitar spreads altos. Satisfação: Dashboard interativo com "Botão de Pânico"
Já tenho um código MQL5 com uma base do funcionamento. Basicamente o EA traça um canal na virada do dia (penso que utilizar horário seria melhor em razão da diferença entre corretoras), com base em um número x de candles, calcula e posiciona ordens stop com base em % do capital. Caso uma ordem aberta venha a stopar, o EA deve realizar uma virada de mão com base no mesmo canal, contudo recalculando o lote para que
//+------------------------------------------------------------------+ //| EA Cruzamento de Médias MT5 | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; //---- Inputs input int FastMAPeriod = 20; input int SlowMAPeriod = 50; input double LotSize = 0.01; input int StopLoss = 300; input int TakeProfit = 600; //----
TradingView to MT5 Webhook Bridge - Futures to Spot Execution Project Goal I need a developer to build a bridge between my TradingView indicator in the futures market and my existing MetaTrader 5 EA in the spot market. When my TradingView indicator generates a BUY or SELL signal on a futures symbol, for example 6A1!, it must automatically trigger my MT5 EA to open a trade on the corresponding spot symbol, for example
Tenho um indicador e quero fazer um expert dele para rodar automático porem só tenho o arquivo .ex4 e não .mq4 Indicador mostra setas no grafico no momento ideal para comprar e vender

Informações sobre o projeto

Orçamento
30 - 100 USD
Prazo
para 15 dias