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:	155
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:	152
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 sjsj2732, Today, 04:31 AM
    0 responses
    20 views
    0 likes
    Last Post sjsj2732  
    Started by NullPointStrategies, 03-13-2026, 05:17 AM
    0 responses
    280 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    279 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    130 views
    1 like
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    90 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Working...
    X