-
-
Notifications
You must be signed in to change notification settings - Fork 301
/
Copy pathewo_dgtrd.yaml
65 lines (61 loc) · 1.45 KB
/
ewo_dgtrd.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
sessions:
binance:
exchange: binance
futures: true
envVarPrefix: binance
heikinAshi: false
exchangeStrategies:
- on: binance
ewo_dgtrd:
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
useSma: false
# ewo signal line window size
sigWin: 5
# SL percentage from entry price
stoploss: 2%
# use HeikinAshi klines instead of normal OHLC
useHeikinAshi: true
# disable SL when short
disableShortStop: false
# disable SL when long
disableLongStop: false
# CCI Stochastic Indicator high filter
cciStochFilterHigh: 80
# CCI Stochastic Indicator low filter
cciStochFilterLow: 20
# ewo change rate histogram's upperbound filter
# set to 1 would intend to let all ewo pass
ewoChangeFilterHigh: 1.
# ewo change rate histogram's lowerbound filter
# set to 0 would intend to let all ewo pass
ewoChangeFilterLow: 0.0
# print record exit point in log messages
record: false
sync:
userDataStream:
trades: true
filledOrders: true
sessions:
- binance
symbols:
- MATICUSDT
backtest:
startTime: "2022-05-01"
endTime: "2022-05-27"
symbols:
- MATICUSDT
sessions: [binance]
accounts:
binance:
#makerFeeRate: 0
#takerFeeRate: 15
balances:
MATIC: 000.0
USDT: 15000.0