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 CarlTrading, 03-31-2026, 09:41 PM
          1 response
          80 views
          1 like
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 04-01-2026, 02:41 AM
          0 responses
          40 views
          0 likes
          Last Post CarlTrading  
          Started by CaptainJack, 03-31-2026, 11:44 PM
          0 responses
          63 views
          2 likes
          Last Post CaptainJack  
          Started by CarlTrading, 03-30-2026, 11:51 AM
          0 responses
          63 views
          0 likes
          Last Post CarlTrading  
          Started by CarlTrading, 03-30-2026, 11:48 AM
          0 responses
          54 views
          0 likes
          Last Post CarlTrading  
          Working...
          X