Is there an implicit limit on the number of series() calls a script can make?
Would it be a number somewhere between 255 and 259 ?
I have a script with 259 series calls. It crashes in Train mode in unpredictable ways.
1. A Windows dialog tells me the program has crashed, or
2. I get a pile of runtime errors, followed by (1), or
3. Zorro just freezes, requiring task kill.
If the failure mode is 1 or 2, at least, the diag file has something in it. Zorro's last breath is
return
Exit Loop TA-Lib Series
If I bring the number of series calls down to 255, Train succeeds.