mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
doc: add feeMode to the doc
This commit is contained in:
parent
5c8d2a019a
commit
d9cce129a0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user