Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
vwap(minutes) ?

How to get average volume over last n minutes?

1 response

you can use my framework: https://github.com/Novaleaf/QuantShim

it doesn't have vwap, but look at the "IntradayIndicators" class, it has implementation for stddev and sma. you can add vwap the same way!