This commit is contained in:
Cryptoval Trading Technologies 2025-01-24 17:28:48 +00:00
parent 5e7cf812aa
commit 06c01115dd
10 changed files with 31 additions and 16 deletions

View File

@ -2,9 +2,6 @@
"folders": [ "folders": [
{ {
"path": "." "path": "."
},
{
"path": ".."
} }
] ]
} }

View File

@ -3,7 +3,17 @@
{ "___dummy___": null { "___dummy___": null
, "refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata , "refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata
, "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm , "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm
, "active_instruments": @inc=http://@env{CONFIG_SERVICE}/apps/active_instruments , "active_instruments": {
"ALPACA_SNDBX": {
"dynamic_stock_list": {
"exchange_id": "ALPACA"
, "list_source": "redis"
, "comm_settings": "/comm/pubsub/redis/cvtt-prod-eqty-01"
, "redis_key": "DAY_STOCK_LIST"
}
}
}
, "comm_settings": "/comm/pubsub/redis/cvtt-prod-eqty-01" , "comm_settings": "/comm/pubsub/redis/cvtt-prod-eqty-01"
, "session_type": "CALENDAR" , "session_type": "CALENDAR"
, "calendar_session": { , "calendar_session": {

View File

@ -2,16 +2,6 @@
"refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata "refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata
, "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm , "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm
// -------------------------------------------------------------------------
// This is used only for dynamically loaded instrument lists (as for Alpaca)
, "active_instruments": @inc=http://@env{CONFIG_SERVICE}/apps/active_instruments
, "comm_settings": "/comm/pubsub/redis/cvtt-prod-eqty-01"
# , "cvttcomm": {
# "type": "redis"
# , "comm_settings": "/comm/pubsub/redis/cvtt-prod-eqty-01"
# }
//------------------------------------------------------------------------------
, "md_recorder": { , "md_recorder": {
"instrument_groups": { "instrument_groups": {
"BNBFUT_CLD21": [ "BNBFUT_CLD21": [

View File

@ -1,7 +1,16 @@
{ {
"refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata "refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata
, "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm , "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm
, "active_instruments": @inc=http://@env{CONFIG_SERVICE}/apps/active_instruments , "active_instruments": {
"ALPACA_SNDBX": {
"dynamic_stock_list": {
"exchange_id": "ALPACA"
, "list_source": "redis"
, "comm_settings": "/comm/pubsub/redis/cvtt-prod-eqty-01"
, "redis_key": "DAY_STOCK_LIST"
}
}
}
"exchanges_settings": { "exchanges_settings": {
"*": { "*": {
"mkt_data": { "mkt_data": {

View File

@ -1,7 +1,16 @@
{ {
"refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata "refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata
, "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm , "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm
, "active_instruments": @inc=http://@env{CONFIG_SERVICE}/apps/active_instruments , "active_instruments": {
"ALPACA_SNDBX": {
"dynamic_stock_list": {
"exchange_id": "ALPACA"
, "list_source": "redis"
, "comm_settings": "/comm/pubsub/redis/cvtt-prod-eqty-01"
, "redis_key": "DAY_STOCK_LIST"
}
}
}
, "exchanges_settings": { , "exchanges_settings": {
"*": { "*": {
"mkt_data": { "mkt_data": {