AD
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?
... Deleted by UFO ...