Raxx · internal docs

internal · gated ↑ index

Claude 3.7 Sonnet Research Prompt: Technical Indicators for Trading Algorithms

Research Request

I'm developing a trading algorithm system called TradeMasterAPI and need comprehensive research on technical indicators, their effectiveness, optimal combinations, and implementation best practices. Please provide an in-depth analysis that covers both traditional and modern perspectives on technical analysis.

Research Areas

1. Moving Average Crossover Strategies

Please analyze the effectiveness of moving average crossover strategies, with particular focus on: - SMA50/SMA200 crossover (Golden Cross/Death Cross) - Optimal parameters for different market conditions and timeframes - Statistical evidence of effectiveness from academic research - Common pitfalls and how to avoid false signals - Enhancements to improve the basic crossover strategy

2. Bollinger Bands

Provide a detailed analysis of Bollinger Bands, including: - Optimal settings for different market conditions (standard deviation multipliers, period length) - Advanced Bollinger Band strategies beyond simple overbought/oversold signals - The effectiveness of Bollinger Band "squeezes" as volatility predictors - How to combine Bollinger Bands with other indicators for confirmation - Statistical evidence of effectiveness from academic research

3. Oscillators and Momentum Indicators

Analyze the effectiveness of key oscillators and momentum indicators: - RSI (Relative Strength Index) - MACD (Moving Average Convergence Divergence) - Stochastic Oscillator - CCI (Commodity Channel Index) - MFI (Money Flow Index)

For each, please cover: - Optimal parameters for different market conditions - Effectiveness in different market regimes (trending vs. ranging) - Advanced techniques (divergence analysis, etc.) - Statistical evidence of effectiveness

4. Volume-Based Indicators

Analyze volume-based indicators and their effectiveness: - OBV (On-Balance Volume) - Volume Profile - VWAP (Volume-Weighted Average Price) - Accumulation/Distribution Line - Chaikin Money Flow

5. Machine Learning and Technical Indicators

Explore how machine learning can enhance technical indicator effectiveness: - Feature engineering with technical indicators - Optimal indicator combinations for ML models - Techniques to avoid overfitting when using technical indicators - Case studies of successful ML implementations using technical indicators

6. Optimal Indicator Combinations

Research suggests that combining indicators from different categories can improve performance. Please analyze: - Effective combinations of trend, momentum, volatility, and volume indicators - How to resolve conflicting signals from multiple indicators - Frameworks for weighting different indicators in a combined strategy - Statistical methods to evaluate indicator combinations

7. Market Regime Considerations

Analyze how the effectiveness of technical indicators varies across: - Bull vs. bear markets - High vs. low volatility environments - Different asset classes (equities, forex, cryptocurrencies, etc.) - Different timeframes (intraday, daily, weekly)

8. Implementation Best Practices

Provide practical guidance on: - Computational efficiency when calculating multiple indicators - Handling missing data and other data quality issues - Parameter optimization techniques - Backtesting considerations specific to technical indicators - Risk management approaches when using technical indicators

Output Format

Please structure your response as follows:

  1. Executive Summary: Key findings and recommendations (300-500 words)
  2. Detailed Analysis: In-depth coverage of each research area
  3. Implementation Recommendations: Specific, actionable recommendations for the TradeMasterAPI system
  4. References: Academic papers, books, and other resources for further reading

Please include relevant code examples where appropriate, particularly for novel indicator combinations or implementation techniques. Use Python for any code examples.

Thank you for your comprehensive research on this topic.