Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

overflow problem

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

    overflow problem

    I jsut went to version .16 and now my indicator that worked doesnt

    I narrowed it down to this

    Rect.Y=helper.GetY(_deltaLadder.MaxPriceLevel+2.0f);

    which used to plot something above the price bar. I use this

    DrawBottomUPReversal(xbid);

    to draw it. It worked fine all till i went to the higher beta . If i comment out the lines the indicator works again. If i hit f5 really fast u can see the indicator load but dissapeaars. I would like a link to a older beta if possible. Or a sulution. What i don't understand is that it works fine in my code elsewhere and plots the exact same way. But for some reason it doesnt like this one plot. Even though other plots use the same thing

    #2
    basically why does this

    Rect.Y=helper.GetY(_deltaLadder.MaxPriceLevel+2.0f);

    now cause a overflow error when this
    Rect.Y=helper.bounds.Bottom-63f-Rect.Height;

    does not

    but the first is used elsewhere, as a private void and works fine


    Comment


      #3
      timmyb, would you mind sharing a code snippet I could test here on my end for you? From what you provided it looks like unsupported NinjaScript to me, so unfortunately code breaking changes could occur. Thanks

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      605 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      351 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      105 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      560 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      561 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X