This commit is contained in:
Misagh 2019-04-03 14:14:47 +02:00
parent 53eaf85969
commit a3835b1279
2 changed files with 8 additions and 10 deletions

View File

@ -206,8 +206,6 @@ class Edge():
def accepted_pairs(self) -> list:
"""
return a list of accepted pairs along with their winrate, expectancy and stoploss
ex:
#[{'Pair': 'ADX/ETH', 'Winrate': 0.08333333333333333, 'Expectancy': -0.8105153934775888, 'Stoploss': -0.02}]
"""
final = []
for pair, info in self._cached_pairs.items():