mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
doc: add feeMode to the doc
This commit is contained in:
parent
5c8d2a019a
commit
d9cce129a0
|
@ -21,6 +21,13 @@ backtest:
|
||||||
sessions:
|
sessions:
|
||||||
- binance
|
- 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:
|
accounts:
|
||||||
# the initial account balance you want to start with
|
# the initial account balance you want to start with
|
||||||
binance: # exchange name
|
binance: # exchange name
|
||||||
|
|
Loading…
Reference in New Issue
Block a user