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