progress
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
@var CONFIG_SERVICE=cloud23.cvtt.vpn:6789
|
||||
{
|
||||
"refdata": @inc=http://${CONFIG_SERVICE}/refdata/refdata
|
||||
, "comm": @inc=http://${CONFIG_SERVICE}/apps/common/comm
|
||||
, "algos": @inc=http://${CONFIG_SERVICE}/apps/common/algos
|
||||
, "exchanges_settings": {
|
||||
"ALPACA_SIM": {
|
||||
"mkt_data": {
|
||||
"enabled": true
|
||||
, "streaming": true
|
||||
},
|
||||
"order_entry": {
|
||||
"enabled": true
|
||||
, "streaming": true
|
||||
},
|
||||
"accounting": {
|
||||
"enabled": true
|
||||
, "streaming": false
|
||||
},
|
||||
},
|
||||
# "ALPACA-MD-REST-ONLY": {
|
||||
# "mkt_data": {
|
||||
# "enabled": true
|
||||
# , "streaming": false
|
||||
# },
|
||||
# },
|
||||
# "COINBASE_SIM": {
|
||||
# "mkt_data": {
|
||||
# "enabled": true
|
||||
# , "streaming": true
|
||||
# },
|
||||
# "order_entry": {
|
||||
# "enabled": true
|
||||
# , "streaming": true
|
||||
# },
|
||||
# "accounting": {
|
||||
# "enabled": true
|
||||
# , "streaming": false
|
||||
# },
|
||||
# },
|
||||
|
||||
}
|
||||
, "trading": {
|
||||
"book_id": "COINTEGR_BOOK_001"
|
||||
,"algo": "TRDALGO_SIMPLE_BO"
|
||||
, "usd_amount": 1000.0
|
||||
, "price_offset_bps": 20
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user