Spaces:
Running
Running
Upload 2 files
Browse files- config.json +40 -42
config.json
CHANGED
|
@@ -1,43 +1,41 @@
|
|
| 1 |
-
{
|
| 2 |
-
"large_ma_period": 70,
|
| 3 |
-
"bband_period": 32,
|
| 4 |
-
"bband_std_dev": 1.
|
| 5 |
-
"confidence_threshold":
|
| 6 |
-
"long_entry_threshold_pct": 0.01,
|
| 7 |
-
"long_exit_ma_threshold_pct": 0.
|
| 8 |
-
"long_trailing_stop_loss_pct": 0.2,
|
| 9 |
-
"long_delay_days": 0,
|
| 10 |
-
"short_entry_threshold_pct": 0.0,
|
| 11 |
-
"short_exit_ma_threshold_pct": 0.0,
|
| 12 |
-
"short_trailing_stop_loss_pct": 0.2,
|
| 13 |
-
"short_delay_days": 0,
|
| 14 |
-
"use_rsi": true,
|
| 15 |
-
"rsi_w":
|
| 16 |
-
"rsi_logic": "Level",
|
| 17 |
-
"primary_driver": "Bollinger Bands",
|
| 18 |
-
"exit_logic_type": "Intelligent (ADX/MACD/ATR)",
|
| 19 |
-
"use_ma_floor_filter": false,
|
| 20 |
-
"exit_confidence_threshold": 50,
|
| 21 |
-
"smart_trailing_stop_pct": 5.0,
|
| 22 |
-
"smart_exit_atr_period": 14,
|
| 23 |
-
"smart_exit_atr_multiplier": 3.0,
|
| 24 |
-
"intelligent_tsl_pct": 0.4,
|
| 25 |
-
"use_vol": false,
|
| 26 |
-
"vol_w": 0.5,
|
| 27 |
-
"use_trend": false,
|
| 28 |
-
"trend_w": 2.0,
|
| 29 |
-
"use_volume":
|
| 30 |
-
"volume_w": 0.5,
|
| 31 |
-
"use_adx_filter": false,
|
| 32 |
-
"adx_threshold":
|
| 33 |
-
"adx_period": 14,
|
| 34 |
-
"use_macd":
|
| 35 |
-
"macd_w": 2.0,
|
| 36 |
-
"use_ma_slope": false,
|
| 37 |
-
"ma_slope_w": 0
|
| 38 |
-
"use_markov": false,
|
| 39 |
-
"markov_w": 1.0,
|
| 40 |
-
"max_trading_days": 60
|
| 41 |
-
"max_long_duration": 60,
|
| 42 |
-
"max_short_duration": 3
|
| 43 |
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"large_ma_period": 70,
|
| 3 |
+
"bband_period": 32,
|
| 4 |
+
"bband_std_dev": 1.399999999999999,
|
| 5 |
+
"confidence_threshold": 40,
|
| 6 |
+
"long_entry_threshold_pct": 0.01,
|
| 7 |
+
"long_exit_ma_threshold_pct": 0.01,
|
| 8 |
+
"long_trailing_stop_loss_pct": 0.2,
|
| 9 |
+
"long_delay_days": 0,
|
| 10 |
+
"short_entry_threshold_pct": 0.0,
|
| 11 |
+
"short_exit_ma_threshold_pct": 0.0,
|
| 12 |
+
"short_trailing_stop_loss_pct": 0.2,
|
| 13 |
+
"short_delay_days": 0,
|
| 14 |
+
"use_rsi": true,
|
| 15 |
+
"rsi_w": 0.5000000000000001,
|
| 16 |
+
"rsi_logic": "Level",
|
| 17 |
+
"primary_driver": "Bollinger Bands",
|
| 18 |
+
"exit_logic_type": "Intelligent (ADX/MACD/ATR)",
|
| 19 |
+
"use_ma_floor_filter": false,
|
| 20 |
+
"exit_confidence_threshold": 50,
|
| 21 |
+
"smart_trailing_stop_pct": 5.0,
|
| 22 |
+
"smart_exit_atr_period": 14,
|
| 23 |
+
"smart_exit_atr_multiplier": 3.0,
|
| 24 |
+
"intelligent_tsl_pct": 0.4,
|
| 25 |
+
"use_vol": false,
|
| 26 |
+
"vol_w": 0.5,
|
| 27 |
+
"use_trend": false,
|
| 28 |
+
"trend_w": 2.0,
|
| 29 |
+
"use_volume": true,
|
| 30 |
+
"volume_w": 0.5,
|
| 31 |
+
"use_adx_filter": false,
|
| 32 |
+
"adx_threshold": 26.0,
|
| 33 |
+
"adx_period": 14,
|
| 34 |
+
"use_macd": true,
|
| 35 |
+
"macd_w": 2.0,
|
| 36 |
+
"use_ma_slope": false,
|
| 37 |
+
"ma_slope_w": 2.0,
|
| 38 |
+
"use_markov": false,
|
| 39 |
+
"markov_w": 1.0,
|
| 40 |
+
"max_trading_days": 60
|
|
|
|
|
|
|
| 41 |
}
|