Are you asking if you can have a stand alone, external jscript that drives AmiBroker to fire off multiple Explores one after the other (i.e. using OLE Automation), altering AFL variables along the way?
Or, are you asking if you can have jscript embedded in an AFL script that fires off multiple Explores one after the other? If the former, you can do any of the following: 1. jscript first writes desired values to file on disk, AFL Exploration reads values from disk file. 2. jscript first runs minimal AFL script, whose sole purpose is to set static variable(s), AFL Exploration references static variables 3. jscript first modifies .AFL file on disk, AFL Exploration runs normally. Mike --- In [email protected], "TA" <tagro...@...> wrote: > > Tomasz > > > > Would you or someone else please let me know if this is possible or not? TIA > > > > From: [email protected] [mailto:[email protected]] On Behalf > Of TA > Sent: Saturday, May 08, 2010 2:34 PM > To: [email protected] > Subject: [amibroker] Passing Param value from jscript to afl > > > > > > I want to run different explores and exporting the results to a cvs file, > using the same afl code with different param or variable values by using a > jscript and looping thru the param or var values. Is it possible to pass a > parameter or variable value from jscript to afl. TIA >
