This commit is contained in:
Cryptoval Trading Technologies
2024-09-06 20:03:38 +00:00
parent 25ab322310
commit d4d95f19fc
13 changed files with 153 additions and 214 deletions
+3 -4
View File
@@ -161,9 +161,8 @@
}
}
, "trading_recorder": {
# "format": "CSV"
# "format": "TSDB"
"format": "SQLite"
"app_channel": "TRDREC"
, "format": "SQLite" # formats: "CSV", "TSDB", "SQLite"
, "csv_settings": {
"order_events_file_path": "%T.order_events.csv"
"position_events_file_path": "%T.position_events.csv"
@@ -179,7 +178,7 @@
}
, "sqlite_settings": {
# "file_name": "/tmp/%T.cvtt_backtest.db"
"file_name": "/tmp/%T.cvtt_alpaca_sandbox.db"
"file_name": "/logs/%T.cvtt_alpaca_sandbox.db"
}
}
}