Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Fixed some slowness issues

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

    Fixed some slowness issues

    I recently discovered that an indicator(s) that override the default Plot will update every tick regardless of whether or not CalculateOnBarClose = true.

    Can you confirm this - and if true, is there a way to force such an indicator to calc on bar close?

    #2
    Tarkus, it would depend on how the plot is overridden - which indicator are you referring to here?
    AustinNinjaTrader Customer Service

    Comment


      #3
      Originally posted by Tarkus11 View Post
      I recently discovered that an indicator(s) that override the default Plot will update every tick regardless of whether or not CalculateOnBarClose = true.

      Can you confirm this - and if true, is there a way to force such an indicator to calc on bar close?
      Add an if (FirstTickOfBar) filter to gate your Plot override if you want to Plot only once per bar.

      Comment


        #4
        Originally posted by koganam View Post
        Add an if (FirstTickOfBar) filter to gate your Plot override if you want to Plot only once per bar.

        Thank you both for responding - the suggestion makes perfect sense (had a duh! moment there...)

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by elirion, Today, 01:36 AM
        0 responses
        3 views
        0 likes
        Last Post elirion
        by elirion
         
        Started by gentlebenthebear, Today, 01:30 AM
        0 responses
        2 views
        0 likes
        Last Post gentlebenthebear  
        Started by samish18, Yesterday, 08:31 AM
        2 responses
        9 views
        0 likes
        Last Post elirion
        by elirion
         
        Started by Mestor, 03-10-2023, 01:50 AM
        16 responses
        389 views
        0 likes
        Last Post z.franck  
        Started by rtwave, 04-12-2024, 09:30 AM
        4 responses
        33 views
        0 likes
        Last Post rtwave
        by rtwave
         
        Working...
        X