Go to file
kroutony 41ad549ae2 Fix stop-loss placement failure after cancel by increasing delay and adding retry
Bitfinex needs time to release locked balance after cancelling a stop order.
Increased wait from 0.3s to 1.0s, and added a one-time retry with 2s delay
if the first attempt fails.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 04:11:34 +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 Claude auto-fix to check_errors.py, distinguish LLM failure in Slack reports 2026-03-16 03:08:06 +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 Claude auto-fix to check_errors.py, distinguish LLM failure in Slack reports 2026-03-16 03:08:06 +00:00
main.py Fix stop-loss placement failure after cancel by increasing delay and adding retry 2026-03-16 04:11:34 +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 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 Claude auto-fix to check_errors.py, distinguish LLM failure in Slack reports 2026-03-16 03:08:06 +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