mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
chore: add bt note to _generic_performance_query
This commit is contained in:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user