Use better column header for backtest output
This commit is contained in:
@@ -81,7 +81,7 @@ def text_table_tags(tag_type: str, tag_results: List[Dict[str, Any]], stake_curr
|
|||||||
"""
|
"""
|
||||||
fallback: str = ""
|
fallback: str = ""
|
||||||
if tag_type == "enter_tag":
|
if tag_type == "enter_tag":
|
||||||
headers = _get_line_header("TAG", stake_currency, "Entries")
|
headers = _get_line_header("Enter Tag", stake_currency, "Entries")
|
||||||
else:
|
else:
|
||||||
headers = _get_line_header("Exit Reason", stake_currency, "Exits")
|
headers = _get_line_header("Exit Reason", stake_currency, "Exits")
|
||||||
fallback = "exit_reason"
|
fallback = "exit_reason"
|
||||||
|
|||||||
Reference in New Issue
Block a user