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
|
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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user