PureBytes Links
Trading Reference Links
|
G-
For example: If you are tracking "speed of market"
footprints off order flow bars (tick), then you'll be
using the Getmachinetime.dll to establish a marker
from the RT clock on the PC to stamp the Secs.by which
each trade goes off or in the case of tick-by-tick
trades your granularity would be clocked in
milliseconds to track meaningful dynamics occurring at
this level.
use the ELX.DLL in order to collect a history of
these events, and potentially backtest your findings.
Both GMT.DLL and ELX.DLL come with
Documentation/examples of use.
Hope this helps.
Mike
--- Gerald Marisch <gm@xxxxxxxxxxxxx> wrote:
>
> Mike:
>
> Good information. But from a computer novice, what
> do I do with the dll?
>
> Gerald Marisch
> "Support the FAIRTAX"
> www.fairtax.org
>
>
> -----Original Message-----
> From: mike ball [mailto:thinkpad600e@xxxxxxxxx]
> Sent: Thursday, January 18, 2007 11:43 AM
> To: Dejan Corovic; 'Omega-Digest Forum'
> Subject: Re: Geting Seconds out of Easy Lanquage
> ....
>
>
> Getmachinetime.dll
>
>
>
> --- Dejan Corovic <dejan.corovic@xxxxxxxxxxxxxx>
> wrote:
>
> > I am using TS2000i and Easy Lanquage. I know there
> > are only functions to
> > extract tick's hour and minute, but not seconds.
> But
> > I noticed that
> > Global Server keeps the record of seconds.
> >
> > Is there any direct or indirect way to extract
> > seconds within Easy
> > Lanquage by some clever .dll call or otherwise?
> >
> > regards, dejan
> >
> >
> >
>
>
>
|