mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
clean up todo comment
This commit is contained in:
parent
f4bb7bd231
commit
751085f8ff
|
@ -15,7 +15,7 @@ sessions:
|
|||
|
||||
backtest:
|
||||
startTime: "2021-09-01"
|
||||
endTime: "2021-09-30"
|
||||
endTime: "2021-11-01"
|
||||
sessions:
|
||||
- binance
|
||||
symbols:
|
||||
|
|
|
@ -131,7 +131,6 @@ func (b *Backtest) GetAccount(n string) BacktestAccount {
|
|||
}
|
||||
|
||||
type BacktestAccount struct {
|
||||
// TODO: MakerFeeRate should replace the commission fields
|
||||
MakerFeeRate fixedpoint.Value `json:"makerFeeRate,omitempty" yaml:"makerFeeRate,omitempty"`
|
||||
TakerFeeRate fixedpoint.Value `json:"takerFeeRate,omitempty" yaml:"takerFeeRate,omitempty"`
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user