PDA

View Full Version : Trouble with Open, High, Low, Close


SuzyG
03-04-2007, 11:46 AM
I am getting incorrect values during playback. When I refresh the script, the history displays the correct values. Replay does not. I have tried CalculateOnBarClose as true and false. v.6.0.0.8

e.g. Up until 7:00 am, it was refeshed history. 7:01 am is replay.

Print("Open: " + Open[0].ToString() +" High: " + High[0].ToString() + " Low: " + Low[0].ToString() + " Close: " + Close[0].ToString()+ " " + Time[0].ToString());

Open: 1402.25 High: 1402.5 Low: 1402 Close: 1402.25 3/2/2007 6:59:00 AM
Open: 1402 High: 1402 Low: 1402 Close: 1402 3/2/2007 7:00:00 AM
Open: 1401.5High: 1401.5 Low: 1401.5 Close: 1401.5 3/2/2007 7:01:00 AM << this is wrong


p.s.Later. This is inconsistent.I am no longer getting the error and did not change anything in that area of my script. I cannot duplicate the problem anymore.

NinjaTrader_Ray
03-04-2007, 02:19 PM
I will double check tomorrow however, please report back if you can replicate with consistency. Thanks.

SuzyG
03-05-2007, 04:11 AM
I am getting it again. It is on a tick chart. I will send you my script.

NinjaTrader_Dierk
03-05-2007, 04:48 AM
We also would need
- replay files
- which instrument are you experiencing this issue on?
- what are your strategegy settings (screenshot)?

Thanks

SuzyG
03-05-2007, 05:03 AM
ES 03-07 50 tick chart. Live, not replay today. Dierk, I will send you the script also.