Use better column header for backtest output

This commit is contained in:
Matthias 2024-06-11 19:08:24 +02:00
parent 9e3be765d0
commit 2ec4449558

View File

@ -81,7 +81,7 @@ def text_table_tags(tag_type: str, tag_results: List[Dict[str, Any]], stake_curr
"""
fallback: str = ""
if tag_type == "enter_tag":
headers = _get_line_header("TAG", stake_currency, "Entries")
headers = _get_line_header("Enter Tag", stake_currency, "Entries")
else:
headers = _get_line_header("Exit Reason", stake_currency, "Exits")
fallback = "exit_reason"