Candle "crossing" custom indicator problem.
-
Hello,
I´m getting frustated... cannot get a "simple" custom indicator cross to work and need som help/ tip how to solve my problem...:)Custom indicator -->
0_1649151063547_fantailvma2.mq5Link -->
https://fxdreema.com/shared/DXMtRu0wcBUY/SELL criteria:


Arrows are printed when crossning (correctly) but no trades are taken, every time.Backtesting EURUSD/D1
/Markus
-
@meken Here you have some suggestions:
- You can remove both 'pass' blocks. They are unnecessary there.
- Remove both 'AND' blocks and connect both condition blocks one after the other.
Probably the reason why no trades are open is the strict combination of parameteres within those condition blocks. Try just one of them and the the other separatedly.