clean up code

This commit is contained in:
c9s 2020-10-29 17:05:01 +08:00
parent b0cc128b79
commit 4afabd92ed

View File

@ -46,8 +46,6 @@ type Trader struct {
exchangeStrategies map[string][]SingleExchangeStrategy
tradeReporter *TradeReporter
// reportTimer *time.Timer
// ProfitAndLossCalculator *accounting.ProfitAndLossCalculator
}
func NewTrader(environ *Environment) *Trader {