bifitnex-trading/.env.example
kroutony 972d66ab1b Initial commit: LLM-driven crypto trading bot
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>
2026-03-13 03:25:18 +00:00

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