Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Update()- When is it necessary?

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

    Update()- When is it necessary?

    I have read several posts from Josh on the Update() method but want to make sure I understand WHEN it is necessary if one is only needing to use an indicator's value itself and not an internal variable value within the indicator.


    Can someone explain under what circumstances you would need to utilize the Update() method? Specifically is there ever a case where one would need to use the Update() method to get the correct (meaning updated) indicator's value when calling it from within another indicator or strategy calculation step?
    Jim-Boulder
    NinjaTrader Ecosystem Vendor - Elephant Tracks

    #2
    Update is needed any time you are accessing a "non-dataseries" property. DataSeries syns themselves by triggering OnBarUpdate if needed. But if you want access e.g. a custom property which holds the result of some calculation triggers in onBarUpdate, then you would need to make sure OnBarUpdate is triggered by calling Update().

    Comment


      #3
      Plots and Dataseries Don't require Update() 'call'?

      Thanks Dierk,

      just to make sure I am getting it, is this correct:

      Plots and Data series values (in indicators) do NOT ever require an Update) explicitly because they update on each OnBarUpdate or during each tick (if OnBarUpdate = false).
      Jim-Boulder
      NinjaTrader Ecosystem Vendor - Elephant Tracks

      Comment


        #4
        Your understanding is correct.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        43 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        25 views
        0 likes
        Last Post PaulMohn  
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        163 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        98 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        158 views
        2 likes
        Last Post CaptainJack  
        Working...
        X