Remove StopLimit "Active"

This commit is contained in:
2025-12-12 10:01:43 -05:00
parent f00db7cd10
commit c4d2da2522
5 changed files with 5 additions and 9 deletions

View File

@@ -146,7 +146,7 @@ namespace PortfolioManager.Renderers
MDTrace.WriteLine(LogLevel.DEBUG,$"[SetData] ENTER");
this.selectedSymbol = selectedSymbol;
this.selectedDayCount = selectedDayCount;
stopLimit = PortfolioDA.GetStopLimit(selectedSymbol);
stopLimit = StopLimitDA.GetStopLimit(selectedSymbol);
portfolioTrades = PortfolioDA.GetTradesSymbol(selectedSymbol);
portfolioTradesLots = LotAggregator.CombineLots(portfolioTrades);