This commit is contained in:
Cryptoval Trading Technologies 2023-12-30 02:53:37 +00:00
parent 78e07fca9a
commit 60c520f803
2 changed files with 5 additions and 4 deletions

View File

@ -35,7 +35,7 @@
}
# , "interval": "4 hours"
, "interval": "1 hour"
, "from_time": "2023-12-19 02:00:00"
, "from_time": "2023-12-28 02:00:00"
}
, "initial_positions": {
"COINBASE": {
@ -187,7 +187,6 @@
, "trade_events_table": "backtest.trading_trades"
, "trading_md_summary_table": "backtest.trading_md"
}
}
}

View File

@ -1,5 +1,6 @@
{
"check_interval_sec": 10.0
, "status_report_interval_sec": 3600.0
, "after_alert_interval_sec": 120.0 #
, "db": {
"CVTTDATA": {
@ -14,6 +15,7 @@
, "mmost": {
"cred_key": "MATTERMOST"
, "alert_channel": "Alerts-CVTT"
, "status_channel": "Status-CVTT"
}
, "data_checks": {
# "BNBFUT-1": {
@ -32,13 +34,13 @@
"tables": ["bnbspot.md_booktops"]
, "exchange_id": "BNBSPOT"
, "instruments": ["PAIR-BTC-USDT"]
, "threshold_sec": 15.0
, "threshold_sec": 30.0
}
, "BNBSPOT-2": {
"tables": ["bnbspot.md_trades"]
, "exchange_id": "BNBSPOT"
, "instruments": ["PAIR-BTC-USDT"]
, "threshold_sec": 15.0
, "threshold_sec": 30.0
}
, "COINBASE-1": {
"tables": ["coinbase.md_booktops"]