This commit is contained in:
Cryptoval Trading Technologies
2024-02-12 02:04:15 +00:00
parent 312aa0b227
commit b25d88e5af
4 changed files with 49 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
}
# , "interval": "4 hours"
, "interval": "3 hours"
, "from_time": "2024-02-01 03:00:00"
, "from_time": "2024-02-01 09:00:00"
}
, "initial_positions": {
"COINBASE": {
+9
View File
@@ -12,6 +12,15 @@
"read_only": "COINBASE_ADV_RO"
}
}
, "ALPACA_SNDBX": {
"accounting": {
"enabled": true
, "streaming": false
}
, "credentials_key": {
"read_only": "ALPACA_SANDBOX"
}
}
}
, "refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
, "redis": @inc=http://${CONFIG_SVC_HOST}:6789/apps/redis
+28
View File
@@ -0,0 +1,28 @@
@var CONFIG_SVC_HOST=cloud16.cvtt.vpn
{
"__DUMMY__": null
, "exchanges_settings": {
"COINBASE_AT": {
"order_entry": {
"enabled": true
, "streaming": true
}
, "credentials_key": {
"trade": "COINBASE_ADV_TRD"
}
}
, "ALPACA_SNDBX": {
"order_entry": {
"enabled": true
, "streaming": true
}
, "credentials_key": {
"trade": "ALPACA_SANDBOX"
}
}
}
, "refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
}