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 - BTCUSDT
account: account:
max: max:
makerFeeRate: 15 makerFeeRate: 0.075%
takerFeeRate: 15 takerFeeRate: 0.075%
balances: balances:
BTC: 0.0 BTC: 0.0
USDT: 10000.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 # 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 # 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. # enable modifyOrderAmountForFee to prevent order rejection.
makerFeeRate: 0.0002 makerFeeRate: 0.02%
takerFeeRate: 0.0007 takerFeeRate: 0.07%
modifyOrderAmountForFee: false modifyOrderAmountForFee: false
exchangeStrategies: exchangeStrategies:

View File

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

View File

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