4 EMA EA Update

MQL4 Indicators Experts

Specification

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.



Responded

1
Developer 1
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
2
Developer 2
Rating
(11)
Projects
17
59%
Arbitration
2
0% / 100%
Overdue
2
12%
Free
3
Developer 3
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
4
Developer 4
Rating
(89)
Projects
139
24%
Arbitration
34
32% / 44%
Overdue
59
42%
Working
5
Developer 5
Rating
(261)
Projects
427
38%
Arbitration
86
44% / 19%
Overdue
71
17%
Loaded
Similar orders
olá. preciso de um expert bem especifico. ele deve ter as funcionalidades basicas, stop loss, take profit, breakevean, stop movel. com opção de configurar em pips. ele deve funcionar em qualquer ativo forex. ele deve operar de segunda a sexta, no horario especificado. e deve operar somente day trade. ou seja encerrar as ordem no final do dia. ele deve operar forex. e deve ter a opção de mudar o tipo de ponto para
EA HortiZ 30 - 100 USD
Segue o escopo do projeto; Delimitar manualmente a quantidade de operações abertas no dia simultâneamente Dias e Horário de operação = > Definição manual Encerrar as operação no dia => (Sim => definir "Horário máximo de negociação") ou (Não => Deixa como Swing Trade) Patrimônio => Limite máximo capiturado em tempo real para gerar o cálculo de Lote máximo Perda máxima no Mês => Caso atinja o valor limite não opera

Project information

Budget
30+ USD
For the developer
27 USD