Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

how to keep lines/arrows in the same panel?

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

    how to keep lines/arrows in the same panel?

    I'm trying to edit an indicator so that it draws either vertical lines or arrows using crossabove/crossbelow, but the problem that I keep running into is that it keeps drawing the lines/arrows in the main panel where the price bars/candles are.

    How can I get the indicator to draw the lines/arrows in the same panel as rest of the indicator?

    Overlay is already set to false within the coding.

    Any suggestions? Thanks!

    #2
    Originally posted by gubbar924 View Post
    I'm trying to edit an indicator so that it draws either vertical lines or arrows using crossabove/crossbelow, but the problem that I keep running into is that it keeps drawing the lines/arrows in the main panel where the price bars/candles are.

    How can I get the indicator to draw the lines/arrows in the same panel as rest of the indicator?

    Overlay is already set to false within the coding.

    Any suggestions? Thanks!
    You can draw in the panel that your indicator is in, in which case you must use
    Code:
    DrawOnPricePanel = false;
    in the Initialize() method, or you will be drawing on the price chart by default.

    Comment


      #3
      worked like a charm, thank you

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      161 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      311 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      245 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      350 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      179 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Working...
      X