init
This commit is contained in:
@@ -34,8 +34,8 @@ class HTS_122630 (HTS):
|
|||||||
|
|
||||||
last_index = size - 1
|
last_index = size - 1
|
||||||
#buy, weight, sell = self.buySellChecker.getPriceAndWeight3(data, last_index)
|
#buy, weight, sell = self.buySellChecker.getPriceAndWeight3(data, last_index)
|
||||||
sell, weight = self.buySellChecker.getSellPriceAndWeight1(data, last_index)
|
sell, weight = self.buySellChecker.getSellPriceAndWeight2(data, last_index)
|
||||||
buy, weight = self.buySellChecker.getBuyPriceAndWeight1(data, last_index)
|
buy, weight = self.buySellChecker.getBuyPriceAndWeight2(data, last_index)
|
||||||
return buy, weight, sell
|
return buy, weight, sell
|
||||||
|
|
||||||
def getSellingPrice(self, final_price):
|
def getSellingPrice(self, final_price):
|
||||||
|
|||||||
Reference in New Issue
Block a user