File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -822,17 +822,17 @@ class NostalgiaForInfinityNext(IStrategy):
822822 "ema_fast" : False ,
823823 "ema_fast_len" : "50" ,
824824 "ema_slow" : True ,
825- "ema_slow_len" : "100 " ,
825+ "ema_slow_len" : "12 " ,
826826 "close_above_ema_fast" : False ,
827- "close_above_ema_fast_len" : "50 " ,
827+ "close_above_ema_fast_len" : "200 " ,
828828 "close_above_ema_slow" : False ,
829829 "close_above_ema_slow_len" : "200" ,
830830 "sma200_rising" : False ,
831831 "sma200_rising_val" : "30" ,
832832 "sma200_1h_rising" : False ,
833833 "sma200_1h_rising_val" : "50" ,
834834 "safe_dips" : False ,
835- "safe_dips_type" : "50 " ,
835+ "safe_dips_type" : "130 " ,
836836 "safe_pump" : False ,
837837 "safe_pump_type" : "110" ,
838838 "safe_pump_period" : "36" ,
@@ -1519,10 +1519,10 @@ class NostalgiaForInfinityNext(IStrategy):
15191519 buy_29_ewo = - 4.0
15201520 buy_29_cti = - 0.95
15211521
1522- buy_30_ma_offset = 0.97
1522+ buy_30_ma_offset = 0.945
15231523 buy_30_ewo = 7.4
15241524 buy_30_rsi = 40.0
1525- buy_30_cti = - 0.88
1525+ buy_30_cti = - 0.87
15261526
15271527 buy_31_ma_offset = 0.962
15281528 buy_31_ewo = - 10.4
You can’t perform that action at this time.
0 commit comments