Hello everyone,
one of my trading systems was interrupted by the platform because it exceeded the maximum number of “arrays” allowed.
Has anyone encountered this problem?
How was this fixed?
Does anyone know the solution and can help me?
a single variable array can contain 1.000.000 columns/values, so you should find a way to limit your variable below this maximum threshold.
So the message is wrongly put across by Wolf Trades ?
“System stopped due to maximum number if arrays reached”
This does not say “array elements”. 😉
I can’t remember what is the text of that error message exactly. But I believe it is about the quantity of values stored into a single variable array. It is not a problem when you launch the strategy, but as time is passing by, the array is holding more and more values and it can results with this error.