mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
chore: revert unnecessary period name customization
This commit is contained in:
@@ -132,13 +132,8 @@ def text_table_periodic_breakdown(
|
||||
:param days_breakdown_stats: Days breakdown metrics
|
||||
:param stake_currency: Stakecurrency used
|
||||
"""
|
||||
if period == "weekday":
|
||||
first_column = "Week day"
|
||||
else:
|
||||
first_column = period.capitalize()
|
||||
|
||||
headers = [
|
||||
first_column,
|
||||
period.capitalize(),
|
||||
"Trades",
|
||||
f"Tot Profit {stake_currency}",
|
||||
"Profit Factor",
|
||||
|
||||
Reference in New Issue
Block a user