Market Data PreProcessor
Preprocesses market data for analysis by cleaning, normalizing, and calculating technical indicators.
Inputs
Market Data
required: Raw market data (OHLCV format)Indicators
required: List of technical indicators to calculateTimeframe
: Data aggregation timeframe (default: "1h")Clean Data
: Whether to remove missing values and outliers (default: true)
Example
Outputs
Processed Data
: Cleaned and normalized market dataIndicators Data
: Calculated technical indicatorsStatistics
: Data quality and preprocessing statistics
