I am trying to figure out how to make a simple strategy that I can backtest that uses the 20 period EMA and a custom indicator I found called Colored Scalp bar NT8 which simply colors bars that close within a certain % of the range of the bar.
The strategy I would like to make simply checks with the ema so (buy when above sell when below) and enters the position when a bar closes within the %(75, 85, 90 ect) indicated in the other indicator. Stoploss at High/low of signal bar with the TP the same distance in the other direction.
One problem is that the colored scalp bar indicator doesn't even show up in the strategy builder please help. Thanks in advance.

Comment