more agressive trading avtions. audit

This commit is contained in:
Dobromir Popov
2025-07-02 00:52:50 +03:00
parent c267657456
commit 0f155b319c
8 changed files with 292 additions and 61 deletions

View File

@ -2512,9 +2512,9 @@ class CleanTradingDashboard:
should_execute = False
execution_reason = ""
# Define confidence thresholds
CLOSE_POSITION_THRESHOLD = 0.25 # Lower threshold to close positions
OPEN_POSITION_THRESHOLD = 0.60 # Higher threshold to open new positions
# Define confidence thresholds - AGGRESSIVE for more training data
CLOSE_POSITION_THRESHOLD = 0.15 # Very low threshold to close positions (was 0.25)
OPEN_POSITION_THRESHOLD = 0.35 # Lower threshold to open new positions (was 0.60)
# Calculate profit incentive for position closing
profit_incentive = 0.0