When I plot an indicator using five years recent data for the DJI, the plot continues up till near the end of 2006, then stops. The indicator then changes to the following two lines of code:
} else if ( priceAtBuy > 0 && Low[i] ----------------------------^ The syntax checker shows no errors. If I scroll to the left again, the indicator re-appears. The indicator for all symbols stops at the same date. If I use five years data for S&P500, the indicators all stop near the end of 2004. The back tester shows results up till the present day. Can someone please explain why recent data is not being plotted?
