Merge branch 'PM_SCOTTPLOT' of http://elara:3000/Sean/Avalonia into PM_SCOTTPLOT

This commit is contained in:
2025-06-29 21:33:21 -04:00
3 changed files with 5 additions and 15 deletions

View File

@@ -456,7 +456,6 @@ namespace PortfolioManager.Renderers
Close = BollingerBandModel.Close(bollingerBands);
SMAN = BollingerBandModel.SMAN(bollingerBands);
Volume = BollingerBandModel.Volume(bollingerBands);
// LeastSquares = BollingerBandModel.LeastSquares(bollingerBands);
Scatter scatter = default;
{