Add ticker to the UserStrategies list and set debit credit to 1 for backtest
This commit is contained in:
@@ -554,6 +554,7 @@ public class DataController : ControllerBase
|
||||
Positions = positions,
|
||||
Identifier = strategy.Identifier,
|
||||
WalletBalances = new Dictionary<DateTime, decimal>(),
|
||||
Ticker = strategy.Ticker
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -71,5 +71,6 @@ namespace Managing.Api.Models.Responses
|
||||
public Guid Identifier { get; set; }
|
||||
|
||||
public Dictionary<DateTime, decimal> WalletBalances { get; set; } = new Dictionary<DateTime, decimal>();
|
||||
public Enums.Ticker Ticker { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user