bbgo_origin/config/bollpp.yaml

23 lines
556 B
YAML
Raw Normal View History

2021-10-14 04:53:23 +00:00
---
exchangeStrategies:
2021-10-17 16:56:22 +00:00
- on: max
2021-10-14 04:53:23 +00:00
bollpp:
symbol: ETHUSDT
2021-10-17 16:56:22 +00:00
interval: 5m
quantity: 0.005
# spread: sell price = middle price + spread, buy price = middle price - spread
# you need to ensure that the spread can cover your trading fee
# for example, the trading fee on binance is 0.075%, so the total fee of your buy/sell orders is 0.075% * 2 = 0.14%
2021-10-17 16:56:22 +00:00
spread: 0.01%
defaultBollinger:
interval: "5m"
window: 21
bandWidth: 2.0
neutralBollinger:
interval: "5m"
window: 21
bandWidth: 1.0
2021-10-14 04:53:23 +00:00