From dec02296a36742416034288772d7a7235f0e655e Mon Sep 17 00:00:00 2001 From: c9s Date: Mon, 27 Jun 2022 19:53:43 +0800 Subject: [PATCH] backtest-report: show order tag in the mark Signed-off-by: c9s --- apps/backtest-report/components/TradingViewChart.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/backtest-report/components/TradingViewChart.tsx b/apps/backtest-report/components/TradingViewChart.tsx index 0e14fca40..7c1e08046 100644 --- a/apps/backtest-report/components/TradingViewChart.tsx +++ b/apps/backtest-report/components/TradingViewChart.tsx @@ -181,6 +181,11 @@ const ordersToMarkers = (interval: string, orders: Array | void): Array | void): Array | void): Array