Is there anyway to access data from the latest bar on the chart when data is streaming? For example, if I am working with a 1 minute chart the Bars.Count - 1 is the last bar with a close. Can I access Bars.Count such that the streaming data is reviewed on every tick?
Thanks,
Paul
Size:
Color:
See the QuickRef example for Partial (the DataSeries object).
Size:
Color:
Perfect. Thanks.
Size:
Color:
Eugene, The partial bar method seems to update (execute procedure) when a new streaming bar is created. Is there anyway to get the partial value to update everytime a new tick adjust the bar? Similar to time/sale data?
Thanks again,
Paul
Size:
Color:
QUOTE:
Can I access Bars.Count such that the streaming data is reviewed on every tick?
With tick resolution, yes. With higher time frame, no. The data is reviewed based on its respective scale.
Size:
Color:
Ok, Thanks.
Size:
Color: