more agressive trading avtions. audit
This commit is contained in:
@ -308,9 +308,9 @@ class DQNAgent:
|
||||
self.position_entry_price = 0.0
|
||||
self.position_entry_time = None
|
||||
|
||||
# Different thresholds for entry vs exit decisions
|
||||
self.entry_confidence_threshold = 0.7 # High threshold for new positions
|
||||
self.exit_confidence_threshold = 0.3 # Lower threshold for closing positions
|
||||
# Different thresholds for entry vs exit decisions - AGGRESSIVE for more training data
|
||||
self.entry_confidence_threshold = 0.35 # Lower threshold for new positions (was 0.7)
|
||||
self.exit_confidence_threshold = 0.15 # Very low threshold for closing positions (was 0.3)
|
||||
self.uncertainty_threshold = 0.1 # When to stay neutral
|
||||
|
||||
def move_models_to_device(self, device=None):
|
||||
|
Reference in New Issue
Block a user