Cloud issue: MissingMethodException: Method not found: 'cAlgo.API.Indicators.DirectionalMovementSystem
Created at 13 Feb 2025, 10:37
Cloud issue: MissingMethodException: Method not found: 'cAlgo.API.Indicators.DirectionalMovementSystem
13 Feb 2025, 10:37
var adx = Indicators.DirectionalMovementSystem(bar, 10, MovingAverageType.WilderSmoothing);
13/02/2025 10:35:00.158 Error | Crashed in Bars.BarOpened event with MissingMethodException: Method not found: 'cAlgo.API.Indicators.DirectionalMovementSystem cAlgo.API.Internals.IIndicatorsAccessor.DirectionalMovementSystem(cAlgo.API.Bars, Int32, cAlgo.API.MovingAverageType)'.
panitpm
25 Mar 2025, 08:29 ( Updated at: 26 Mar 2025, 06:17 )
ADX add MovingAverageType >>> Error in Cloud and (Web can not select MovingAverageType)
Problem Run cBot on cloud.
@panitpm