more agressive trading avtions. audit
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user