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>
11 lines
98 B
Plaintext
11 lines
98 B
Plaintext
.env
|
|
__pycache__/
|
|
*.pyc
|
|
cache/
|
|
positions.json
|
|
trade_history.csv
|
|
bot_state.json
|
|
*.log
|
|
.venv/
|
|
venv/
|