4 EMA EA Update

MQL4 Indicadores Experts

Termos de Referência

Updates required for existing 4 EMA EA. 


1- EMA200 that detects consolidated markets.

 Introduction of the 200EMA indicator, which detects side markets, not appearing on the graph and filtering entries well. Available code:

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

study(title="Trading Rush Moving Average", shorttitle="TR EMA", overlay=true, resolution="")

len = 200

src = close

ema1 = ema(src, len)

maColor = if(close[5] > ema1[5] and close[10] > ema1[10] and close[15] > ema1[15] and close[20] > ema1[20] and close[30] > ema1[30] and close[40] > ema1[40] and close[50] > ema1[50] and close > ema1)


    [URL='http://color.green/']color.green[/URL]

else if(close[5] < ema1[5] and close[10] < ema1[10] and close[15] < ema1[15] and close[20] < ema1[20] and close[30] < ema1[30] and close[40] < ema1[40] and close[50] < ema1[50] and close < ema1)


    [URL='http://color.red/']color.red[/URL]

else


    [URL='https://color.new/']color.new[/URL](color.white, 100)

plot(ema1, title="TR EMA", color=maColor, linewidth=4)

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

2- Entry trigger

2.1- In order for an entry trigger to materialize, it is necessary that in addition to touching, a certain number of pips come close or exceed EMA14 and return to the trend breaking the EMA8 level: (As long as they are in clear trend, without cross overs)

2.2- The candlestick is bullish (in the case of a bullish trend) or bearish (in the case of a bearish trend)

2.3- The candlestick of the entry trigger exceeds in closing the closing of the exact previous candlestick.

2.4- The entry should not be made in the breaking of the entrance trigger candle by the next candle, as this version is operating, but in the entrance trigger generator candle, in its exact closing, following the new shown criteria.


3- New Stop loss Features

3.1- Introduction of a Stop loss limiter. Based on USD by contract size.

3.2- When we are in an operation and the entry trigger occurs again, the EA must update the Stop loss to the end of this candle, regardless of the number of times this occurs.

3.3- Intelligent position increase: For an optional setup (ON and OFF feature), every time we are in a trade and the input trigger occurs again, we know that the stop loss value must invariably be placed at the end of this candle. In addition, in this optional configuration, the EA must open a predetermined number of positions, each with half the contract value of the previous one. Ex in a trade: Trigger1-First Position 1.0 / Trigger2-Second position 0.5 (Stop loss moved to the end of Trigger2) / Trigger3-Third position 0.25 (Stop loss moved to the end of Trigger3) and so on.

-In the case of this feature = OFF, we will operate only one position, with only the stop loss being moved if other input triggers appear.

3.4- Addition of a simple stop loss system. Only a risk / reward multiplier.



Respondido

1
Desenvolvedor 1
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
2
Desenvolvedor 2
Classificação
(11)
Projetos
17
59%
Arbitragem
2
0% / 100%
Expirado
2
12%
Livre
3
Desenvolvedor 3
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
4
Desenvolvedor 4
Classificação
(89)
Projetos
139
24%
Arbitragem
34
32% / 44%
Expirado
59
42%
Trabalhando
5
Desenvolvedor 5
Classificação
(261)
Projetos
423
38%
Arbitragem
86
44% / 19%
Expirado
70
17%
Ocupado
Pedidos semelhantes
Preciso de um EA baseado em estratégia pessoal, cruzamento de alligator com media movel usará RSI e Estocatico apenas para ter consciencia dos niveis de sobre compra e sobre venda, nesses sentido um dos gatilhos sera o cruzamento de uma media movel linear e uma media na nuvem de ichimoku
Olá. * Mercado B3 (Ações, ETF e Futuro) * Possuir todas as funcionalidades padrão (Hora, Lote, Tempo, manejo de risco mensal, diário e por oepração, enfim) Preciso desenvolver um EA que faça a análise de suporte e resistêstencia do Estocástico Rápido + Padrão a ser definido do OBV, operando em dois momentos; 1- Quando Há divergência no Estocástico + Padrão OBV (Ordem Stop Loss + Stop Gain Móvel) 2- Quado ocorrer
Eu tenho um Instagram referência no mercado de automação pra trading e busco desenvolvedores com possível parceria em sociedade. Já tenho alguns robôs para forex e quero entrar no mercado de futuros na B3 A empresa no seu auge já faturou 217 mil no ano. Preciso de alguem que tenha uma ferramenta pronta e otimizada, para eu poder divulgar
Preciso de um EA MT5 para recuperação de posições negativas ( Parecido com o EA diponível a venda : AW Recovery ) O EA precisa verificar e somar as posições negativas do ativo em o mesmo foi adicionado no gráfico , e abrir uma posição de hedge do mesmo tamanho para travar e não deixar o negativo aumentar Após isso , o mesmo terá de partir em lotes menores e ir fazendo hedge parcial até eliminar todas as posições do

Informações sobre o projeto

Orçamento
30+ USD
Desenvolvedor
27 USD