bbgo_origin/config/atrpin.yaml

41 lines
592 B
YAML
Raw Permalink Normal View History

2023-09-26 12:43:14 +00:00
sessions:
max:
2023-09-27 06:25:49 +00:00
exchange: &exchange max
2023-09-26 12:43:14 +00:00
envVarPrefix: max
persistence:
json:
directory: var/data
redis:
host: 127.0.0.1
port: 6379
db: 0
exchangeStrategies:
2023-09-27 06:25:49 +00:00
- on: *exchange
2023-09-26 12:43:14 +00:00
atrpin:
symbol: BTCUSDT
interval: 5m
window: 14
multiplier: 100.0
2023-09-27 06:25:49 +00:00
minPriceRange: 20%
amount: 100
2023-09-26 12:43:14 +00:00
backtest:
startTime: "2018-10-01"
endTime: "2018-11-01"
symbols:
- BTCUSDT
sessions:
2023-09-27 06:25:49 +00:00
- *exchange
2023-09-26 12:43:14 +00:00
# syncSecKLines: true
accounts:
max:
makerFeeRate: 0.0%
takerFeeRate: 0.075%
balances:
BTC: 1.0
USDT: 10_000.0