Market Data PreProcessor
Preprocesses market data for analysis by cleaning, normalizing, and calculating technical indicators.
Inputs
Market Datarequired: Raw market data (OHLCV format)Indicatorsrequired: 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
