EA based on the crossover of two EMAs, that should only have one open trade position (buy/Sell) per currency pair, per time frame at a time, when the fast EMA crosses the slow EMA to the downside, it should immediately open a sell position, when fast EMA crosses the slow EMA to the
upside, it should immediately close the sell position and open a buy position at that exact price at the time of the crossover.
This can be translated as follows:
*if (the value of the fast EMA is +1 greater than the value of the slow EMA)
{a buy market order should be executed immediately and the sell position if any should be closed}
*else(if the value of the fast EMA is -1 less than the value of the slow EMA)
{a sell market order should be executed immediately and the buy position if any should be closed}
EA should use always use market orders not pending orders, orders should be placed as soon as the above conditions are true,at the price at which the condition is met, not with the closing price of the candle that crossed over.
I should be able to change the EMAs periods to any figure i want and apply them to any time.
I should be able to set stop loss and take profit only if i want to, otherwise trades should be automatically closed and opened when the above conditions are met.
It would helpful to have pop up panels and dialog boxes to assign values for the fast and slow EMA periods, their shift, take profit, stop loss etc, every time i attach the EA to a chat.
Commandes similaires
1.Sinyal Perdagangan : Sinyal beli: garis MACD utama memotong garis sinyal ke atas (macd_current>signal_current && macd_previous<signal_previous). Sinyal jual: garis MACD utama memotong garis sinyal ke bawah (macd_current<signal_current && macd_previous>signal_previous). Gambar di bawah menunjukkan kasus beli dan jual. 2. Posisi ditutup pada sinyal yang berlawanan: Posisi beli ditutup pada sinyal jual, dan posisi
Olá, preciso de um programador para montar um indicador com base na sobrevenda do estocastico, volume macd, para uma estrategia de reversão e falso rompimento com regioes de OB validos minimas e maximas de H1, H4, D1 e canais para confluencias, quero que seja didatico visualmente e com cores, sons de alertas e algum sinal de call ou put como setas indicando reversões e falsos rompimentos e continuidade
Subject: Experienced MQL5 Developer | High-Quality Execution & Error Handling "Hello, I am interested in developing your trading system. I specialize in building robust MQL5 Expert Advisors that are not only logically sound but also technically optimized for the MT5 platform. Why work with me? Error-Free Execution: I have deep experience in handling common MT5 execution errors such as Invalid Volume, Not Enough
Hi, I have a specific set of rules and a strategy to execute a trade. I'm looking for a developer to assist me in developing an MQL5 EA based on my strategies