different confidence for open/close position
This commit is contained in:
@ -79,6 +79,7 @@ class Config:
|
||||
'cnn_weight': 0.7,
|
||||
'rl_weight': 0.3,
|
||||
'confidence_threshold': 0.5,
|
||||
'confidence_threshold_close': 0.25,
|
||||
'decision_frequency': 60
|
||||
},
|
||||
'trading': {
|
||||
|
Reference in New Issue
Block a user