mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-13 02:23:51 +00:00
config: add fee rate to backtest settings
This commit is contained in:
parent
82a1009f35
commit
c2e219e180
|
@ -24,6 +24,8 @@ backtest:
|
||||||
feeMode: token
|
feeMode: token
|
||||||
accounts:
|
accounts:
|
||||||
binance:
|
binance:
|
||||||
|
makerFeeRate: 0.075%
|
||||||
|
takerFeeRate: 0.075%
|
||||||
balances:
|
balances:
|
||||||
BTC: 1.0
|
BTC: 1.0
|
||||||
USDT: 21_000.0
|
USDT: 21_000.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user