CCI / Connectable [Azullian]
Category: momentum
A modular CCI-based indicator designed to work within the 'Connectable' ecosystem, providing weighted signals for trend reversals and overbought/oversold zones.
Formula
CCI = (Price - SMA(Price, n)) / (0.015 * MeanDeviation(Price, n)) where Price is HLC3.
Inputs
- Length (default: 20)
- Overbought (default: 100)
- Oversold (default: -100)
- Signal Mode (default: Entries Only)
See signal primitives and every published strategy that uses CCI / Connectable [Azullian] on WOBR StrategyVerse.