Commit Latest

This commit is contained in:
2025-06-30 17:39:52 -04:00
parent 73a33bcf33
commit 0b2c0d43ee
10 changed files with 23 additions and 31 deletions

View File

@@ -349,7 +349,7 @@ namespace PortfolioManager.ViewModels
// *********************************************************************************************************************************
public async Task ExecuteBollingerBands()
{
SaveParameters saveParams = SaveParameters.Parse("Type,PortfolioManager.ViewModels.BollingerBandViewModel,SelectedSymbol," + selectedPosition.Symbol + ",SelectedWatchList,{All},SelectedDayCount,360");
SaveParameters saveParams = SaveParameters.Parse("Type,PortfolioManager.ViewModels.BollingerBandViewModel,SelectedSymbol," + selectedPosition.Symbol + ",SelectedWatchList,{All},SelectedDayCount,90");
saveParams.Referer=this;
WorkspaceInstantiator.Invoke(saveParams);
await Task.FromResult(true);