bbgo_origin/config/ewo_dgtrd.yaml

66 lines
1.5 KiB
YAML
Raw Permalink Normal View History

---
sessions:
binance:
exchange: binance
futures: true
envVarPrefix: binance
heikinAshi: false
exchangeStrategies:
- on: binance
ewo_dgtrd:
2022-05-13 14:02:30 +00:00
symbol: MATICUSDT
# kline interval for indicators
interval: 15m
# use ema as MA
useEma: false
# use sma as MA, used when ema is false
# if both sma and ema are false, use EVMA
2022-04-14 10:58:05 +00:00
useSma: false
# ewo signal line window size
sigWin: 5
# SL percentage from entry price
stoploss: 2%
# use HeikinAshi klines instead of normal OHLC
2022-04-14 10:58:05 +00:00
useHeikinAshi: true
# disable SL when short
2022-05-13 14:02:30 +00:00
disableShortStop: false
# disable SL when long
disableLongStop: false
# CCI Stochastic Indicator high filter
2022-06-13 03:08:08 +00:00
cciStochFilterHigh: 80
# CCI Stochastic Indicator low filter
2022-06-13 03:08:08 +00:00
cciStochFilterLow: 20
# ewo change rate histogram's upperbound filter
# set to 1 would intend to let all ewo pass
2022-06-13 03:08:08 +00:00
ewoChangeFilterHigh: 1.
# ewo change rate histogram's lowerbound filter
# set to 0 would intend to let all ewo pass
2022-06-13 03:08:08 +00:00
ewoChangeFilterLow: 0.0
# print record exit point in log messages
record: false
sync:
userDataStream:
trades: true
filledOrders: true
2022-05-09 06:06:43 +00:00
sessions:
- binance
symbols:
2022-05-13 14:02:30 +00:00
- MATICUSDT
backtest:
2022-05-13 14:02:30 +00:00
startTime: "2022-05-01"
endTime: "2022-05-27"
symbols:
2022-05-13 14:02:30 +00:00
- MATICUSDT
2022-04-11 10:55:34 +00:00
sessions: [binance]
2022-05-12 12:14:51 +00:00
accounts:
binance:
2022-05-12 12:14:51 +00:00
#makerFeeRate: 0
#takerFeeRate: 15
balances:
MATIC: 000.0
USDT: 15000.0