Zeus_8_3_2_B_4_2 20241101-20250310│ 73 │ 0.81 │ 499.108 │ 12.48 │ 1 day, 15:27:00 │ 72 0 1 98.6 │ 87.895 USDT 1.92%

This commit is contained in:
Jérôme Delacotte
2025-11-02 19:33:35 +01:00
parent 6757f4d432
commit ad5a97a8c2
2 changed files with 21 additions and 21 deletions

View File

@@ -258,10 +258,10 @@ class Zeus_8_3_2_B_4_2(IStrategy):
indicators = {'sma5', 'sma12', 'sma24', 'sma60'}
indicators_percent = {'percent', 'percent3', 'percent12', 'percent24', 'percent_1h', 'percent3_1h', 'percent12_1h', 'percent24_1h'}
mises = IntParameter(1, 50, default=10, space='buy', optimize=False, load=False)
mises = IntParameter(1, 50, default=5, space='buy', optimize=False, load=False)
pct = DecimalParameter(0.005, 0.05, default=0.012, decimals=3, space='buy', optimize=False, load=False)
pct_inc = DecimalParameter(0.0001, 0.003, default=0.0022, decimals=4, space='buy', optimize=False, load=False)
pct = DecimalParameter(0.005, 0.05, default=0.012, decimals=3, space='buy', optimize=True, load=True)
pct_inc = DecimalParameter(0.0001, 0.003, default=0.0022, decimals=4, space='buy', optimize=True, load=True)
indic_5m_slope_sup = CategoricalParameter(indicators, default="sma60", space='buy')
indic_deriv_5m_slop_sup_buy = CategoricalParameter(indicators, default="sma12", space='buy', optimize=False, load=False)