Currency Strength Matrix (All)
Category: momentum, market_structure
A multi-currency strength meter that calculates the relative performance of 8 major currencies based on their cross-pair movements.
Formula
Strength_{Currency} = \frac{\sum_{i=1}^{n} (Side \times PriceRelative)}{n} \times 100 \text{ (Note: Current implementation contains a logic placeholder returning 0)}
Inputs
- period (default: 20)
- UseMajorsOnly (default: true)
See signal primitives and every published strategy that uses Currency Strength Matrix (All) on WOBR StrategyVerse.