• Joined on 2026-02-17
lulu pushed to feature/v54-strategy-factory at lulu/arbitrage-engine 2026-03-11 16:02:06 +00:00
06f900b89b fix: _get_strategy_trade_stats 兼容旧数据(strategy文本)和新数据(strategy_id),修复open_positions计算(含tp1_hit),current_balance实时计算
lulu pushed to feature/v54-strategy-factory at lulu/arbitrage-engine 2026-03-11 15:46:32 +00:00
d3784aaf79 feat(v54): signal_engine reads strategy config from DB, writes strategy_id to paper_trades/signal_indicators
lulu pushed to feature/v54-strategy-factory at lulu/arbitrage-engine 2026-03-11 15:29:39 +00:00
06552c2b75 fix: gate toggle button overflow, white dot stays within bounds
lulu pushed to feature/v54-strategy-factory at lulu/arbitrage-engine 2026-03-11 15:23:57 +00:00
f8f13a48d5 feat(v54-frontend): add create/edit/deprecated pages, config tab, sidebar entry
lulu pushed to feature/v54-strategy-factory at lulu/arbitrage-engine 2026-03-11 15:15:16 +00:00
9d44885188 test: verify all 9 V5.4 strategy API endpoints pass
lulu created branch feature/v54-strategy-factory in lulu/arbitrage-engine 2026-03-11 15:11:47 +00:00
lulu pushed to feature/v54-strategy-factory at lulu/arbitrage-engine 2026-03-11 15:11:47 +00:00
7be7b5b4c0 feat(v54): add strategies table, migration script, 9 CRUD API endpoints
lulu pushed to main at lulu/arbitrage-engine 2026-03-11 12:49:13 +00:00
b1ed55382c docs: add V5.4 Strategy Factory requirements document
73cb73cde1 fix: add v53_middle to paper_config enabled_strategies
5a4dded190 fix: add v53_middle.json to DEFAULT_STRATEGY_FILES
4b0f30cab8 feat: add v53_middle.json strategy config (CVD 15m/1h windows)
e515063809 fix: strategy-plaza white/light theme matching existing UI style
Compare 10 commits »
lulu pushed to feature/strategy-plaza at lulu/arbitrage-engine 2026-03-07 09:31:51 +00:00
73cb73cde1 fix: add v53_middle to paper_config enabled_strategies
lulu pushed to feature/strategy-plaza at lulu/arbitrage-engine 2026-03-07 09:26:40 +00:00
5a4dded190 fix: add v53_middle.json to DEFAULT_STRATEGY_FILES
lulu pushed to feature/strategy-plaza at lulu/arbitrage-engine 2026-03-07 09:24:10 +00:00
4b0f30cab8 feat: add v53_middle.json strategy config (CVD 15m/1h windows)
lulu pushed to feature/strategy-plaza at lulu/arbitrage-engine 2026-03-07 07:09:46 +00:00
e515063809 fix: strategy-plaza white/light theme matching existing UI style
lulu pushed to feature/strategy-plaza at lulu/arbitrage-engine 2026-03-07 07:01:05 +00:00
a6165d8c86 refactor: strategy-plaza detail page uses dynamic import of existing pages
lulu pushed to feature/strategy-plaza at lulu/arbitrage-engine 2026-03-07 06:33:31 +00:00
9d248c2f8f fix: remove unused token import in strategy-plaza page
lulu pushed to feature/strategy-plaza at lulu/arbitrage-engine 2026-03-07 06:32:30 +00:00
4d5ebbb1b3 feat: strategy-plaza frontend - cards overview + detail tabs
lulu pushed to feature/strategy-plaza at lulu/arbitrage-engine 2026-03-07 06:24:43 +00:00
602d9ae034 feat: add strategy-plaza backend API endpoints
lulu created branch feature/strategy-plaza in lulu/arbitrage-engine 2026-03-07 06:15:06 +00:00
lulu pushed to feature/strategy-plaza at lulu/arbitrage-engine 2026-03-07 06:15:06 +00:00
8cab470231 docs: strategy-plaza data contract v1.0
lulu pushed to main at lulu/arbitrage-engine 2026-03-06 07:08:23 +00:00
2d64a5524e docs: add V5.4 execution state machine design (maker/taker combo)
lulu pushed to main at lulu/arbitrage-engine 2026-03-04 13:31:29 +00:00
6fbf3566f9 fix: add 1s sleep between batches to reduce DB pressure during backfill