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

Drawline

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

    Drawline

    I was using the DrawLine() function and everything was working well, it was drawing a line under the candles of the chart. Then, out of nowhere, the line now appears in the lower indicators, where my volume bars are, at the bottom of the chart! Why is this? I believe I never changed any of the parameters in the code. Here is an example of what I have:

    Code:
    LongBreakoutPrice = ( GetCurrentAsk() + (2 * TickSize ) );
    
    DrawLine("Long", 15, LongBreakoutPrice, 0, LongBreakoutPrice, Color.Lime, DashStyle.Dash, 2);
    Last edited by dennho; 02-24-2010, 03:41 AM.

    #2
    dennho, any error in the log tab? Did you try a clean chart in a fresh workspace file as well?

    If the issue persists, I would suggest refreshing the .NET framework on your machine and then retrying the same indicator that previously worked well.

    Thanks
    BertrandNinjaTrader Customer Service

    Comment


      #3
      Creating a new workspace fixed the issue, thanks.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by rexsole, Today, 08:39 AM
      0 responses
      4 views
      0 likes
      Last Post rexsole
      by rexsole
       
      Started by trilliantrader, Yesterday, 03:01 PM
      3 responses
      30 views
      0 likes
      Last Post NinjaTrader_Clayton  
      Started by cmtjoancolmenero, Yesterday, 03:58 PM
      4 responses
      26 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by Brevo, Today, 01:45 AM
      1 response
      14 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by rjbtrade1, 11-30-2023, 04:38 PM
      2 responses
      74 views
      0 likes
      Last Post DavidHP
      by DavidHP
       
      Working...
      X