Posts
ctid+customer-358356 18 Feb 2021, 11:17
cTrader Algo
Two seperate instances of the same indicator. Setting a property of one of them leaks into the second
We thought you'd either share som data array between the instances or return the same for efficiency purposes. We'll make it work. Thanks!...PanagiotisCharalampous 18 Feb 2021, 11:13
amch 18 Feb 2021, 13:36
cTrader Algo
Backtesting really, really slow when using nested custom indicator
Hi cTrader Team I try to back test a strategy that includes a custom indicator. The custom indicator is nested as below: protected override void...