Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicator not working on Tick Replay Charts

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

    Indicator not working on Tick Replay Charts

    Hello,

    I just made a simple indicator that looks almost exactly as ATR, it counts the time of candle formation in milliseconds, when I add it to normal range chart, it works just fine, but when I add it to charts with "Tick Replay" data checked, it doesn't load at all, what should I do please, I almost have copy/paste of ATR, but ATR works just fine in all chart types, and mine not, why ?

    Code:
    protected override void OnBarUpdate()
            {
                Value[0] = (Time[0] - Time[1]).TotalMilliseconds/1000;
            }
    As you can see it works just fine on normal charts

    Click image for larger version

Name:	image.png
Views:	244
Size:	153.7 KB
ID:	1222207
    but here on Tick Replay Chart it doesn't show anything at all, while ADX indicator for example is working just fine :

    Click image for larger version

Name:	image.png
Views:	216
Size:	268.9 KB
ID:	1222208
    Please can you tell me what line of code is missing to let it be compatible with Tick Replay Charts ? Thank you

    #2
    Hello MohammedAmine,

    Thank you for your note.

    Do you receive any error messages in the NinjaScript Output window or the Log tab of the Control Center? If so, what do the errors report?
    We have more information about developing for tick replay in the help guide here:


    Have you added any Print statements to your script to debug the behavior? If not, I recommend adding prints to see what information appears in the NinjaScript Output and help you to determine which portion of code is causing the behavior. For more information about using prints for debugging:


    I look forward to your reply.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    581 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    338 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    554 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    552 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X