Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

AddPlot to strategy with different scale or panel

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

    AddPlot to strategy with different scale or panel

    I have a strategy where I use "addPlot" and, as long as it is in the same scale, no problem BUT (in a strategy) is there a way to add a plot with a different scale or in a different panel?
    I need to plot strategy values that are very different than the price scale...
    TIA!

    #2
    Hello, thanks for writing in. There is no way for an indicator to spawn multiple panels but you can implement each plot as a stand-alone indicator and use a strategy that calls AddChartIndicator(). We have an example for reference here:

    Comment


      #3
      Thanks Chris,
      This would work fine if the scales were the same but the two plots have very different scales, they really cannot be overlayed...
      >>Since I am looking at optimizer result charts, I may be able to manually add an indicator and use the "GetValueAt"... will need to experiment.
      Thanks for the tip!

      Comment


        #4
        Hi Walt, you are not required to make it an overlay indicator. You can have two indicators each in their own panel as well.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by NullPointStrategies, Yesterday, 05:17 AM
        0 responses
        66 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        141 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        76 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        47 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        51 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X