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

Re: Custom Programming



PureBytes Links

Trading Reference Links

Not too bad. One of the issues is having to save variables between each run.
Other is passing back to TS. Like most things, once you have done it once,
the rest is easy, Happy to send you the source of a couple of power basic
DLLs so you can have a look.
----- Original Message ----- 
From: "Mark Morrissey" <markmorrissey@xxxxxxxxxx>
To: "omega list" <omega-list@xxxxxxxxxx>; "David Jennings"
<DavidJennings@xxxxxxxxxxxxx>
Sent: Sunday, September 07, 2003 9:57 PM
Subject: Re: Custom Programming


> Hi David
>
> How difficult would it be to write the dll in power basic, I take it is
> quite an advanced programming operation for a beginner.
>
> Thanks
>
> Mark
> ----- Original Message -----
> From: "David Jennings" <DavidJennings@xxxxxxxxxxxxx>
> To: "Mike Gossland" <mga@xxxxxxxx>; "OmegaList" <omega-list@xxxxxxxxxx>
> Sent: Sunday, September 07, 2003 9:51 PM
> Subject: Re: Custom Programming
>
>
> > 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
> > >
> > >
> >
>