.
This commit is contained in:
parent
78e07fca9a
commit
60c520f803
@ -35,7 +35,7 @@
|
|||||||
}
|
}
|
||||||
# , "interval": "4 hours"
|
# , "interval": "4 hours"
|
||||||
, "interval": "1 hour"
|
, "interval": "1 hour"
|
||||||
, "from_time": "2023-12-19 02:00:00"
|
, "from_time": "2023-12-28 02:00:00"
|
||||||
}
|
}
|
||||||
, "initial_positions": {
|
, "initial_positions": {
|
||||||
"COINBASE": {
|
"COINBASE": {
|
||||||
@ -187,7 +187,6 @@
|
|||||||
, "trade_events_table": "backtest.trading_trades"
|
, "trade_events_table": "backtest.trading_trades"
|
||||||
, "trading_md_summary_table": "backtest.trading_md"
|
, "trading_md_summary_table": "backtest.trading_md"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"check_interval_sec": 10.0
|
"check_interval_sec": 10.0
|
||||||
|
, "status_report_interval_sec": 3600.0
|
||||||
, "after_alert_interval_sec": 120.0 #
|
, "after_alert_interval_sec": 120.0 #
|
||||||
, "db": {
|
, "db": {
|
||||||
"CVTTDATA": {
|
"CVTTDATA": {
|
||||||
@ -14,6 +15,7 @@
|
|||||||
, "mmost": {
|
, "mmost": {
|
||||||
"cred_key": "MATTERMOST"
|
"cred_key": "MATTERMOST"
|
||||||
, "alert_channel": "Alerts-CVTT"
|
, "alert_channel": "Alerts-CVTT"
|
||||||
|
, "status_channel": "Status-CVTT"
|
||||||
}
|
}
|
||||||
, "data_checks": {
|
, "data_checks": {
|
||||||
# "BNBFUT-1": {
|
# "BNBFUT-1": {
|
||||||
@ -32,13 +34,13 @@
|
|||||||
"tables": ["bnbspot.md_booktops"]
|
"tables": ["bnbspot.md_booktops"]
|
||||||
, "exchange_id": "BNBSPOT"
|
, "exchange_id": "BNBSPOT"
|
||||||
, "instruments": ["PAIR-BTC-USDT"]
|
, "instruments": ["PAIR-BTC-USDT"]
|
||||||
, "threshold_sec": 15.0
|
, "threshold_sec": 30.0
|
||||||
}
|
}
|
||||||
, "BNBSPOT-2": {
|
, "BNBSPOT-2": {
|
||||||
"tables": ["bnbspot.md_trades"]
|
"tables": ["bnbspot.md_trades"]
|
||||||
, "exchange_id": "BNBSPOT"
|
, "exchange_id": "BNBSPOT"
|
||||||
, "instruments": ["PAIR-BTC-USDT"]
|
, "instruments": ["PAIR-BTC-USDT"]
|
||||||
, "threshold_sec": 15.0
|
, "threshold_sec": 30.0
|
||||||
}
|
}
|
||||||
, "COINBASE-1": {
|
, "COINBASE-1": {
|
||||||
"tables": ["coinbase.md_booktops"]
|
"tables": ["coinbase.md_booktops"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user