10 lines
585 B
Markdown
10 lines
585 B
Markdown
# Scripts
|
|
|
|
Bundled resources for crypto-portfolio-tracker skill
|
|
|
|
- [ ] calculate_risk_metrics.py: Calculates Sharpe ratio, Sortino ratio, and maximum drawdown for a given portfolio.
|
|
- [ ] rebalance_portfolio.py: Generates rebalancing recommendations based on Modern Portfolio Theory.
|
|
- [ ] set_price_alert.py: Sets up price alerts for specific cryptocurrencies and sends notifications.
|
|
- [ ] track_position.py: Tracks a new crypto position, including entry price, quantity, and date.
|
|
- [ ] validate_api_keys.py: Validates API keys for various exchanges (CoinGecko, Binance, Coinbase).
|