EA won't trade after editing custom indi to show signal on candle close
-
Hello Everyone... my EA opens and close order if the indicator code is
"for( shift = CountBars-SSP; shift>=0; shift-- )"but if the indicator is "for( shift = CountBars-SSP; shift>=1; shift-- )" (to show arrow signal on candle close)... it will not..
Thanks..
-
Solved.. by inserting "1" in to the candle ID