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"`