arbitrage-engine/backend
2026-03-31 08:56:11 +00:00
..
logs fix: 审阅P1/P2/P3全部修复 2026-03-02 14:04:33 +00:00
strategies feat: add v53_middle.json strategy config (CVD 15m/1h windows) 2026-03-07 09:24:08 +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 chore(db): default to local postgres host 2026-03-31 08:56:11 +00:00
db.py chore(db): default to local postgres host 2026-03-31 08:56:11 +00:00
ecosystem.dev.config.js chore(db): default to local postgres host 2026-03-31 08:56:11 +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 chore(db): default to local postgres host 2026-03-31 08:56:11 +00:00
main.py Refactor V5 engine: split state/scoring and wire strategy factory 2026-03-13 16:00:18 +08:00
market_data_collector.py chore(db): default to local postgres host 2026-03-31 08:56:11 +00:00
migrate_v54.py chore(db): default to local postgres host 2026-03-31 08:56:11 +00:00
migrate_v54b_gates.py chore(db): default to local postgres host 2026-03-31 08:56:11 +00:00
paper_config.json fix: max_positions 4→100 to support 18 BTC strategies 2026-03-13 09:10:12 +00:00
paper_monitor.py Refactor V5 engine: split state/scoring and wire strategy factory 2026-03-13 16:00:18 +08:00
paper_trading.py fix: remove circular import PAPER_FEE_RATE from signal_engine 2026-03-13 08:11:05 +00:00
position_sync.py chore(db): default to local postgres host 2026-03-31 08:56:11 +00:00
requirements.txt feat: 服务器监控面板(/server) - CPU/内存/硬盘/PM2进程/PG数据库/回补状态 2026-02-27 17:30:41 +00:00
risk_guard.py chore(db): default to local postgres host 2026-03-31 08:56:11 +00:00
signal_engine.py Refactor V5 engine: split state/scoring and wire strategy factory 2026-03-13 16:00:18 +08:00
signal_state.py Refactor V5 engine: split state/scoring and wire strategy factory 2026-03-13 16:00:18 +08:00
strategy_loader.py Refactor V5 engine: split state/scoring and wire strategy factory 2026-03-13 16:00:18 +08:00
strategy_scoring.py Refactor V5 engine: split state/scoring and wire strategy factory 2026-03-13 16:00:18 +08:00
trade_config.py fix: 审阅P1/P2/P3全部修复 2026-03-02 14:04:33 +00:00