Posts
touch.mjb 23 Apr 2019, 20:48
cTrader Algo
Server-Side Trailing Stop
I was talking about api thanks !enrikeyo 23 Apr 2019, 19:51
Indicators API Help
Indicator personlized. Error Crashed in Initialize with ArgumentException: Incorrect parameters count. Nombre del parámetro: parameterValues
I hace these indicators Indicator 1: using System; using cAlgo; using cAlgo.API; using cAlgo.API.Internals; using c...hugocristiano88 23 Apr 2019, 13:09
PanagiotisCharalampous 24 Apr 2019, 10:10
Indicators API Help
Indicator personlized. Error Crashed in Initialize with ArgumentException: Incorrect parameters count. Nombre del parámetro: parameterValues
Hi enrikeyo, Thank you for posting in our forum. The issue is in the following line of code this.nemethHAH4 = Indicators.GetIndicator<...