Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

TickReplay: critical but stable

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

    #16
    ANY indicator could misbehave during historical tick replay

    Most indicators set to update On Price Change or On Each Tick do not need more than one tick per bar to backfill historical data. However if running on a tick replay chart they will receive every historical intrabar tick.
    Therefore, since ANY indicator could find its way onto a tick replay chart, seems to me that
    • Every indicator should have the CurrentBar<activeBar check.
    • Every indicator that does not need historica intrabar data should have a test that rejects such data
    :
    Code:
    If (IsTickReplays[0] and Historical State and NOTFirstTickOfBar)  return.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by kinfxhk, 07-13-2026, 10:18 AM
    0 responses
    28 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 09:50 AM
    0 responses
    17 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 07:21 AM
    0 responses
    25 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-11-2026, 02:11 AM
    0 responses
    24 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    138 views
    0 likes
    Last Post SalmaTrader  
    Working...
    X