Passing Parameters Between Execute()
Author: dlinnard
Creation Date: 1/25/2014 10:52 PM
profile picture

dlinnard

#1
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?
profile picture

Eugene

#2
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).
profile picture

dlinnard

#3
Thanks Eugene. That should do it.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).