Exactly the same problem, see RSI indicator below. Happen in yesterday's update, and still happens in today's update.
Hi, Unortunately, new version of cTrader change bahvior of memory management for Calculate() method. :( In you case indicator MACD Crossover need to be removed or method Calculate(int index) modified accordingly . If you don't know how to fix Calculate(int index), you will need to remove MACD Crossover indicatior, and most probably other custom indicators you are using. UPDATE: Seems that cTrader in version 5.0.38 introduced yesterday fix memory management issues, but I'm still testing.
qubik.trading
02 Oct 2024, 17:47 ( Updated at: 03 Oct 2024, 05:23 )
RE: I have the same problem
bcronje said:
Hi,
Unortunately, new version of cTrader change bahvior of memory management for Calculate() method. :(
In you case indicator MACD Crossover need to be removed or method Calculate(int index) modified accordingly .
If you don't know how to fix Calculate(int index), you will need to remove MACD Crossover indicatior, and most probably other custom indicators you are using.
UPDATE: Seems that cTrader in version 5.0.38 introduced yesterday fix memory management issues, but I'm still testing.
@qubik.trading