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:
|
2021-10-17 16:42:01 +00:00
|
|
|
symbol: ETHUSDT
|
2021-10-17 16:56:22 +00:00
|
|
|
interval: 5m
|
|
|
|
quantity: 0.005
|
2021-10-17 16:42:01 +00:00
|
|
|
|
|
|
|
# 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%
|
2021-10-17 16:42:01 +00:00
|
|
|
defaultBollinger:
|
|
|
|
interval: "5m"
|
|
|
|
window: 21
|
|
|
|
bandWidth: 2.0
|
|
|
|
neutralBollinger:
|
|
|
|
interval: "5m"
|
|
|
|
window: 21
|
|
|
|
bandWidth: 1.0
|
2021-10-14 04:53:23 +00:00
|
|
|
|