Hello,
this may be a dumb question, but how
can I get the data of
test=AddToComposite
(ATRExpLagRounded,
"~ATRExpLagRounded_"+Name(), "V", atcFlagDefaults | atcFlagEnableInBacktest);
in Exploration output? I want to
check if it holds the data it was supposed to...
Addcolumn(test, "Output", 1.5)
returns "1". Why is that?
If I wanted to plot it as an indicator, what would
that be?
Plotforeign("?","indicator_+name(),"V",colorred,styleline)????
Thanks
Markus