Commit Latest

This commit is contained in:
2025-06-15 21:36:17 -04:00
parent 244a1f965f
commit be64273eeb
3 changed files with 46 additions and 41898 deletions

View File

@@ -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;
}
}