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 Hwop38, 05-04-2026, 07:02 PM
      0 responses
      155 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      307 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      244 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      346 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      176 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Working...
      X