HELP! Amazing indicator doesn't work on the EA! HELP!
-
Hello guys,
I am trying to automate a 5 minute chart system but it doesn't execute any trades because it doesn't load my indicator on the EA.
I uploaded it in "My indicators" also it's in the MQL4 folder but it doesn't go.
Indicator: https://easyupload.io/m32c37
Link for the EA: https://fxdreema.com/shared/Uvy9YdCHbPlease help!
-
Not sure what you mean " doesn't load my indicator on the EA" also I would move the once per bar to just before the BUY & SELL blocks

start using your indicator on something very simple use just 1 condition to make sure that it is being read correctly by FXD -
You are using candle ID 0 everywhere. I stringly recommend you to use candle ID on all operands of all 'Condition' blocks.