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 suroot, 04-10-2017, 02:18 AM
      4 responses
      3,021 views
      0 likes
      Last Post truepenny  
      Started by Stanfillirenfro, Today, 07:23 AM
      1 response
      6 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by cmtjoancolmenero, Yesterday, 03:58 PM
      2 responses
      22 views
      0 likes
      Last Post cmtjoancolmenero  
      Started by olisav57, Yesterday, 07:39 PM
      1 response
      9 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by cocoescala, 10-12-2018, 11:02 PM
      7 responses
      944 views
      0 likes
      Last Post Jquiroz1975  
      Working...
      X