Includes: Bitfinex API integration, technical indicators, LLM signal generation, risk management, Slack notifications. Recent fixes: - SELL orders use position value instead of total balance - SELL signals always close full position - Failed orders added to rejected list for Slack reporting - Position/exposure limits auto-cap to remaining room - BUY order minimum raised to 10% of portfolio Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .env.example | ||
| .gitignore | ||
| config.py | ||
| data_fetcher.py | ||
| indicators.py | ||
| llm_analyzer.py | ||
| main.py | ||
| portfolio.py | ||
| requirements.txt | ||
| risk_manager.py | ||
| slack_notifier.py | ||
| trade_logger.py | ||
| trader.py | ||