Go to file
kroutony a9981cb881 Switch setup.sh from pip --user to venv for PEP 668 compatibility
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 13:37:46 +00:00
memory Backup Claude memory files to project repo 2026-03-13 11:23:22 +00:00
.env.example Initial commit: LLM-driven crypto trading bot 2026-03-13 03:25:18 +00:00
.gitignore Remove stop_orders.json from git, add to gitignore with deposit_cache.json 2026-03-15 13:19:15 +00:00
check_errors.py Add check_errors.py cron job for API error monitoring 2026-03-15 12:34:52 +00:00
config.py Align cost basis start date to 2026-03-10 UTC 2026-03-15 10:27:11 +00:00
cost_tracking.json Reset all cost_tracking start dates to 2026-03-10 for new machine sync 2026-03-15 13:22:26 +00:00
data_fetcher.py Add deposit-based total return, session persistence flag, dual return rates 2026-03-15 10:21:39 +00:00
indicators.py Add advanced indicators: MTF analysis, ADX, StochRSI, OBV, CMF, pivot points 2026-03-14 03:26:59 +00:00
llm_analyzer.py Add deposit-based total return, session persistence flag, dual return rates 2026-03-15 10:21:39 +00:00
main.py Add deposit-based total return, session persistence flag, dual return rates 2026-03-15 10:21:39 +00:00
portfolio.py Add deposit-based total return, session persistence flag, dual return rates 2026-03-15 10:21:39 +00:00
requirements.txt Initial commit: LLM-driven crypto trading bot 2026-03-13 03:25:18 +00:00
risk_manager.py Add 5-tier LLM SELL profit thresholds, allow loss sells, fix PnL sign display 2026-03-14 13:49:14 +00:00
setup.sh Switch setup.sh from pip --user to venv for PEP 668 compatibility 2026-03-15 13:37:46 +00:00
slack_notifier.py Add 5-tier LLM SELL profit thresholds, allow loss sells, fix PnL sign display 2026-03-14 13:49:14 +00:00
sync_cost_basis.py Add cost basis sync, fix stop-loss reliability, improve reporting 2026-03-13 11:18:49 +00:00
trade_logger.py Initial commit: LLM-driven crypto trading bot 2026-03-13 03:25:18 +00:00
trader.py Add ATR-based dynamic stop-loss and pass current_prices to validate_trade 2026-03-15 03:26:54 +00:00