PureBytes Links
Trading Reference Links
|
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
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/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/
|