Cloud issue: MissingMethodException: Method not found: 'cAlgo.API.Indicators.DirectionalMovementSystem

Created at 13 Feb 2025, 10:37
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
FMogyi's avatar

FMogyi

Joined 13.10.2015

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)'.


@FMogyi
Replies

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