This commit is contained in:
Cryptoval Trading Technologies
2024-02-19 01:40:23 +00:00
parent b25d88e5af
commit fe2671e1bb
8 changed files with 591 additions and 486 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
, "credentials_key": "TSDB_MD_CVTTDATA_RO"
}
# , "interval": "4 hours"
, "interval": "3 hours"
, "interval": "6 hours"
, "from_time": "2024-02-01 09:00:00"
}
, "initial_positions": {
+35 -13
View File
@@ -9,17 +9,12 @@
, "collections": {
"__dummy__": null
, "COINBASE": {
"instruments": {
"PAIR-BTC-USD": ["TRADES", "BOOK_TOP"]
, "PAIR-ETH-USD": ["TRADES", "BOOK_TOP"]
, "PAIR-LTC-USD": ["TRADES", "BOOK_TOP"]
, "PAIR-XRP-USD": ["TRADES", "BOOK_TOP"]
}
, "tables": {
"trades": "coinbase.md_trades"
, "booktops": "coinbase.md_booktops"
, "booksnaps": "coinbase.md_booksnaps"
, "ALPACA": {
# dynamic instruments names
"tables": {
"trades": "alpaca_iex.md_trades"
, "booktops": "alpaca_iex.md_booktops"
, "booksnaps": "alpaca_iex.md_booksnaps"
}
}
, "BNBSPOT": {
@@ -47,6 +42,19 @@
, "booksnaps": "bnbfut.md_booksnaps"
}
}
, "COINBASE": {
"instruments": {
"PAIR-BTC-USD": ["TRADES", "BOOK_TOP"]
, "PAIR-ETH-USD": ["TRADES", "BOOK_TOP"]
, "PAIR-LTC-USD": ["TRADES", "BOOK_TOP"]
, "PAIR-XRP-USD": ["TRADES", "BOOK_TOP"]
}
, "tables": {
"trades": "coinbase.md_trades"
, "booktops": "coinbase.md_booktops"
, "booksnaps": "coinbase.md_booksnaps"
}
}
}
}
@@ -54,10 +62,10 @@
, "refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
, "redis": @inc=http://${CONFIG_SVC_HOST}:6789/apps/redis
, "exchanges_settings": {
"COINBASE_AT": {
"ALPACA_SNDBX": {
"order_entry": {
"enabled": false
, "streaming": true
, "streaming": false
},
"mkt_data": {
"enabled": true
@@ -96,6 +104,20 @@
, "streaming": false
}
}
"COINBASE_AT": {
"order_entry": {
"enabled": false
, "streaming": false
},
"mkt_data": {
"enabled": true
, "streaming": true
},
"accounting": {
"enabled": false
, "streaming": false
}
}
}
}
+29
View File
@@ -0,0 +1,29 @@
@var CONFIG_SVC_HOST=cloud16.cvtt.vpn
{
"__DUMMY__": null
, "exchanges_settings": {
"COINBASE_AT": {
"order_entry": {
"enabled": true
, "streaming": false
}
, "credentials_key": {
"trade": "COINBASE_ADV_TRD"
# "read_only": "COINBASE_ADV_RO"
}
}
, "ALPACA_SNDBX": {
"order_entry": {
"enabled": true
, "streaming": true
}
, "credentials_key": {
"trade": "ALPACA_SANDBOX"
}
}
}
, "refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
}
+29
View File
@@ -0,0 +1,29 @@
@var CONFIG_SVC_HOST=cloud16.cvtt.vpn
{
"__DUMMY__": null
, "exchanges_settings": {
"COINBASE_AT": {
"order_entry": {
"enabled": true
, "streaming": false
}
, "credentials_key": {
"trade": "COINBASE_ADV_TRD"
# "read_only": "COINBASE_ADV_RO"
}
}
, "ALPACA_SNDBX": {
"order_entry": {
"enabled": true
, "streaming": true
}
, "credentials_key": {
"trade": "ALPACA_SANDBOX"
}
}
}
, "refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
}
+34
View File
@@ -0,0 +1,34 @@
@var CONFIG_SVC_HOST=cloud16.cvtt.vpn
{
"__DUMMY__": null
, "exchanges_settings": {
"COINBASE_AT": {
"order_entry": {
"enabled": true
, "streaming": false
}
, "credentials_key": {
"trade": "COINBASE_ADV_TRD"
# "read_only": "COINBASE_ADV_RO"
}
}
, "ALPACA_SNDBX": {
"order_entry": {
"enabled": true
, "streaming": false
}
# , "accounting": {
# "enabled": true
# , "streaming": false
# }
, "credentials_key": {
"read_only": "ALPACA_SANDBOX"
, "trade": "ALPACA_SANDBOX"
}
}
}
, "refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
}
+1
View File
@@ -11,5 +11,6 @@
}
}
, "refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
, "redis": @inc=http://${CONFIG_SVC_HOST}:6789/apps/redis
}