PureBytes Links
Trading Reference Links
|
Yes, there is a #include function.
Just make as many files as you wish and use this statement to include each
one in your code:
#include <yourfilename.afl>
#include <secondfile.afl>
You should check out #pragma also. This forces the includes to be re-read
(in case you edit them).
In help, search for pragma. For some reason include cannot be searched, but
pragma brings up both functions.
--
Terry
> From: "voyager_3k" <voyager3k@xxxxxxxxxxx>
> Reply-To: amibroker@xxxxxxxxxxxxxxx
> Date: Mon, 17 Jan 2005 15:59:26 -0000
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] anyway to modularize an analysis files?
>
>
>
> I'm rapidly building up a large set of rules that I want to
> backtest. Putting all of those rules in one file is
> getting difficult to manage. Now I'd like to keep the same
> file open and alter a few lines and re-run the test. For that, I need
> to have access to all the rules, w/o having them all in that file.
>
> I want to split the individual rules into individual files and then
> merge/include them into a master test files that I have open.
>
> For example:
> rulefile1 \
> rulefile2 \
> ... / merge -> masterFile
> rulefilen /
>
> I suppose i'm looking for a #include/import/merge type of capability.
> Any way to achieve this?
>
> thanks
>
>
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
>
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|