This commit is contained in:
dsyoon
2023-11-05 20:26:04 +09:00
parent e832b629e1
commit 9dbb0c4247
4 changed files with 51 additions and 56 deletions

View File

@@ -42,7 +42,7 @@ class BuySellChecker_251340 (BuySellChecker):
def getSellPriceAndWeight(self, stock_code, i, data, INFO):
sell, weight = -1, -1
if data['close'][i] < INFO['LOW_PRICE'] < data['close'][i-1]:
if data['close'][i] < INFO['LIMIT_PRICE'] < data['close'][i-1]:
sell = data['close'][i]
weight = 1