PureBytes Links
Trading Reference Links
|
At 04:11 PM 9/20/98 -0400, Sentinel Trading wrote:
>Thanks for all the comments on direct cable connection, I will be installing
>network cards, soon.
>My next question is how do you create a .dll for use in TradeStation, I can
>find
>all the in the information in Userdlls.wri. I have a pretty good idea of the
>language, but how do I compile it.
>
>
>
>
>"The darkest hour in any man's life is when he sits down to plan
> how to get money without earning it"
>
>Sentinel Trading
>rjbiii@xxxxxxxxx
You must write the DLL in some language that supports the creation of
DLL's. In the case of TS4 or earlier, you MUST create a 16-bit DLL. This
can be done with Borland C++ (not Builder), older versions of Delphi
(Pascal), or Microsoft Visual C++ Version 1.52c (the last 16 bit VC++).
When TS5 is released, it will be 32 bit, and you will have a richer choice
of modern compilers.
You can also create a separate program (not DLL) in any language (say,
32-bit VB5) and communicate with TS via global variables (e.g., TradeLab or
Hashnums).
Allan
"Common sense is the collection of prejudices acquired by age eighteen." -
Albert Einstein
|