config: fix config maker fee rate

This commit is contained in:
c9s 2022-10-06 13:52:06 +08:00
parent 350f6d7de2
commit c374a56110
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54
4 changed files with 8 additions and 8 deletions

View File

@ -44,8 +44,8 @@ backtest:
- BTCUSDT
account:
max:
makerFeeRate: 15
takerFeeRate: 15
makerFeeRate: 0.075%
takerFeeRate: 0.075%
balances:
BTC: 0.0
USDT: 10000.0

View File

@ -18,8 +18,8 @@ sessions:
# Drift strategy intends to place buy/sell orders as much value mas it could be. To exchanges that requires to
# calculate fees before placing limit orders (e.g. FTX Pro), make sure the fee rate is configured correctly and
# enable modifyOrderAmountForFee to prevent order rejection.
makerFeeRate: 0.0002
takerFeeRate: 0.0007
makerFeeRate: 0.02%
takerFeeRate: 0.07%
modifyOrderAmountForFee: false
exchangeStrategies:

View File

@ -40,8 +40,8 @@ backtest:
- BTCUSDT
account:
binance:
makerFeeRate: 15
takerFeeRate: 15
makerFeeRate: 0.075%
takerFeeRate: 0.075%
balances:
BTC: 0.1
USDT: 10000.0

View File

@ -39,8 +39,8 @@ backtest:
- LINKUSDT
account:
binance:
makerFeeRate: 15
takerFeeRate: 15
makerFeeRate: 0.075%
takerFeeRate: 0.075%
balances:
LINK: 0.0
USDT: 10000.0