init
This commit is contained in:
@@ -32,10 +32,10 @@ class HTS_122630 (HTS):
|
||||
bsLine['weight'] = [-1 for i in range(size)]
|
||||
bsLine['sell'] = [-1 for i in range(size)]
|
||||
|
||||
buy, weight, sell = -1, -1, -1
|
||||
last_index = size - 1
|
||||
#buy, weight, sell = self.buySellChecker.getPriceAndWeight3(data, last_index)
|
||||
sell, weight = self.buySellChecker.getSellPriceAndWeight_15000(data, last_index)
|
||||
buy, weight = self.buySellChecker.getBuyPriceAndWeight_15000(data, last_index)
|
||||
#sell, weight = self.buySellChecker.getSellPriceAndWeight_15000(data, last_index)
|
||||
#buy, weight = self.buySellChecker.getBuyPriceAndWeight_15000(data, last_index)
|
||||
return buy, weight, sell
|
||||
|
||||
def getSellingPrice(self, final_price):
|
||||
|
||||
Reference in New Issue
Block a user