How to record values ?

tanmay
Well, I am interested in calculating the vwap on 3 minute timeframe.
For this I would need high, low and close of every 3 minute candle. How would I store the high, low and close for every 3 minute and then calculate VWAP ?
Does it have to be stored in excel and then read to dataframe continuously?
Sign In or Register to comment.