Commit Latest
This commit is contained in:
@@ -273,7 +273,6 @@ namespace PortfolioManager.ViewModels
|
||||
base.OnPropertyChanged("InsiderTransactionPointMarkersAcquiredSmall");
|
||||
base.OnPropertyChanged("InsiderTransactionPointMarkersAcquiredMedium");
|
||||
base.OnPropertyChanged("InsiderTransactionPointMarkersAcquiredLarge");
|
||||
base.OnPropertyChanged("LeastSquares");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -608,7 +607,7 @@ namespace PortfolioManager.ViewModels
|
||||
{
|
||||
get
|
||||
{
|
||||
if(!useLeastSquaresFit||null==bollingerBands)return null;
|
||||
if(!useLeastSquaresFit||null==bollingerBands)return Empty();
|
||||
return compositeDataSourceLeastSquares;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user