mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
config: update pivotshort config
This commit is contained in:
parent
c78ba6a539
commit
7ce7a1b11c
|
@ -4,8 +4,8 @@ sessions:
|
|||
exchange: binance
|
||||
envVarPrefix: binance
|
||||
margin: true
|
||||
# isolatedMargin: true
|
||||
# isolatedMarginSymbol: ETHUSDT
|
||||
isolatedMargin: true
|
||||
isolatedMarginSymbol: ETHUSDT
|
||||
|
||||
exchangeStrategies:
|
||||
- on: binance
|
||||
|
@ -20,6 +20,9 @@ exchangeStrategies:
|
|||
|
||||
quantity: 10.0
|
||||
|
||||
# when quantity is not given, leverage will be used.
|
||||
# leverage: 10.0
|
||||
|
||||
# breakLow settings are used for shorting when the current price break the previous low
|
||||
breakLow:
|
||||
# ratio is how much the price breaks the previous low to trigger the short.
|
||||
|
|
Loading…
Reference in New Issue
Block a user