PureBytes Links
Trading Reference Links
|
The way you describe is not that bad actually.
A more efficient way would be to use "AutoIT" www.autoit.com to click the
buttons for you and enter the text. It has an activeX component as well as
a dll that you could use within your script or you could call an exe that it
can build.
d
_____
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf
Of Mark H
Sent: Sunday, August 06, 2006 12:05 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] OLE automation: How to set Param/ParamStr/ParamDate
value?
Thanks dingo:
I am wondering what's the best way to pass parameters to a formula
dynamically from JScript.
A way to do it is through a file: the script writes some dynamic values to a
file and the AFL formula will reads and parses the file.
However, this would be slow and cumbersome.
Any suggestion will be appreciated,
- Mark
----- Original Message -----
From: dingo <mailto:dingo@xxxxxxxxxxxx>
To: amibroker@xxxxxxxxxxxxxxx
Sent: Saturday, August 05, 2006 11:04 PM
Subject: RE: [amibroker] OLE automation: How to set Param/ParamStr/ParamDate
value?
No.
d
_____
From: amibroker@xxxxxxxxx <mailto:amibroker@xxxxxxxxxxxxxxx> ps.com
[mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Mark H
Sent: Saturday, August 05, 2006 11:01 PM
To: amibroker@xxxxxxxxx <mailto:amibroker@xxxxxxxxxxxxxxx> ps.com
Subject: [amibroker] OLE automation: How to set Param/ParamStr/ParamDate
value?
I am writing an automation script but couldn't find a way to set values for
Param/ParamStr/ParamDate etc. I can only use their default values.
Is there a way to set their values in JScript?
Thanks,
- Mark
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.7/409 - Release Date: 8/4/2006
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.7/410 - Release Date: 8/5/2006
|