Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

In what occasions can be "TickSize" empty?

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

    In what occasions can be "TickSize" empty?

    In some rare occasions, inside OnRender, we get catch exception

    Code:
    "Index was outside the bounds of the array."
    
    at NinjaTrader.NinjaScript.NinjaScriptBase.get_TickSize()
    at NinjaTrader.NinjaScript.Indicators.AMS.AMS_DeltaPrint.OnRender(ChartControl chartControl, ChartScale chartScale)
    How it's possible, or under what circumtances it's possible, that TickSize fired such issue?

    #2
    Hello TazoTodua,

    Thank you for your note.

    Are you able to supply a reduced version of a script that triggers this error?

    Also, it's generally not a good idea to use variables that are tied to OnBarUpdate() in OnRender(); in general many variables in the script relate to it processing OnBarUpdate. I'd be interested to see where you're using TickSize in OnRender.

    Thanks in advance; I look forward to assisting you further.

    Comment


      #3
      I also occasionally get this error. I am triggering a function that runs from a button press on the toolbar. Is there another method to use to get the TickSize?

      Comment


        #4
        Hello habibalex,

        Thank you for your reply.

        Can you supply a working example script that reproduces the error along with steps to reproduce? If this is being triggered by a button press on the toolbar, does using a dispatcher help?



        Thanks in advance; I look forward to assisting you further.

        Comment


          #5
          The only reliable way might be to assign TickSize to the private field of class, and use that field, instead of TickSize.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          599 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          345 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
          558 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          558 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X