and using a command like Closes[1][0]it in onmarketDept(), will generete a , 3 minute bar series, each time its called? , and then when onmarketDepth() is called again, 1/20 of a second after, using Close[1][0] will be representative of that new series?
so the first time the on market depth is called, lets say at 7h30m12s16millisecond, it will create 3 min bars from that time : so
Closes[1][0] will be from 7h27m12s16millisecond to 7h30m12s16millisecond
Closes[1][1] will be from 7h24m12s16millisecond to 7h27m12s16millisecond
and so on,
then I get a new update in onmarketdepth() at 7h30m12s24millisecond
and then calling/using
Closes[1][0] will be from 7h27m12s24millisecond to 7h30m12s24millisecond
Closes[1][1] will be from 7h24m12s24millisecond to 7h27m12s24millisecond
and so on,
is that correct?
this is what I want. - dont worry about on bar update - it wont be used.all will be done in onmarketdepth()
thanks

) OCHL, and
Comment