Posts
amusleh 19 Apr 2021, 13:38
cTrader Algo
Crashed in OnBar with ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: index
Hi, The LoadMoreHistory method doesn't work during back test, to solve your issue you have to check how many bars are available in Bars, a...christoph.keller 19 Apr 2021, 13:30
amusleh 20 Apr 2021, 15:53
cTrader Algo
Help with installing an Alert-Popup code
Hi, To show the popup window you have to call the "Notifications.ShowPopup" method from your indicator or cBot code. For settings afte...