Hi everyone, I currently use Tradingview for charting and their VWAP indicator has an option to also display standard deviations above/below the VWAP line. In Quantconnect, how can I calculate the 1st and standard deviations associated with the VWAP indicator in Python? 

For reference, below is a snippet from my TradingView chart. The thick purple line is VWAP (14 day) and the two grey lines above and below represent 1st std deviations and 2nd std deviations. My goal is to generate these 5 data points per minute. Suggestions?

 

143616_1645809950.jpg

 

Author