Go to file
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
.env.example Initial commit: LLM-driven crypto trading bot 2026-03-13 03:25:18 +00:00
.gitignore Initial commit: LLM-driven crypto trading bot 2026-03-13 03:25:18 +00:00
config.py Initial commit: LLM-driven crypto trading bot 2026-03-13 03:25:18 +00:00
data_fetcher.py Initial commit: LLM-driven crypto trading bot 2026-03-13 03:25:18 +00:00
indicators.py Initial commit: LLM-driven crypto trading bot 2026-03-13 03:25:18 +00:00
llm_analyzer.py Initial commit: LLM-driven crypto trading bot 2026-03-13 03:25:18 +00:00
main.py Initial commit: LLM-driven crypto trading bot 2026-03-13 03:25:18 +00:00
portfolio.py Initial commit: LLM-driven crypto trading bot 2026-03-13 03:25:18 +00:00
requirements.txt Initial commit: LLM-driven crypto trading bot 2026-03-13 03:25:18 +00:00
risk_manager.py Initial commit: LLM-driven crypto trading bot 2026-03-13 03:25:18 +00:00
slack_notifier.py Initial commit: LLM-driven crypto trading bot 2026-03-13 03:25:18 +00:00
trade_logger.py Initial commit: LLM-driven crypto trading bot 2026-03-13 03:25:18 +00:00
trader.py Initial commit: LLM-driven crypto trading bot 2026-03-13 03:25:18 +00:00