Multi timeframe CCI

Created at 13 Feb 2025, 13:13
cTrader Discord
AD

adab.omid

Joined 04.04.2024

Multi timeframe CCI
13 Feb 2025, 13:13


Dear support,

I used an instance of multi timeframe CCI in my cbot and it is working well on desktop version but it dosnt work on cloud. 

Code: CCICustomBars1 = MarketData.GetBars(CCITimeframe1, SymbolName);

            _commodityChannelIndex1 = Indicators.CommodityChannelIndex(CCICustomBars1.GetPrices(CCISource1), CCIPeriod1);

 

Error: Crashed in OnStart with MissingMethodException: Method not
found: 'cAlgo.API.Indicators.CommodityChannellndex
cAIgo.API.Internals.llndicatorsAccessor.CommodityChannellindex(cAlgo,
API.DataSeries, Int32)",

 

Let me know am i in wrong way or your cloud dosnt support MLT CCI?


@adab.omid
Replies

... Deleted by UFO ...