progress
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user