vnpy/examples/vn_trader/ar_setting.json
msincenselee f9aad85db9 [bug fix]
2020-02-02 19:09:05 +08:00

17 lines
189 B
JSON

{
"mongo_db":
{
"host": "192.168.0.207",
"port": 27017
},
"accounts":
{
"ctp":
{
"copy_history_trades": true,
"copy_history_orders": true
}
}
}