mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-03 02:50:59 +08:00
- Add 3 new action types: update_stop_loss, update_take_profit, partial_close - Introduce "Zero Principle" (疑惑优先) for risk control - Expand decision flow to 8 steps with critical safeguards: * Step 2: Consecutive loss pause (2x→45min, 3x→24h, 4x→72h) * Step 5: BTC status check (multi-timeframe MACD confirmation) * Step 6: Long/short confirmation checklist (≥5/8 indicators) * Step 7: Fake breakout detection (RSI multi-timeframe + candle patterns) * Step 8: Objective confidence scoring (base 60 + conditions) - Add signal priority ranking (trend resonance > volume > BTC > RSI...) - Add dynamic TP/SL strategies with examples - Increase confidence threshold: 0.6 → 0.85 for opening positions - Add cooldown rules and slippage buffer (0.05%) - Optimize prompt length: 4445 words → 1500 words (-66%) Key improvements in v5.5.1: ✅ BTC status check - Most critical protection for altcoin trading ✅ Long/short checklist - 5/8 indicators required, prevent false signals ✅ Objective confidence scoring - Base 60 + condition adjustments ✅ Fake breakout logic - RSI multi-timeframe + candle filters ✅ Consecutive loss pause - 2x/3x/4x trigger different cooldowns ✅ OI confirmation - >+5% for real breakout validation ✅ Signal priority ranking - Trend resonance > volume > BTC... ✅ Slippage handling - 0.05% buffer + profit check Design philosophy: Let AI autonomously judge trend vs chop, trust strong reasoning models. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>