d8feac86cf
CRITICAL FIX: v0.2.3 was still blocking SMC signals! Problem: - v0.2.3 had 3-tier logic that BLOCKS SMC 60-75% if ML disagrees - Signal BUY 63% + ML HOLD 50% was BLOCKED (wrong!) - Original v4 intention: SMC-only, ML for boost only Root Cause: - v0.2.3 logic still required ML agreement for medium tier - This contradicts "SMC patokan utama, ML pendukung" Solution v0.2.4: - Single threshold: SMC >= 55% executes ALWAYS - ML role: OPTIONAL boost (average) or ignored - SELL filter: Only exception (requires ML >= 75%) - No more tiers, no more ML blocking Impact: - SMC BUY 63% + ML HOLD → Now EXECUTES (was blocked) - True SMC-only mode restored - ML is reference/boost only Files: - main_live.py: Logic v6 (SMC-only) - VERSION: 0.2.3 → 0.2.4 - CHANGELOG.md: Full documentation User feedback: "Perasaan tadi sebelum perbaikan, kita mengabaikan ML dan fokus SMC saja" - NOW CORRECT! Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2 lines
6 B
Plaintext
2 lines
6 B
Plaintext
0.2.4
|