//! divergence_catalog.rs — legacy Div variants removed; catalog is now empty.
//!
//! Divergence detection is handled by `events::Divergence` and `events::SwingDetection`.
use crateIndicatorSignature;
use crateIndicatorCategory;
use Lazy;
use HashMap;
/// Category for all indicators in this module
pub const CATEGORY: IndicatorCategory = Divergence;
const BASE_CATALOG: & = &;
/// Expanded catalog (empty — all Div variants removed)
pub static DIVERGENCE_CATALOG: =
new;
/// Get indicator signature by ID
/// Get all indicator IDs in this category
/// Get count of indicators in this category