Is there an example of how to add tag name to a PlotIndicator() chart so that I can a couple more lines to it.
Rename
Of course. Here go some recent Traders' Tips articles in S&C magazine for which we submitted sample code. You'll find there paneTag assignment in action:
http://traders.com/Documentation/FEEDbk_docs/2021/09/TradersTips.html#item5
http://traders.com/Documentation/FEEDbk_docs/2021/07/TradersTips.html#item3
e.g.
http://traders.com/Documentation/FEEDbk_docs/2021/09/TradersTips.html#item5
http://traders.com/Documentation/FEEDbk_docs/2021/07/TradersTips.html#item3
e.g.
CODE:
PlotIndicator( vixRoc as IndicatorBase, Color.Chartreuse, PlotStyles.Line, false, "vix");
CODE:
PlotIndicator(fs, Color.DarkRed, PlotStyles.Line, false, "fSMA"); SetPaneDrawingOptions("fSMA", 20, 50);
Your Response
Post
Edit Post
Login is required