-
Notifications
You must be signed in to change notification settings - Fork 17
/
MultiMA_TSL.json
65 lines (65 loc) · 1.69 KB
/
MultiMA_TSL.json
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
{
"strategy_name": "MultiMA_TSL3a",
"params": {
"roi": {
"0": 100
},
"trailing": {
"trailing_stop": false,
"trailing_stop_positive": 0.01,
"trailing_stop_positive_offset": 0.018,
"trailing_only_offset_is_reached": true
},
"buy": {
"base_nb_candles_buy_ema": 57,
"base_nb_candles_buy_ema2": 62,
"base_nb_candles_buy_hma": 16,
"base_nb_candles_buy_hma2": 74,
"base_nb_candles_buy_trima": 25,
"base_nb_candles_buy_trima2": 72,
"base_nb_candles_buy_zema": 37,
"base_nb_candles_buy_zema2": 79,
"buy_condition_hma_enable": false,
"buy_condition_trima_enable": true,
"buy_condition_zema_enable": true,
"buy_rsi_fast": 28,
"ewo_high": 2.475,
"ewo_high2": 2.732,
"ewo_low": -12.574,
"ewo_low2": -10.823,
"fast_ewo": 16,
"low_offset_ema": 1.082,
"low_offset_ema2": 1.074,
"low_offset_hma": 0.912,
"low_offset_hma2": 0.966,
"low_offset_trima": 0.973,
"low_offset_trima2": 0.981,
"low_offset_zema": 0.971,
"low_offset_zema2": 0.975,
"rsi_buy": 57,
"rsi_buy2": 41,
"slow_ewo": 184
},
"sell": {
"base_nb_candles_ema_sell": 58,
"base_nb_candles_ema_sell2": 32,
"high_offset_sell_ema": 1.02,
"pHSL": -0.45,
"pPF_1": 0.011,
"pPF_2": 0.074,
"pSL_1": 0.011,
"pSL_2": 0.051
},
"protection": {
"cooldown_lookback": 5,
"low_profit_lookback": 53,
"low_profit_min_req": -0.02,
"low_profit_stop_duration": 121
},
"stoploss": {
"stoploss": -0.306
}
},
"ft_stratparam_v": 1,
"export_time": "2021-12-02 08:58:56.454867+00:00"
}