bbgo_origin/config/pivotshort.yaml

41 lines
675 B
YAML
Raw Normal View History

sessions:
binance:
exchange: binance
envVarPrefix: binance
2022-05-13 10:06:21 +00:00
# futures: true
exchangeStrategies:
- on: binance
pivotshort:
symbol: GMTUSDT
interval: 5m
pivotLength: 120
2022-06-03 08:38:06 +00:00
entry:
2022-06-03 15:23:26 +00:00
immediate: true
2022-06-03 08:38:06 +00:00
catBounceRatio: 1%
quantity: 1000
numLayers: 3
# marginOrderSideEffect: borrow
exit:
takeProfitPercentage: 13%
stopLossPercentage: 0.5%
2022-06-03 15:28:48 +00:00
shadowTakeProfitRatio: 3%
2022-06-03 08:38:06 +00:00
# marginOrderSideEffect: repay
backtest:
sessions:
- binance
2022-06-03 15:23:26 +00:00
startTime: "2022-05-25"
endTime: "2022-06-03"
symbols:
- GMTUSDT
account:
binance:
balances:
2022-06-03 08:38:06 +00:00
GMT: 3_000.0
USDT: 3_000.0