[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: to DDE an EL generated data?



PureBytes Links

Trading Reference Links

At 06:50 PM 9/23/98 -0700, Val Clancy wrote:
>Hi everyone,
>
>I am inquiring  again if anyone is
>able to take an Array ( or any vars )created
>in EL and  DDE it out of Tradestation
>to any other Windows application by
>setting up a hot/warm DDE link?
>
>Please, share your thoughts on this.
>It would be very nice to have this
>capability.
>
>DLL's are one of the ways of doing it
>but it's in some applications it's simpler
>to set up DDE then write a  DLL file.
>
>DDE is supported in Omega server,
>but the question is if it could be done
>out of  Tradestation  itself.
>
>Any good books on writing DDEs and DLLs?
>
>Val.
>
>
>

Val:

Omega server is a DDE Server. It takes only specific commands. It honors
requests using the BIFF3 clipboard format from Excel. It also honors
requests from TradeStation, per the Omega SDK (available free from Omega
Research). TradeStation acts as a DDE client to the Server. To the best of
my knowledge, there is no way to make it act as a DDE Server except by
attaching a DLL to it that does the DDE service. This would be a lot of
work. Far simpler to use a global variable scheme such as TradeLab provides.

There's not too much that's special about writing a DLL; you need to use a
language that supports it. Generally, generating a DLL is a compiler
option. There's a free TS kit that explains the interface from the Omega side.

Allan

"A pessimist is a man who thinks everybody is as nasty as himself." -
George Bernard Shaw