bbgo_origin/config/autobuy.yaml

23 lines
500 B
YAML
Raw Normal View History

2023-12-22 08:40:30 +00:00
---
exchangeStrategies:
- on: max
# automaticaly buy coins when the balance is lower than the threshold
autobuy:
symbol: MAXTWD
schedule: "@every 1s"
threshold: 200
2024-02-23 05:46:07 +00:00
# price type: LAST, BUY, SELL, MID, TAKER, MAKER
priceType: BUY
2023-12-22 08:40:30 +00:00
# order quantity or amount
# quantity: 100
amount: 800
# skip if the price is higher than the upper band
bollinger:
interval: 1m
window: 21
bandWidth: 2.0
dryRun: true