Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:53:22 +08:00
commit 8b1c32716c
15 changed files with 1797 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for market-price-tracker skill
- [ ] price_tracker.py: Script to track prices of crypto, stocks, forex, commodities using WebSocket connections and data aggregation.
- [ ] alert_manager.py: Script to manage price alerts based on user-defined conditions and send notifications.
- [ ] technical_analysis.py: Script to calculate technical indicators like RSI, MACD, and moving averages.