chore: add bt note to _generic_performance_query
This commit is contained in:
@@ -1922,6 +1922,7 @@ class Trade(ModelBase, LocalTrade):
|
|||||||
- profit_ratio
|
- profit_ratio
|
||||||
- profit_sum_abs
|
- profit_sum_abs
|
||||||
- count
|
- count
|
||||||
|
NOTE: Not supported in Backtesting.
|
||||||
"""
|
"""
|
||||||
columns_coal = [func.coalesce(c, fallback).label(c.name) for c in columns]
|
columns_coal = [func.coalesce(c, fallback).label(c.name) for c in columns]
|
||||||
pair_costs = (
|
pair_costs = (
|
||||||
|
|||||||
Reference in New Issue
Block a user