PureBytes Links
Trading Reference Links
|
Hi Mike,
If I remember right the ELX.DLL was for TS 7? We use TS2ki so in a word
- no - we don't use it.
We use the Getmachinetime as an event timer. The one minute time
limitation with TS was just way to long - and the timing on ticks varies
way to much - we wanted something around 6-8 seconds. When one event
happens it starts the timer - when a certain amount of seconds has
passed the timer causes a different event to happen. The one drawback
is that the timer only checks the time when a tick comes in - which
could be longer then the timer is set for. But that doesn't happen very
often and the time will still be greater then the start time + the
seconds so the second event will just happen a little later.
Larry
>Are you using ELX.DLL (as well)to track the market dynamics that are occurring in realtime using the >Getmachinetime.dll for
>tracking the footprints of market at the tick level??
>Just wondering what you were using for the read/write buffer, to collect then redisplay(at a later >time) the data being generated from
>your indicator.
>thx,
>mike
|