diff --git a/PortfolioManager/ViewModels/MGSHMomentumViewModel.cs b/PortfolioManager/ViewModels/MGSHMomentumViewModel.cs index edbddd5..55250b4 100644 --- a/PortfolioManager/ViewModels/MGSHMomentumViewModel.cs +++ b/PortfolioManager/ViewModels/MGSHMomentumViewModel.cs @@ -178,14 +178,6 @@ namespace PortfolioManager.ViewModels await ReloadTradeFile(); } - // public async Task ExecuteBollingerBands() - // { - // 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); - // } - public async Task ExecuteBollingerBands() { MarketData.MarketDataModel.StopLimits stopLimits = GetHistoricalStopLimitsMarketDataModel();