Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicator Properties Dialog Visual Panel option: Question about "DrawOnPricePanel"

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

    Indicator Properties Dialog Visual Panel option: Question about "DrawOnPricePanel"

    While developing Indicators, I have found sometimes it is very helpful to use the same logic and data but in a slightly different way also requiring a different display. For example using a moving average on the Price Panel but also wanting to display the angle of the moving average line. Because the Angle will be a value roughly between -90 and 90 it does not lend itself to displaying on the Price Panel. My question is this:

    Can the Indicator Properties Dialog Visual Panel option modify the "DrawOnPricePanel" bool variable in the Indicator to "false" when a subPanel is selected or NOT "Same as input series? My tests show this is not happening. Testing method: I used "DrawOnPricePanel" as a conditional to change colors to Transparent for approprate "AddPlot" data on either PricePanel or SubPanel.

    Currently I must create my own bool to use. This means I am required to change both my bool and the Panel option get the display I want.
    Alternatively, can you recommend or suggest a different method?

    Thank you for your assistance,

    #2
    Hello MartinT, thanks for writing in.

    The IsOverlay property will tell you if the indicator is drawing on the price panel or not. So if this is false, you would set DrawOnPricePanel to false. You can also look into custom rendering with SharpDX if you want to plot data that does not fall within the chart bars scale.



    Please let me know if this does not resolve your inquiry.

    Comment


      #3
      Hi ChrisL,

      Thank you for your help. That's just what I needed.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      77 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      40 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      63 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      63 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      53 views
      0 likes
      Last Post CarlTrading  
      Working...
      X