mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Use better column header for backtest output
This commit is contained in:
parent
9e3be765d0
commit
2ec4449558
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user