arbitrage-engine/backend
2026-03-04 04:00:45 +00:00
..
logs fix: 审阅P1/P2/P3全部修复 2026-03-02 14:04:33 +00:00
strategies tune: lower min_vol_threshold - SOL 0.006->0.004, XRP 0.004->0.0025 (data-driven from 24h ATR distribution) 2026-03-04 04:00:45 +00:00
admin_cli.py feat: migrate auth system from SQLite to PostgreSQL 2026-03-01 07:29:14 +00:00
agg_trades_collector.py refactor: unify all DB connections to Cloud SQL, remove dual-write and SQLite code 2026-03-03 12:30:01 +00:00
auth.py fix: testnet环境跳过JWT_SECRET长度检查 2026-03-02 16:25:19 +00:00
backfill_agg_trades.py tune: backfill改500ms/批(CPU100%→平衡模式) 2026-02-27 17:59:20 +00:00
backtest.py refactor: unify all DB connections to Cloud SQL, remove dual-write and SQLite code 2026-03-03 12:30:01 +00:00
db.py feat: Phase 0 - add signal_feature_events/label_events tables, atr_value snapshot, label_backfill script 2026-03-03 13:22:53 +00:00
ecosystem.dev.config.js fix: V5.2 TP/SL parameters - wider stops for better risk/reward 2026-03-01 23:06:29 +00:00
fix_historical_pnl.py fix: simulate limit orders for TP/SL (match real trading) 2026-03-01 09:40:00 +00:00
liquidation_collector.py feat: liquidation_collector.py - Binance WS forceOrder realtime + 5min aggregation to market_indicators 2026-02-28 15:38:14 +00:00
live_executor.py security: S2 remove hardcoded DB password, S3 JWT already enforced, S4 remove localhost CORS 2026-03-03 12:53:26 +00:00
main.py feat: unify v53 frontend - single strategy, no ALT/BTC tab split; update main.py display_score 2026-03-03 16:03:25 +00:00
market_data_collector.py feat: Phase 2 - collect obi_depth_10, spot_perp_divergence, tiered_cvd_whale for BTC gate-control 2026-03-03 13:42:21 +00:00
paper_config.json feat: add v53_fast strategy - 5m/30m CVD + OBI positive scoring + accel independent trigger 2026-03-04 01:44:09 +00:00
paper_monitor.py fix: remove 0.7 ATR multiplier, store risk_distance in DB 2026-03-02 07:00:05 +00:00
position_sync.py fix: V3全面审阅修复 — 12项问题 2026-03-02 17:28:23 +00:00
requirements.txt feat: 服务器监控面板(/server) - CPU/内存/硬盘/PM2进程/PG数据库/回补状态 2026-02-27 17:30:41 +00:00
risk_guard.py security: S2 remove hardcoded DB password, S3 JWT already enforced, S4 remove localhost CORS 2026-03-03 12:53:26 +00:00
signal_engine.py feat: record cvd_fast_5m in signal_indicators for v53_fast strategy 2026-03-04 02:41:02 +00:00
trade_config.py fix: 审阅P1/P2/P3全部修复 2026-03-02 14:04:33 +00:00