In a nutshell:
In view of VarGetText (or a workaround), is there a way to add a
dynamic string array to an Exploration column?
In detail:
(I think) I managed to create a bunch of "string arrays" containing
tickers based on some ranking I did.
The array named "Stock1" contains the top-ranked stocks, "Stock2" the
2nd ranked etc. Reason I think I succeeded is that e.g.
Plot(C,VarGetText("Stock1"),colorBlack);
correctly displays the top-ranked ticker in the Chart title,
dynamically from bar to bar.
However, a similar
AddTextColumn(VarGetText("Stock1"),"Stock1");
still results in a static Exploration column. Yes, the Help file
clearly mentions this ("...you can only display text that does NOT
vary on bar-by-bar basis") but doesn't this originate from before
VarGetText was introduced?
Or is there perhaps a workaround?
TIA for your help.
-treliff