CAN NOT TURN CUSTOM INDICATOR INTO AN EA
-
Good day everyone, have been trying to turn this indicator into an EA but it does not work. when i test the indicator alone, it works but once i upload it into an EA, It does not appear on the chart and it does not take trades. have done every necessary am supposed to do but it still does not work while other indicator i turned into an EA works.

-
You still have to load an indicator on the chart for it to show, what is the value in that buffer?
-
the value is Buffer 0 and 1
-
@jstap the indicator is on the chart while testing the EA
-
Then you need to use a condition that checks for this value, also 0 = false, 1 = true