Indicates the time series subscription level.
| Member | Value | Description |
|---|---|---|
| tslEachBar | 1 | Update on each bar. This is the default value. |
| tslEachTick | 0 | Update on each tick. |
| tslEndOfBarAndPeriod | 2 | Recalculate on each tick, each bar, and periodically as specified with the corresponding RecalcPeriod property. |