EFS Gurus,
I am an experienced programmer, competent in EFS as well but do not have enough info related to the issue below.
I would like to have two scripts work using the following paradigm (assuming eSignal is up and running):
Script 1.
Read an .ini (or other file) and have a list of symbols to work with.
For each symbol script 1 load/reload a script (script 2) that will process that symbol (input parameter to script 2)
Script 2.
Fills the defaults of the parameters read from script 1.
Run so as to finish n bars and unload itself.
1. Is this possible at all?
2. I read the documentation about using DLL's and I think I can get the Windowss dll that processes .ini files to work (it would be nice if someone have sample code that I can use though).
Thanks for all your help
Avraham (Bey) Melamed
I am an experienced programmer, competent in EFS as well but do not have enough info related to the issue below.
I would like to have two scripts work using the following paradigm (assuming eSignal is up and running):
Script 1.
Read an .ini (or other file) and have a list of symbols to work with.
For each symbol script 1 load/reload a script (script 2) that will process that symbol (input parameter to script 2)
Script 2.
Fills the defaults of the parameters read from script 1.
Run so as to finish n bars and unload itself.
1. Is this possible at all?
2. I read the documentation about using DLL's and I think I can get the Windowss dll that processes .ini files to work (it would be nice if someone have sample code that I can use though).
Thanks for all your help
Avraham (Bey) Melamed
Comment