Hello,
simple question but I get not the info from EL_Ref_Guide.pdf or else manual.
Have two dataseries "dataseries1" and "dataseries2"
How can I reference the first bar in each case?
This don't work: symbol1 = dataseries1[1] ;
I also don't understand the "BarNumber" function.
BarNumber = BarNumber[1] + 1;
Can you help?
simple question but I get not the info from EL_Ref_Guide.pdf or else manual.
Have two dataseries "dataseries1" and "dataseries2"
How can I reference the first bar in each case?
This don't work: symbol1 = dataseries1[1] ;
I also don't understand the "BarNumber" function.
BarNumber = BarNumber[1] + 1;
Can you help?