I need to compare barnumber to avoid wrong results in plotting.
BarCounters[0]==BarCounters[1] does not work. How can I get this result so that a calculation and conditions are true only when same barnumber (of course both datseries are same, eg 1 min)
Or would it work with if(BIP==0) {if(FirstTickOfBar) Barnumber0=Barcounter;} if(BIP==1) {if(FirstTickOfBAr) Barnumber1=Barcounter;}
??
Thank you!
Tony

Comment