Announcement

Collapse
No announcement yet.

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

    Comment


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

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      672 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      379 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      111 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      577 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      582 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X