Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

? DrawArrowUp bug in 6.5.1000.15

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

    ? DrawArrowUp bug in 6.5.1000.15

    Dear Sirs,

    my indicator draws on separate panel and uses two similar strings for arrows' painting:
    Code:
    DrawArrowUp("up"+(CurrentBar), true, li_0 + li_24, 0, Color.DeepSkyBlue);
    ...
    DrawArrowDown("dn"+(CurrentBar), true, li_0 + li_24, 0, Color.Red);
    Of course I have strings in initialise()
    Code:
    Overlay  = false;
    DrawOnPricePanel = false;
    and arrows are drawn OK for me on 6.5.1000.7 (Good.jpg)
    But when my friend tries to start it on his 6.5.1000.15, blue arrows are drawn on price panel (Bad.jpg).
    Why this could be possible? Is this new version bug or what?

    Regards,
    Igor
    Attached Files

    #2
    Hi igorvlassov,

    To confirm, no where else in the code is DrawOnPricePanel = true?
    And these are using the exact same scripts?

    Can you try this without the custom bar type.
    Last edited by NinjaTrader_Tim; 06-17-2010, 01:00 PM.
    TimNinjaTrader Customer Service

    Comment


      #3
      Thanks, Tim,

      seems, DrawOnPricePanel is switched in my friend's custom price chart. I added DrawOnPricePanel = false to my inicator's OnBarUpdate and will see.

      Regards,
      Igor

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      571 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      330 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      548 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      549 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X