PureBytes Links
Trading Reference Links
|
Hello,
1. You can create functions and procedures in scripting parts
as described in http://www.amibroker.com/newsletter/13-2001.html
Such functions could be then stored in a separate file and
included using #include pre-processor command
2. Directly from the script - yes - you can do this using
FileSystemObject in VBScript or JScript. As any AFL
formula can have parts in J/VBScript you can create text
files from the formula.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "o_2_b_sean" <seanrmartinez@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Tuesday, October 01, 2002 3:43 PM
Subject: [amibroker] a few questions about AB
> I am thinking of purchasing AB, but I still can't find the answer to
> a few questions I have. Can anyone help?
>
> 1) Can you write you own functions/procedures in the script and
> reference/call them later?
>
> 2) Can you output to a text file from the script?
>
>
>
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
>
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
|