Heatmap Framework
Category: trend, market_structure
A multi-timeframe heatmap framework that visualizes long/short conditions across different time horizons in a separate window.
Formula
\text{Heatmap}(tf) = \begin{cases} 1 & \text{if LongCondition}(tf) \text{ is true} \\ -1 & \text{if ShortCondition}(tf) \text{ is true} \\ 0 & \text{otherwise} \end{cases} \text{ mapped to discrete buffers for visualization.}
Inputs
- Include_M1 (default: false)
- Include_H1 (default: true)
- up_color (default: Green)
- dn_color (default: Red)
- ne_color (default: Gray)
See signal primitives and every published strategy that uses Heatmap Framework on WOBR StrategyVerse.