Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 Felix Reichert, 04-26-2024, 02:12 PM
      9 responses
      50 views
      0 likes
      Last Post Felix Reichert  
      Started by AaronKoRn, 04-27-2024, 09:49 PM
      3 responses
      31 views
      0 likes
      Last Post AaronKoRn  
      Started by f.saeidi, Today, 07:07 AM
      6 responses
      19 views
      0 likes
      Last Post f.saeidi  
      Started by cmtjoancolmenero, Today, 02:31 PM
      6 responses
      16 views
      0 likes
      Last Post cmtjoancolmenero  
      Started by Graci117, Yesterday, 11:40 PM
      5 responses
      28 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Working...
      X