• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

New EA try this ea and give me your result

Ludovic

Member
Credit Hunter
Credits
11
i make an EA using grid and martingale with start trading using indicators

my test seems to be correct for the first EA and i would like to know if it's ok with other brokers before to finalyze it ( SL etc...)
 

Attachments

2024.08.09 17:57:11.797 2022.04.21 06:18:00 cannot open file 'E:\Program Files (x86)\xChief MT4\MQL4\indicators\Mango_EWO.ex4'
 
Lot is ok with 0.01
if you change lot you need to change :
input bool ProfitTicks = true; // Ticks or Bars
input double MinusProfitTarget =0.25; // If Profit = ProfitTarget Close All Positions
input double DynProfit = 0.25 // Profit Dynamique
 

Attachments

principe is if MinusProfitTarget is valid add DynProfit until last profit down. Is to follow the profit move.
 
Using the mango 3 orders EA with the same parameters but only with different start time ( 0h, 22h, 23h ) the result are differents because this prameters is using to determinate the start of new day. so must use the correct parameters corresponding to broker server hour to start new day. the auto gmtoffset calcul the hour between server and gmt.
 

Attachments

Back
Top