init
This commit is contained in:
@@ -531,10 +531,10 @@ class HTS:
|
||||
bsLine['sell'] = [-1 for i in range(size)]
|
||||
|
||||
i = size - 1
|
||||
if i <= 20:
|
||||
if i < 5:
|
||||
return -1, -1, -1
|
||||
|
||||
buy, weight, sell = self.bs.getPriceAndWeight(data, i)
|
||||
buy, weight, sell = self.bs.getPriceAndWeight1(data, i)
|
||||
return buy, weight, sell
|
||||
|
||||
def getSellingPrice(self, final_price):
|
||||
|
||||
Reference in New Issue
Block a user