Commit Latest
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user