This commit is contained in:
dsyoon
2024-01-25 09:13:39 +09:00
parent cfa9c72d46
commit d5e6a359b4
2 changed files with 2 additions and 3 deletions

View File

@@ -578,7 +578,7 @@ class Common:
(stock['macd'][-2] < stock['macd'][-1] and stock['rsi'][-1]) < 80 or
(stock['rsi'][-2] < stock['rsi'][-1] and np.min(stock['rsi'][-3:]) < 35) or
(stock['rsi'][-1:] < 33) or
0.9 <= param['bull'][0] / param['bear'][0]
0.9 <= param['bull'][0] / param['bull'][0]
):
# avg360 상승
if stock['avg300'][i - 1] < stock['avg300'][i]: