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
TommyDee 18 Apr 2021, 21:36
Suggestions
Show percentage of price on crosshair while draging
On your next update, can you please include a function to show on a chart the percentage of price when using the crosshair? Right now the crosshair...