Add filters and sorting for backtests

This commit is contained in:
2025-10-14 18:06:36 +07:00
parent 49b0f7b696
commit 74adad5834
21 changed files with 4028 additions and 81 deletions

View File

@@ -24,4 +24,5 @@ public class LightBacktest
[Id(11)] public double Score { get; set; }
[Id(12)] public string ScoreMessage { get; set; } = string.Empty;
[Id(13)] public object Metadata { get; set; }
[Id(14)] public string Ticker { get; set; } = string.Empty;
}