a very simple scenario to show a possible bug related to daily graphs:
1) I created a new daily graph for AAPL (data from yahoo)
2) today is May 13th, and the last bar shown on graph is May 12th, which is correct
3) I added an indicator (e.g. SMA(20)): the SMA is available up to May 11th. Why is it not available for May 12th?
The same happens for other indicators (ATR, etc.).
Also, I created an indicator of mine, and I could verify that OnBarUpdate() is called for each day up to May 11th, but not for May 12th, which is probably what is happening for the predefined indicators.
Is it a bug, or am I missing something?
Regards,
Paolo

Comment