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>
5 lines
171 B
Plaintext
5 lines
171 B
Plaintext
BFX_API_KEY=your_bitfinex_api_key_here
|
|
BFX_API_SECRET=your_bitfinex_api_secret_here
|
|
SLACK_WEBHOOK_URL=https://hooks.slack.com/services/your/webhook/url
|
|
PAPER_TRADING=true
|