mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
config: add baseInvestment
This commit is contained in:
parent
402b625126
commit
82a1009f35
|
@ -25,7 +25,7 @@ backtest:
|
|||
accounts:
|
||||
binance:
|
||||
balances:
|
||||
BTC: 0.0
|
||||
BTC: 1.0
|
||||
USDT: 21_000.0
|
||||
|
||||
exchangeStrategies:
|
||||
|
@ -77,7 +77,7 @@ exchangeStrategies:
|
|||
quoteInvestment: 20_000
|
||||
|
||||
## baseInvestment (optional) can be useful when you have existing inventory, maybe bought at much lower price
|
||||
baseInvestment: 0.0
|
||||
baseInvestment: 1.0
|
||||
|
||||
## closeWhenCancelOrder (optional)
|
||||
## default to false
|
||||
|
|
Loading…
Reference in New Issue
Block a user