Go to file
kroutony 1abfdefecd Add advanced indicators: MTF analysis, ADX, StochRSI, OBV, CMF, pivot points
- config.py: Add HTF_TIMEFRAME (1h) and HTF_CANDLE_LIMIT (50)
- data_fetcher.py: Fetch both 5m and 1h candles per symbol
- indicators.py: Add ADX, StochRSI, OBV+slope, CMF to 5m indicators;
  new functions for HTF indicators, pivot points, and their summaries
- main.py: Wire up HTF data flow (1h indicators + pivots → LLM summary)
- llm_analyzer.py: Rewrite prompt with MTF filter (1h trend alignment),
  require 2+ confirmations for BUY, confidence scoring guide

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 03:26:59 +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 Initial commit: LLM-driven crypto trading bot 2026-03-13 03:25:18 +00:00
config.py Add advanced indicators: MTF analysis, ADX, StochRSI, OBV, CMF, pivot points 2026-03-14 03:26:59 +00:00
cost_tracking.json Add realized P&L reporting, stop-loss fill detection, and balance margin 2026-03-14 02:44:46 +00:00
data_fetcher.py Add advanced indicators: MTF analysis, ADX, StochRSI, OBV, CMF, pivot points 2026-03-14 03:26:59 +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 advanced indicators: MTF analysis, ADX, StochRSI, OBV, CMF, pivot points 2026-03-14 03:26:59 +00:00
main.py Add advanced indicators: MTF analysis, ADX, StochRSI, OBV, CMF, pivot points 2026-03-14 03:26:59 +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 Add realized P&L reporting, stop-loss fill detection, and balance margin 2026-03-14 02:44:46 +00:00
slack_notifier.py Add realized P&L reporting, stop-loss fill detection, and balance margin 2026-03-14 02:44:46 +00:00
stop_orders.json Add advanced indicators: MTF analysis, ADX, StochRSI, OBV, CMF, pivot points 2026-03-14 03:26:59 +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 cost basis sync, fix stop-loss reliability, improve reporting 2026-03-13 11:18:49 +00:00