Hi got a newbie question:

Is there any other documentation source other than https://www.quantconnect.com/docs/home/home and https://www.quantconnect.com/lean/docs#topic100.html?

Having trouble understanding some of the syntax. Example below:

What is the k parameter, and what are the acceptable moving average types for the Bollinger Band indicator?

BB(Symbol symbol, int period, decimal k, MovingAverageType movingAverageType = null, Resolution resolution = null, Func`2[Data.IBaseData,Decimal] selector = null)