This may be a silly question but is there a way to select the size of the Dots when using PlotStyle.Dots (not to be confused with LineStyle.Dotted)? I find the default size too thick.
Rename
I would use PlotTimeSeriesLine instead where you can pick your dot size.
CODE:
PlotTimeSeriesLine(ratio, "QLD/QID Momentum Ratio", "Ratio", WLColor.Maroon,3,LineStyle.Dotted);
Your Response
Post
Edit Post
Login is required