 |
QuantShare
2011-05-13 07:13:12
0
|
|
Best Answer
You can update the caption of every indicator by right clicking on a pane then editing the formulas.
Example:
indicator = Bop();
Plot(indicator,"Balance Of Power",colorBlue,ChartLine,StyleSymbolNone);
You can change "Balance Of Power" by "Bop".
To make the change persistent in your formula list, right click on a formula, select "View formula" then update it.
|
|