different confidence for open/close position

This commit is contained in:
Dobromir Popov
2025-05-27 01:03:40 +03:00
parent 678cf951a5
commit 97d348d517
5 changed files with 1097 additions and 77 deletions

View File

@ -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': {