[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

plot name



PureBytes Links

Trading Reference Links

Anybody know how to dynamically assign plot names or some type of unique
identifier to a plot? I have the same indicator applied to a chart several
times but with different inputs so the output plot is different but the
plot name is always the same.

I have the following code:

Vars: PlotStr("");
PlotStr = MyStringFunction;
Plot1(Dot,PlotStr);

But the compiler says, "Plot name expected here" on the Plot1 line. Any
clever work arounds?

Thanks!