Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

2 plots with different scales

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

    2 plots with different scales

    i want to plot 2 items with different scale? can i do it?

    AddPlot(new Stroke(Brushes.Orange, 2), PlotStyle.Bar, "Gains");
    AddLine(Brushes.Coral, 1, "CumGains");

    #2
    Hello junkone,

    Indicators can only have one scale.

    You could build two indicator and have each use a different ScaleJustification property, or you could consider normalizing the values so they are relative to each other on the same scale.

    A publicly available resource on normalizing values can be found here - https://stackoverflow.com/questions/...-100-to-0-to-3

    If this does not resolve your inquiry, could you provide an illustration showing what you are trying to accomplish?

    We look forward to assisting.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    640 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    366 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    107 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    569 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    572 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X