mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
config: fix maker fee rate config
This commit is contained in:
parent
39247bb9d8
commit
350f6d7de2
|
@ -31,10 +31,11 @@ backtest:
|
|||
- max
|
||||
symbols:
|
||||
- USDTTWD
|
||||
account:
|
||||
feeMode: quote
|
||||
accounts:
|
||||
max:
|
||||
makerFeeRate: 15
|
||||
takerFeeRate: 15
|
||||
makerFeeRate: 0.0125%
|
||||
takerFeeRate: 0.075%
|
||||
balances:
|
||||
BTC: 0.0
|
||||
USDT: 10_000.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user