arbitrage-engine/backend
2026-03-03 13:27:40 +00:00
..
logs fix: 审阅P1/P2/P3全部修复 2026-03-02 14:04:33 +00:00
strategies fix: remove 0.7 ATR multiplier, store risk_distance in DB 2026-03-02 07:00:05 +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 refactor: A1 hot-reload strategy configs, A4 remove dead paper_check_positions, A6 signals/history query signal_indicators 2026-03-03 13:00:54 +00:00
market_data_collector.py refactor: unify all DB connections to Cloud SQL, remove dual-write and SQLite code 2026-03-03 12:30:01 +00:00
paper_config.json fix: V5.2 TP/SL parameters - wider stops for better risk/reward 2026-03-01 23:06:29 +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 fix: remove leftover conn.commit() after deleting paper_check_positions 2026-03-03 13:27:40 +00:00
trade_config.py fix: 审阅P1/P2/P3全部修复 2026-03-02 14:04:33 +00:00