From 609b6a7a5012b1fa29ce1c52b933d4ecfc1ba4c8 Mon Sep 17 00:00:00 2001 From: c9s Date: Tue, 28 Jun 2022 21:54:28 +0800 Subject: [PATCH] add ref link to trade stats --- pkg/types/trade_stats.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/types/trade_stats.go b/pkg/types/trade_stats.go index 79c403b88..ddc31a8b2 100644 --- a/pkg/types/trade_stats.go +++ b/pkg/types/trade_stats.go @@ -6,6 +6,8 @@ import ( "github.com/c9s/bbgo/pkg/fixedpoint" ) +// TODO: Add more stats from the reference: +// See https://www.metatrader5.com/en/terminal/help/algotrading/testing_report type TradeStats struct { WinningRatio fixedpoint.Value `json:"winningRatio" yaml:"winningRatio"` NumOfLossTrade int `json:"numOfLossTrade" yaml:"numOfLossTrade"`