init
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user