alexlin
#1
Parameter of Plot() styleOwnScale is easy to understand,
that is= 32768 - plot is using independent scaling.
Q1) Parameter styleNoRescale seems complex,
does every plot() change the scale when we don't apply styleNoRescale?
Q2) When there are many plot() on a chart window,
which plot() to decide the scale?
Thank you very much
!
rottor
#2
when you apply styleNoRescale the scale will be set by all other Plot()s without this style
scale is calculated simply by min/max visible values of all Plots without styleNoRescale set
3 Likes
Ron
#3
How do you keep the style scale constant in an indicator so that it does not use min/max visible values to set scale? So that it is a set range?