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