Hi All,
I have coded an efs formula that backtests all possible variable values (within a given range) and it works fine on small numbers of bars / variable range, but when increasing the number of bars / variable range to test, eSignal exits after about 30 mins of testing. Memory usage is a constant 350-360MB, and well within the memory available (currently 500mb) I can only assume there has been an internal heap size, or stack problem within eSignal.
The back-testing has been written as a function, and would typcially loop around 250 times with no prblem, but when I extend the number of tests, and therefore the number of loops (using reloadEFS()) beyond 4-500 the system fails.
Any ideas?
many thanks in advance
I have coded an efs formula that backtests all possible variable values (within a given range) and it works fine on small numbers of bars / variable range, but when increasing the number of bars / variable range to test, eSignal exits after about 30 mins of testing. Memory usage is a constant 350-360MB, and well within the memory available (currently 500mb) I can only assume there has been an internal heap size, or stack problem within eSignal.
The back-testing has been written as a function, and would typcially loop around 250 times with no prblem, but when I extend the number of tests, and therefore the number of loops (using reloadEFS()) beyond 4-500 the system fails.
Any ideas?
many thanks in advance
Comment