Update more wording to "exit"

This commit is contained in:
Matthias
2022-04-03 19:39:13 +02:00
parent 283d04a5ad
commit 69491c1430
7 changed files with 9 additions and 9 deletions

View File

@@ -1291,7 +1291,7 @@ class Trade(_DECL_BASE, LocalTrade):
@staticmethod
def get_exit_reason_performance(pair: Optional[str]) -> List[Dict[str, Any]]:
"""
Returns List of dicts containing all Trades, based on sell reason performance
Returns List of dicts containing all Trades, based on exit reason performance
Can either be average for all pairs or a specific pair provided
NOTE: Not supported in Backtesting.
"""