Source: https://fxcodebase.com/code/viewtopic.php?f=38&t=70444
Forum: 38 · Topic 70444 · 4 post(s)
Apprentice · Thu Sep 17, 2020 3:11 am

Based on request viewtopic.php?f=38&p=137596
MA Cross EA With JokerFilter.mq4
interestingfacts · Thu Sep 24, 2020 11:23 am
Hello Team, This EA is working fine, according to the logic… I want u to add, one more small logic in it…
You have given Logic Type: Direct/Reversal. Direct type is working fine, but coming to Reversal type, there is a small change…
Logic should be, If MA Crossover is giving Buy Trend,Place a buy order at the begining of next candle, when filter changes from Blue bar to Red Bar. If MA Crossover is giving Sell Trend,Place a sell order at the begining of next candle, when filter changes from Red bar to Blue Bar. Here, if “close on opposite order” is “TRUE”, then EA should close these particular orders at the next MA Crossover.
Thank you.
Apprentice · Sat Sep 26, 2020 1:53 am
Your request is added to the development list. Development reference 2104.
Apprentice · Mon Oct 26, 2020 4:59 am
MA_Cross_EA_With_JokerFilter_ver1.mq4
Try this version.