Module v2

Source
Expand description

§Version 2 - Advanced Crypto Trading Indicators

This module contains advanced technical indicators specifically designed for cryptocurrency trading algorithms and sophisticated signal aggregation systems. These indicators focus on volume analysis, trend strength measurement, and momentum detection optimized for the high volatility environment of cryptocurrency markets.

§Tier 1 Indicators (Essential)

  • obv: On Balance Volume - Critical volume-based momentum indicator
  • mfi: Money Flow Index - Volume-weighted RSI for comprehensive market analysis
  • parabolic_sar: Parabolic SAR - Dynamic trend-following with 95% confidence level
  • adx: Average Directional Index - Superior trend strength filtering
  • cci: Commodity Channel Index - Effective momentum measurement for cyclical analysis

§Tier 3 Indicators (Supplementary)

  • williams_r: Williams %R - Extreme condition detection for overbought/oversold analysis

§Mathematical Foundation

  • std_dev: Standard Deviation - Essential statistical foundation for volatility analysis

All indicators are designed to work together in signal aggregation systems and include comprehensive error handling, state management, and batch processing capabilities.

Modules§

adx
ADX Module
cci
CCI Module
mfi
MFI Module
obv
OBV Module
parabolic_sar
Parabolic SAR Module
std_dev
Standard Deviation Module
williams_r
Williams %R Module