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 SalmaTrader, 07-07-2026, 10:26 PM
          0 responses
          35 views
          0 likes
          Last Post SalmaTrader  
          Started by CarlTrading, 07-05-2026, 01:16 PM
          0 responses
          20 views
          0 likes
          Last Post CarlTrading  
          Started by CaptainJack, 06-17-2026, 10:32 AM
          0 responses
          13 views
          0 likes
          Last Post CaptainJack  
          Started by kinfxhk, 06-17-2026, 04:15 AM
          0 responses
          19 views
          0 likes
          Last Post kinfxhk
          by kinfxhk
           
          Started by kinfxhk, 06-17-2026, 04:06 AM
          0 responses
          22 views
          0 likes
          Last Post kinfxhk
          by kinfxhk
           
          Working...
          X