Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to extend Camarilla Pivots to show on past days?

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

    How to extend Camarilla Pivots to show on past days?

    Hello all, I took the existing Camarilla Pivot indicator from NinjaTrader and modified it so that it has the R5/R6/S5/S6 levels. However, I can't seem to figure out how to revise the code so that past Camarilla Pivots also show on the chart.

    This is what I have currently, I like the text labels and how it looks:
    Click image for larger version

Name:	whatihave.png
Views:	137
Size:	41.5 KB
ID:	1331356

    But this is what I want in terms of the Camarilla Points showing on the past days:

    Click image for larger version

Name:	whatiwant.png
Views:	138
Size:	54.2 KB
ID:	1331355

    I'm sure there's some part of the indicator code from the original that's "erasing" past days and preventing them from being shown. Ideally I just want to see the past 2 days of camarilla points in conjunction with the current day.

    I attached the script if anyone is able to help. Thanks in advance
    Attached Files

    #2
    Hello w1nn1,

    It looks like that is possibly the OnRender code, it has some session handling logic in that section. As long as you have data saved for each session you should be able to render it. I would suggest using Prints to trace how the OnRender is working in the script to see if that relates to how the data is being displayed.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    559 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    324 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    546 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    547 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X