chanmacro: connect to production provider, fix Breadth symbol list and regime crash
- Change provider_url to https://provider.jackyu66.com - Update top50_symbols to match provider's actual 20 symbols - Fix cmd_score crash: all_scores keys are already strings, not enums - Add .gitignore to exclude data/ directory
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"provider_url": "http://127.0.0.1:80",
|
||||
"provider_url": "https://provider.jackyu66.com",
|
||||
"db_path": "data/macro.db",
|
||||
"btc_symbol": "BTC/USDT:USDT",
|
||||
"regime_version": "v1_price_breadth_vol",
|
||||
|
||||
Reference in New Issue
Block a user