Cloud issue: Method not found: 'cAlgo.API.Indicators.Envelopes cAlgo.API.Internals.IIndicatorsAccessor.Envelopes(cAlgo.API.DataSeries, Int32, cAlgo.API.MovingAverageType, Double)'.
Cloud issue: Method not found: 'cAlgo.API.Indicators.Envelopes cAlgo.API.Internals.IIndicatorsAccessor.Envelopes(cAlgo.API.DataSeries, Int32, cAlgo.API.MovingAverageType, Double)'.
12 Feb 2025, 15:38
Simple code: var env = Indicators.Envelopes(Bars.ClosePrices,200, MovingAverageType.Simple,0.2);
and the following errors generated in Cloud mode:
Crashed in OnStart with MissingMethodException: Method not found: 'cAlgo.API.Indicators.Envelopes cAlgo.API.Internals.IIndicatorsAccessor.Envelopes(cAlgo.API.DataSeries, Int32, cAlgo.API.MovingAverageType, Double)'.
Crashed in Bars.BarOpened event with TypeLoadException: Could not load type 'cAlgo.API.Indicators.Envelopes' from assembly 'cAlgo.API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=3499da3018340880'.