Skip to main content

Module volatility

Module volatility 

Source
Expand description

Volatility indicators: Bollinger Bands, Keltner Channels, choppiness, Elder Ray, market cycle.

Re-exports§

pub use bollinger::BollingerBands;
pub use choppiness_index::ChoppinessIndex;
pub use elder_ray_index::ElderRayIndex;
pub use keltner_channels::KeltnerChannels;
pub use market_cycle::MarketCycle;

Modules§

bollinger
Bollinger Bands.
choppiness_index
Choppiness Index (CHOP).
elder_ray_index
Elder Ray Index.
keltner_channels
Keltner Channels.
market_cycle
Market Cycle Indicator.

Functions§

register_all
Register all volatility indicators with the given registry.