Update sell_reason to exit_reason

This commit is contained in:
Matthias
2022-04-03 10:41:35 +02:00
parent cd78792f48
commit a27c837d18
4 changed files with 8 additions and 8 deletions

View File

@@ -857,7 +857,7 @@ class RPC:
def _rpc_mix_tag_performance(self, pair: Optional[str]) -> List[Dict[str, Any]]:
"""
Handler for mix tag (enter_tag + sell_reason) performance.
Handler for mix tag (enter_tag + exit_reason) performance.
Shows a performance statistic from finished trades
"""
mix_tags = Trade.get_mix_tag_performance(pair)