diff --git a/frontend/index.html b/frontend/index.html index 0fc019b..09acd9f 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,5 +1,5 @@ - +
diff --git a/frontend/src/api/paper.ts b/frontend/src/api/paper.ts index 03ac63c..2dc2549 100644 --- a/frontend/src/api/paper.ts +++ b/frontend/src/api/paper.ts @@ -24,6 +24,14 @@ export interface PaperAccount { mode: string interval: string status: string + symbols?: string + initial_capital?: number + start_date?: string + end_date?: string + last_run_date?: string | null + next_run_at?: string | null + checkpoint_date?: string | null + error_msg?: string | null } export interface BalancePoint { @@ -54,6 +62,24 @@ export interface StrategySummary { commission: number } +export interface PositionRow { + symbol: string + volume: number + frozen: number + avg_price: number +} + +export interface PendingOrder { + strategy_id: string + symbol: string + side: string + price: number + volume: number + is_market: boolean + match_session: string + listing_days: number +} + export async function createPaper(req: PaperCreate): PromiseEdit src/App.vue and save to test HMR
回测 / 因子分析 任务列表
+选择策略与标的,提交后进入进度跟踪
+参数网格搜索 · 自动轮询结果
+任务 ID:{{ taskId }}
-
- 状态:
-
阶段:{{ stage || '—' }}
-任务 ID:{{ taskId }}
+
+ 状态:
+
阶段:{{ stage || '—' }}
+统计指标 / 资金曲线 / K 线买卖点 / 成交明细
+IC 横截面分析(≥2 标的)· 生成 tears 报告
+IC 统计 / tears 报告
+实走(live)模式每日定时 step · 每 10s 刷新
+回放(replay)或实走(live)· 支持日频 / 15 分钟
+模式:{{ mode || '—' }} · 状态:{{ status || '—' }}
+
Connect with us
-Join the Vite community
---
-
-
- GitHub
-
-
- -
-
-
- Discord
-
-
- -
-
-
- X.com
-
-
- -
-
-
- Bluesky
-
-
-
-