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 samish18, 04-17-2024, 08:57 AM
      27 responses
      116 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Started by ETFVoyageur, 04-30-2024, 02:04 PM
      7 responses
      43 views
      0 likes
      Last Post eDanny
      by eDanny
       
      Started by f.saeidi, Today, 07:07 AM
      5 responses
      15 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by Creamers, 04-27-2024, 05:32 AM
      9 responses
      60 views
      0 likes
      Last Post Creamers  
      Started by cmtjoancolmenero, 04-29-2024, 03:40 PM
      19 responses
      59 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Working...
      X