- ago
Is there an example of how to add tag name to a PlotIndicator() chart so that I can a couple more lines to it.
0
872
Solved
1 Replies

Reply

Bookmark

Sort
- ago
#1
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.
CODE:
PlotIndicator( vixRoc as IndicatorBase, Color.Chartreuse, PlotStyles.Line, false, "vix");


CODE:
PlotIndicator(fs, Color.DarkRed, PlotStyles.Line, false, "fSMA"); SetPaneDrawingOptions("fSMA", 20, 50);
0
Best Answer

Reply

Bookmark

Sort