have edge send multiple messages if necessary

closes #4519
This commit is contained in:
Matthias
2021-05-08 19:43:31 +02:00
parent 0ca0ed4117
commit 2157923aee
3 changed files with 21 additions and 4 deletions

View File

@@ -240,7 +240,7 @@ class Edge:
return self._final_pairs
def accepted_pairs(self) -> list:
def accepted_pairs(self) -> List[Dict[str, Any]]:
"""
return a list of accepted pairs along with their winrate, expectancy and stoploss
"""