config: update pivotshort config

This commit is contained in:
c9s 2022-07-21 12:18:31 +08:00
parent c78ba6a539
commit 7ce7a1b11c
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -4,8 +4,8 @@ sessions:
exchange: binance exchange: binance
envVarPrefix: binance envVarPrefix: binance
margin: true margin: true
# isolatedMargin: true isolatedMargin: true
# isolatedMarginSymbol: ETHUSDT isolatedMarginSymbol: ETHUSDT
exchangeStrategies: exchangeStrategies:
- on: binance - on: binance
@ -20,6 +20,9 @@ exchangeStrategies:
quantity: 10.0 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 settings are used for shorting when the current price break the previous low
breakLow: breakLow:
# ratio is how much the price breaks the previous low to trigger the short. # ratio is how much the price breaks the previous low to trigger the short.