Using VB.Net, is there a method to pass persistent parameter data from an execute() for one symbol to the execute() call for the next symbol in a data set back test?
Size:
Color:
Yes. For example, by using Wealth-Lab's global memory (see SetGlobal, GetGlobal and ClearGlobal in the QuickRef). Other alternatives exist:
class level variables and/or writing to external sources (file, database etc).
Size:
Color:
Thanks Eugene. That should do it.
Size:
Color: