CaclulateOnbarClose=False and Historical=False
The incoming ticks will populate the Bar with the Index of 0 ie. Open[0],High[0],Low[0],Close[0], where Close will alway be the last tick incoming tick.
is this correct, or do you store this Work-in-progress data somewhere else?
if it is stored here, then I can't get my head around how I can have a smooth transition from Historical to live. for example in historical mode, if I want to buy at the currentbar high + 1 tick, I can say High[0]+1 ticksize, but that will have a much different meaning with incoming ticks where High[0]+1 ticksize will be 1 tick above the next bars open instead of 1 tick above the last bars high.
Please point me in the right direction.
Thanks.
W2

Comment