I only calculate onbarclose but when i print time of my second Dataserie onBarUpdate with this filter
if (BarsInProgress == 1){
Print(Times[0][0].TimeOfDay);}
it prints for example this minutes : 10:04 - 10:10 - 10:14 - 10:20
Im missing something? the second dataserie must be multiple of the primary?
how can i process info of 5 minutes dataseries onbarclose working on 2 minutes primary dataserie?
Thanks for your help!


Comment