Using timezone for trading session

This commit is contained in:
Oleg Sheynin
2025-07-16 18:17:34 +00:00
parent 9c34d935bd
commit facf7fb0c6
3 changed files with 2171 additions and 137 deletions
+3 -3
View File
@@ -23,9 +23,9 @@
# "fit_method_class": "pt_trading.static_fit.StaticFit",
"close_outstanding_positions": true,
"trading_hours": {
"begin_session": "15:30:00",
"end_session": "20:00:00",
"timezone": "UTC"
"begin_session": "06:00:00",
"end_session": "16:00:00",
"timezone": "America/New_York"
}
}