21 lines
618 B
INI
21 lines
618 B
INI
{
|
|
"strategy_config": @inc=file:///home/oleg/develop/pairs_trading/configuration/ols.cfg
|
|
"pricer_config": {
|
|
"pricer_url": "ws://localhost:12346/ws",
|
|
"history_depth_sec": 86400 #"60*60*24", # use simpleeval
|
|
"interval_sec": 60
|
|
},
|
|
"ti_config": {
|
|
"cvtt_base_url": "http://localhost:23456"
|
|
"book_id": "XXXXXXXXX",
|
|
"strategy_id": "XXXXXXXXX",
|
|
"ti_endpoint": {
|
|
"method": "POST",
|
|
"url": "/trading_instructions"
|
|
},
|
|
"health_check_endpoint": {
|
|
"method": "GET",
|
|
"url": "/ping"
|
|
}
|
|
}
|
|
} |