i am currently using synchronous method getBars and process them using for(IBar bar : bars) which is not too great if i am getting too far back in time..
i would like to try asynchronous method. Please advise how can i process them using the same for loop.