Bollinger(2, 20).Upper[0];
Note that Bollinger bands are often calculated using the "typical price" = (High + Low + Close)/3 rather than the closing price. So how can I use Bollinger with the typical price? How can I do that for any other indicator like SMA?

Comment