I have an OnBarUpdate event with a simple print statement in it:
Print("Bar closed -- " + Time[0].ToUniversalTime().ToString() + " -- " + Close[0]);
For example, on the 15M USDZAR chart, you can see the 07h15 AM close price on the 18th of July 2014 was 10.69350. The output window of NT lists these entries however:
Bar closed -- 2014-07-18 07:15:00 AM -- 10.7075 Bar closed -- 2014-07-18 07:30:00 AM -- 10.6935
It makes no difference if I set CalculateOnBarClose to true or false.
Please advise.

Comment