diff --git a/.env b/.env index 6e239c0..f73f8e8 100644 --- a/.env +++ b/.env @@ -427,7 +427,7 @@ ATR_MULTIPLIER_FOR_TP2=2 # Wait for optimal pullback within 2 minutes after 5-min signal # Expected impact: 0.2-0.5% better entry per trade = $1,600-4,000 over 100 trades -SMART_ENTRY_ENABLED=false # Set to true to enable smart entry timing +SMART_ENTRY_ENABLED=true # Set to true to enable smart entry timing SMART_ENTRY_MAX_WAIT_MS=120000 # 120,000ms = 2 minutes max wait SMART_ENTRY_PULLBACK_MIN=0.15 # 0.15% minimum pullback to consider SMART_ENTRY_PULLBACK_MAX=0.50 # 0.50% maximum pullback (beyond = possible reversal)