GFRMa Pivot HTF3 Dashboard
Category: momentum, volatility, market_structure
A multi-indicator visual dashboard that projects RSI, CCI, Stochastic, and MA deviations directly onto the price chart as graphical rectangles.
Formula
VisualOffset = CurrentPrice - (IndicatorValue - Baseline) * Point \\\\ Baseline_{RSI,Sto} = 50, Baseline_{CCI,MA} = 0\\\\ BreakoutDelta = Middle - IHSL_{Bound} \text{ if price outside Highs/Lows range}
Inputs
- SignalLen (default: 15)
- applied_price (default: PRICE_CLOSE)
- ma_method (default: MODE_SMA)
- sto_price (default: STO_CLOSECLOSE)
See signal primitives, usage in published strategies and more on WOBR StrategyVerse.