SMA3x5+BB - pjdhiro
Category: trend, volatility
A multi-set Simple Moving Average (SMA) and Bollinger Bands system with hierarchical timeframe-based visibility logic.
Formula
\text{SMA} = \frac{1}{n} \sum_{i=0}^{n-1} \text{Close}_i \\ \text{BB Basis} = \text{SMA}(Close, 20) \\ \text{BB Bands} = \text{Basis} \pm (k \times \sigma)
Inputs
- bbLen (default: 20)
- showBBBasis (default: true)
- Set A Lengths (1, 2, 3) (default: 0, 20, 200)
- Set Visibility Toggles (B-E) (default: false)
See signal primitives and every published strategy that uses SMA3x5+BB - pjdhiro on WOBR StrategyVerse.