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

Re: Custom Programming



PureBytes Links

Trading Reference Links

An alternative option is to rewrite the dll in Power basic. This can then be
accessed from TS (as it's a true DLL) but its execution is also very much
faster c.f. VB. By way of example even a simple adaptive moving average in
power basic can knock over 30% off the time it takes to do an optimisation
in TS alone. The speed up of power basic vs. VB is well documented.
----- Original Message ----- 
From: "Mike Gossland" <mga@xxxxxxxx>
To: "Mark Morrissey" <markmorrissey@xxxxxxxxxx>; "omega list"
<omega-list@xxxxxxxxxx>; "Mihail" <mihail@xxxxxxxx>
Sent: Sunday, September 07, 2003 9:23 PM
Subject: Re: Custom Programming


>
> Hi Mark, Mihail and others,
>
> Hashnums can be used for this. It includes a "server" that runs as a
separate host application that stores values that can be accessed by many
apps at the same time. Each app just has to include a call to the
hashnum.dll to access the server and get at the variables between
applications.
>
> Mihail, pushpop doesn't have a server and as far as I know, the memory it
uses is private
> to the application. So although you can store value with pushpop in
TradeStation, I don't
> know of a way to access them from an outside app. Is this really possible
without
> changing pushpop's source code to enable global memory sharing? Thanks for
any light you can shed on this topic.
>
> Regards,
> Mike Gossland
>
>