Hi,

I want to calculate indicator every tick. Know anybody how to?

from manual:
Quote
Data series can not be created in a tick or tock function, and indicators that create data series can not be called; however data series and indicators can be evaluated when they are storing in global variables. Static series can be shifted in a tick or tock function by calling shift, this way allowing tick based indicators or indicators on shorter time frames than BarPeriod.



thanks