My next step was to create a test not based on anything proprietary. I wrote a simple indicator to color rising bars green (meaning higher high and higher low compared to prior bar), falling bars red (lower high and lower low) and all other bars blue. The indicator worked fine on charts. (See first screen shot.) Then I threw together a rudimentary strategy, added my indicator and ran a backtest. And the backtest produced a very strange chart. (See second screen shot. Note that you don't see three colors, and that some candles have wicks but no bodies.)
I've attached a .zip file containing an export of my indicator and strategy. The backtest was run against ES 3-minute data.
Is this an NT issue, did I make a mistake in implementation, or is bar coloring not supported in strategies for some reason?

Comment