Lavoro terminato
Specifiche
i need to debug my mt5 expert advisor and add the feature hidden stop loss and hidden take profit because my broker not allow me to trade with stops less than 30 pips, the stop loss and take profit needs to be the same already in the code, i dont want to set the stop and the take profit manually, and for that i need someone with skills in mql5 programming language.
Add to line 289:
1)ma filter: The 20ma > 50ma.
2)time filter: inside 2 hours. Ex: between 9:00 am and 17:00
Add to line 290:
1)ma filter: The 20 ma < 50 ma
2)time filter: inside 2 hours. Ex: between 9:00 am and 17:00
The code is runninng well but you will notice in a backtest that even if the zigzag is set to "long entry", when the "price close" is equal to the zigzag last value, the malfunction shift to "short entry" and then if the "price close" is lower than the zigzag last value the EA shifts again to "long entry". Probably the bug is in the lines "175" and above.