mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-26 00:35:15 +00:00
clean up code
This commit is contained in:
parent
b0cc128b79
commit
4afabd92ed
|
@ -46,8 +46,6 @@ type Trader struct {
|
||||||
exchangeStrategies map[string][]SingleExchangeStrategy
|
exchangeStrategies map[string][]SingleExchangeStrategy
|
||||||
|
|
||||||
tradeReporter *TradeReporter
|
tradeReporter *TradeReporter
|
||||||
// reportTimer *time.Timer
|
|
||||||
// ProfitAndLossCalculator *accounting.ProfitAndLossCalculator
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewTrader(environ *Environment) *Trader {
|
func NewTrader(environ *Environment) *Trader {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user