Prompt file imported from ndra969/trading-bot (
.claude/commands/analyze.md). Copyright stays with the author.
Strategy Analysis
Status: 📋 Planned. CLI command not yet implemented. Currently analyze via
uv run trading-bot start --dry-runand inspect logs.
Planned Commands
uv run trading-bot foundation analyze --symbol <SYMBOL> --timeframe <TF>
uv run trading-bot foundation price-action <SYMBOL> --timeframe <TF> --trading-type <TYPE>
Timeframes by Type
- day_trading: M15, H1, H4 (✅ implemented)
- scalping: M1, M5, M15 (📋 planned)
- swing_trading: H4, D1, W1 (📋 planned)
- position_trading: D1, W1, MN1 (📋 planned)
Strategy Layers (min 65% confluence)
Foundation 30% | Trendline 20% | Price Action 15% | Fibonacci 12% | Breakout 12% | Structure 8% | RSI 10% | MA 8%
Current Workaround
# Run dry-run and inspect signals in logs
uv run trading-bot start --dry-run --connect-mt5
grep -i "signal\|zone" logs/trading_bot.log