mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-15 20:31:43 +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 days_breakdown_stats: Days breakdown metrics
|
||||||
:param stake_currency: Stakecurrency used
|
:param stake_currency: Stakecurrency used
|
||||||
"""
|
"""
|
||||||
if period == "weekday":
|
|
||||||
first_column = "Week day"
|
|
||||||
else:
|
|
||||||
first_column = period.capitalize()
|
|
||||||
|
|
||||||
headers = [
|
headers = [
|
||||||
first_column,
|
period.capitalize(),
|
||||||
"Trades",
|
"Trades",
|
||||||
f"Tot Profit {stake_currency}",
|
f"Tot Profit {stake_currency}",
|
||||||
"Profit Factor",
|
"Profit Factor",
|
||||||
|
|||||||
Reference in New Issue
Block a user