Announcement

Collapse
No announcement yet.

Tick replay calls efs only on interval completion?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Tick replay calls efs only on interval completion?

    Set me straight here. On tick replay, when there are multiple ticks intra-bar on, say a 10s interval, I'd like every tick to call my formula. To do this, I setComputeOnClose(false). However, it doesn't appear that the formula receives a call except on completion of the interval. Is this true for this first version of tick replay? If so, why doesn't the formula get called on every tick, as I assume it would be when running "live". Thanks.

  • #2
    I believe the command is setComputeOnClose() which means that it may be active even if you have false in the parenth.
    Try commenting it out.
    Alex

    Comment

    Working...
    X