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:
jackyu66git
2026-06-24 18:23:27 +08:00
parent 48e69179b3
commit 50a609f7b9
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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",