Commit Latest

This commit is contained in:
2025-06-24 19:34:26 -04:00
parent d1a8d73ead
commit 5c5ed13061
5 changed files with 345 additions and 43 deletions

View File

@@ -88,6 +88,7 @@ namespace PortfolioManager.Renderers
portfolioTrades = PortfolioDA.GetTradesSymbol(selectedSymbol);
portfolioTradesLots = LotAggregator.CombineLots(portfolioTrades);
Plotter.Plot.Clear();
if (null != portfolioTrades && 0 != portfolioTrades.Count)
{
DateGenerator dateGenerator = new DateGenerator();
@@ -451,6 +452,14 @@ namespace PortfolioManager.Renderers
// *********************************************************** P R O P E R T I E S *****************************************************
public Prices Prices
{
get
{
return prices;
}
}
public bool SyncTradeToBand
{
get