From d9cce129a07d7e5c806402243e97127faec66a56 Mon Sep 17 00:00:00 2001 From: c9s Date: Thu, 1 Sep 2022 23:53:22 +0800 Subject: [PATCH] doc: add feeMode to the doc --- doc/topics/back-testing.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/topics/back-testing.md b/doc/topics/back-testing.md index 2e4db351b..5ae710e53 100644 --- a/doc/topics/back-testing.md +++ b/doc/topics/back-testing.md @@ -21,6 +21,13 @@ backtest: sessions: - binance + # feeMode is optional + # valid values are: quote, native, token + # quote: always deduct fee from the quote balance + # native: the crypto exchange fee deduction, base fee for buy order, quote fee for sell order. + # token: count fee as crypto exchange fee token + # feeMode: quote + accounts: # the initial account balance you want to start with binance: # exchange name