update pagination
This commit is contained in:
@@ -8,6 +8,7 @@ namespace Managing.Infrastructure.Databases.MongoDb.Collections
|
||||
public class BacktestDto : Document
|
||||
{
|
||||
public decimal FinalPnl { get; set; }
|
||||
|
||||
public int WinRate { get; set; }
|
||||
public decimal GrowthPercentage { get; set; }
|
||||
public decimal HodlPercentage { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user