CoolFace
Apppublic

Daveabc12/Backtesting-App

sourceHugging Faceupdated 15h agoView on Hugging Face
1likes
config.json47 linesDownload Raw Back to root
1{
2    "large_ma_period": 70,
3    "bband_period": 32,
4    "bband_std_dev": 1.4,
5    "confidence_threshold": 100,
6    "long_entry_threshold_pct": 0.01,
7    "long_exit_ma_threshold_pct": 0.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": 0.9999999999999997,
16    "rsi_logic": "Level",
17    "primary_driver": "Bollinger Bands",
18    "exit_logic_type": "Intelligent (ADX/MACD/ATR)",
19    "use_ma_floor_filter": true,
20    "catcher_stop_pct": 0.03,
21    "exit_confidence_threshold": 40,
22    "smart_trailing_stop_pct": 5.0,
23    "smart_exit_atr_period": 14,
24    "smart_exit_atr_multiplier": 3.0,
25    "intelligent_tsl_pct": 0.2,
26    "norm_lookback_years": 1,
27    "use_rolling_benchmark": false,
28    "benchmark_rank": 99,
29    "use_vol": false,
30    "vol_w": 0.5,
31    "use_trend": false,
32    "trend_w": 2.0,
33    "use_volume": true,
34    "volume_w": 0.9999999999999999,
35    "use_adx_filter": false,
36    "adx_threshold": 10.0,
37    "adx_period": 14,
38    "use_macd": false,
39    "macd_w": 2.0,
40    "use_ma_slope": false,
41    "ma_slope_w": 0.5,
42    "use_markov": false,
43    "markov_w": 1.0,
44    "max_trading_days": 60,
45    "max_long_duration": 60,
46    "max_short_duration": 3
47}