Skip to content

Commit 33eaa4b

Browse files
committed
chore: add bt note to _generic_performance_query
1 parent cf563c1 commit 33eaa4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

freqtrade/persistence/trade_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1922,6 +1922,7 @@ def _generic_performance_query(columns: list, filters: list, fallback: str = "")
19221922
- profit_ratio
19231923
- profit_sum_abs
19241924
- count
1925+
NOTE: Not supported in Backtesting.
19251926
"""
19261927
columns_coal = [func.coalesce(c, fallback).label(c.name) for c in columns]
19271928
pair_costs = (

0 commit comments

Comments
 (0)