Sterling API question

I tried to learn Sterling API and here is a question I have: How to get the information of the open, high, low, close price and volume information for a 1-min bar of 5 minutes ago?
 
You can build your own candle data based on the live feed.
What i did was creating candle objects (for each minute for example) and updating them with the quoteUpdate event.
 
Back
Top