flake8
This commit is contained in:
parent
53eaf85969
commit
a3835b1279
@ -206,8 +206,6 @@ class Edge():
|
|||||||
def accepted_pairs(self) -> list:
|
def accepted_pairs(self) -> list:
|
||||||
"""
|
"""
|
||||||
return a list of accepted pairs along with their winrate, expectancy and stoploss
|
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 = []
|
final = []
|
||||||
for pair, info in self._cached_pairs.items():
|
for pair, info in self._cached_pairs.items():
|
||||||
|
Loading…
Reference in New Issue
Block a user