diff --git a/frontend/app/trades/page.tsx b/frontend/app/trades/page.tsx index dbae0c5..85e84b6 100644 --- a/frontend/app/trades/page.tsx +++ b/frontend/app/trades/page.tsx @@ -5,7 +5,7 @@ import { authFetch } from "@/lib/auth"; import { useAuth } from "@/lib/auth"; import Link from "next/link"; import { - AreaChart, Area, XAxis, YAxis, Tooltip, ResponsiveContainer, ReferenceLine, CartesianGrid + ComposedChart, Area, Line, XAxis, YAxis, Tooltip, ResponsiveContainer, ReferenceLine, CartesianGrid, Legend } from "recharts"; // ─── Types ─────────────────────────────────────────────────────── @@ -253,44 +253,55 @@ function FlowAnalysis({ symbol }: { symbol: Symbol }) { - {/* Delta折线图 */} + {/* Delta + 价格双Y轴图 */}
买卖 Delta(正=多头占优,负=空头占优)
-买卖 Delta(正=多头占优,负=空头占优)+ 币价走势
+主动买量 vs 主动卖量