Hi, the doc says  "var vwap = VWAP(Symbol symbol)" to use intraday vwap. But I get an error :

32 | 23:21:57: During the algorithm initialization, the following exception has occurred: NameError : name 'VWAP' is not defined
at Initialize in main.py:line 25
:: self.vwap = VWAP("SPXL")
NameError : name 'VWAP' is not defined

 "from QuantConnect.Indicators import VWAP" cant fixed this.

I dont see any thread talking about intraday vwap. (theres VWAP but not Intraday VWAP)

Thx in advance.

 

 

Author