Go to file
kroutony b2d7495ec0 Relax LLM entry filters, show 1h-bullish HOLD reasons in cycle report
- llm_analyzer.py: change 5m filters from hard requirements to confidence
  adjustments (volume, ADX<15, OBV direction now ±0.1 instead of blocking);
  1h ADX<20 lowers confidence instead of preventing entry
- slack_notifier.py: when all symbols HOLD, show 1h-bullish symbols with
  their HOLD reason instead of generic "no action" message
- main.py: log all 15 HOLD reasons instead of first 3

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 01:32:51 +00:00
backtest Add hourly Slack trend report, log all HOLD reasons, whale correlation analysis 2026-03-18 13:45:52 +00:00
memory Add hourly Slack trend report, log all HOLD reasons, whale correlation analysis 2026-03-18 13:45:52 +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 Fix SELL P&L calculation, add debug logging, and multiple improvements 2026-03-17 06:23:54 +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 Fix SELL P&L calculation, add debug logging, and multiple improvements 2026-03-17 06:23:54 +00:00
data_fetcher.py Fix SELL P&L calculation, add debug logging, and multiple improvements 2026-03-17 06:23:54 +00:00
hourly_trend_report.py Add hourly Slack trend report, log all HOLD reasons, whale correlation analysis 2026-03-18 13:45:52 +00:00
indicators.py Add non-price context filters to backtest (BTC trend, buy pressure, funding) 2026-03-17 16:54:22 +00:00
llm_analyzer.py Relax LLM entry filters, show 1h-bullish HOLD reasons in cycle report 2026-03-24 01:32:51 +00:00
main.py Relax LLM entry filters, show 1h-bullish HOLD reasons in cycle report 2026-03-24 01:32:51 +00:00
portfolio.py Fix SELL P&L calculation, add debug logging, and multiple improvements 2026-03-17 06:23:54 +00:00
requirements.txt Initial commit: LLM-driven crypto trading bot 2026-03-13 03:25:18 +00:00
risk_manager.py Fix SELL P&L calculation, add debug logging, and multiple improvements 2026-03-17 06:23:54 +00:00
setup.sh Add Claude auto-fix to check_errors.py, distinguish LLM failure in Slack reports 2026-03-16 03:08:06 +00:00
slack_notifier.py Relax LLM entry filters, show 1h-bullish HOLD reasons in cycle report 2026-03-24 01:32:51 +00:00
sync_cost_basis.py Fix SELL P&L calculation, add debug logging, and multiple improvements 2026-03-17 06:23:54 +00:00
trade_logger.py Fix SELL P&L calculation, add debug logging, and multiple improvements 2026-03-17 06:23:54 +00:00
trader.py Fix SELL P&L calculation, add debug logging, and multiple improvements 2026-03-17 06:23:54 +00:00