PureBytes Links
Trading Reference Links
|
Use the IncludeSystem statement to include a sub-system - see manual for
details.
You can pass Inputs to your subsystem using the format:
IncludeSystem:"SubSystemA",InputA,InputB;
You cannot use this method to pass data. For that you will need a DLL -
such as Hashnums - see http://www.ozemail.com.au/~qtrade/
You could code functions as DLL's - but at least for me doing function in
TradeStation and then saving result using DLL is vastly simpler. If you do
go the do-it-yourself route you will need a version of C, Visual Basic, etc.
which can compile a 16 bit DLL.
-----Original Message-----
From: Andrew <andrew@xxxxxxxxx>
To: RealTraders Discussion Group <realtraders@xxxxxxxxxxxxxx>
Date: January 22, 1999 6:52 AM
Subject: Help with ".EXE Too Large" Error
>Hi all,
>
> I am trying to code a system where I use many functions and a great
>deal of passing of numeric series on multiple time frames. When I
>compile the system, I have received the error message ".EXE Too Large."
>Also, can you have a sub system within a larger system and pass
>parameters and data by using the "system include" statement? Does
>anyone have any suggestions on how I can code my system while "working
>around" this constraint? Do I need to code my functions as DLL's? Are
>there any commercial applications (DLL's etc.) which would assist me?
>Any and all help would be greatly appreciated.
>
> I thank you for your time and assistance, I look forward to hearing
>back from you soon.
>
>Best regards,
>
>Andrew
>
>
>
>
|