chore: add bt note to _generic_performance_query

This commit is contained in:
Matthias
2025-01-26 23:23:45 +01:00
parent cf563c1a56
commit 33eaa4b53e

View File

@@ -1922,6 +1922,7 @@ class Trade(ModelBase, LocalTrade):
- profit_ratio
- profit_sum_abs
- count
NOTE: Not supported in Backtesting.
"""
columns_coal = [func.coalesce(c, fallback).label(c.name) for c in columns]
pair_costs = (