Posts
thenewlearner 18 Apr 2021, 15:32
cTrader Algo
Crashed in OnBar with ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: index
thanks amusleh the thing which is strange is this code works for m1 and m5 but not m15 or h1. So that is confusing for me. I was expecting might...amusleh 18 Apr 2021, 09:21
cTrader Algo
Crashed in OnBar with ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: index
This line is the issue: sb.Append(((Bars.Last(i).High + Bars.Last(i).Low) / 2).ToString()); It throws argument out of range because you don...thenewlearner 18 Apr 2021, 03:19
PanagiotisCharalampous 19 Apr 2021, 08:33
Suggestions
Drawing tools
Hi Martin, Have a look at this indicator. It contains a lot of the Elliot Wave patterns. Best Regards, Panagiotis Join us on Telegra...