GOM BB Prediction (300 bars)
Category: volatility, trend
Calculates current Bollinger Bands and extrapolates their trajectories 300 bars into the future using linear slope analysis. Designed for exporting predictive data to external bots via webhooks.
Formula
\text{Slope}_x = \frac{x_t - x_{t-20}}{20} \\ \text{Predicted}_x(i) = x_t + (\text{Slope}_x \times i) \\ \text{where } x \in \{BB_{mid}, BB_{up}, BB_{dn}\} \text{ and } i \in [1, 300]
Inputs
- Horizon prediction (bougies) (default: 300)
- Méthode (default: linear)
- Période Bollinger (default: 20)
- Déviation Bollinger (default: 2.0)
See signal primitives and every published strategy that uses GOM BB Prediction (300 bars) on WOBR StrategyVerse.