Skip to content

Commit

Permalink
config: fix config maker fee rate
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Oct 6, 2022
1 parent 350f6d7 commit c374a56
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions config/bollgrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions config/driftBTC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions config/pricedrop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions config/support-margin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c374a56

Please sign in to comment.