From c374a561104b25362e4b146a3f25c1653b6bc850 Mon Sep 17 00:00:00 2001 From: c9s Date: Thu, 6 Oct 2022 13:52:06 +0800 Subject: [PATCH] config: fix config maker fee rate --- config/bollgrid.yaml | 4 ++-- config/driftBTC.yaml | 4 ++-- config/pricedrop.yaml | 4 ++-- config/support-margin.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/bollgrid.yaml b/config/bollgrid.yaml index 3ecfc78f7..93c2796ca 100644 --- a/config/bollgrid.yaml +++ b/config/bollgrid.yaml @@ -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 diff --git a/config/driftBTC.yaml b/config/driftBTC.yaml index de23c11ab..a05c110a2 100644 --- a/config/driftBTC.yaml +++ b/config/driftBTC.yaml @@ -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: diff --git a/config/pricedrop.yaml b/config/pricedrop.yaml index 295a8e845..c3bb1d61a 100644 --- a/config/pricedrop.yaml +++ b/config/pricedrop.yaml @@ -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 diff --git a/config/support-margin.yaml b/config/support-margin.yaml index d04614ad2..7c0207cd6 100644 --- a/config/support-margin.yaml +++ b/config/support-margin.yaml @@ -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