Go to file
kroutony d261b36460 Add hourly Slack trend report, log all HOLD reasons, whale correlation analysis
- hourly_trend_report.py: standalone cron script (XX:00:30) sends 1h bullish/bearish status
- slack_notifier.py: add send_market_trend_report() — simple bullish/bearish only, no entry signals
- main.py: log all 15 HOLD reasons (not just first 3) for debugging all-HOLD cycles
- backtest/whale_correlation.py: blockchain.com on-chain correlation analysis (result: no signal)
- memory/: update project memory with architecture split, cron layout, feedback

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 13:45:52 +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 Fix SELL P&L calculation, add debug logging, and multiple improvements 2026-03-17 06:23:54 +00:00
main.py Add hourly Slack trend report, log all HOLD reasons, whale correlation analysis 2026-03-18 13:45:52 +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 Add hourly Slack trend report, log all HOLD reasons, whale correlation analysis 2026-03-18 13:45:52 +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