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

Re: Tick Volume Problem in TS4



PureBytes Links

Trading Reference Links

Thanks for your response. The reporting of the 'Volume' quantity in EL
is not dependent upon chart scaling. The same bug has, by sheer
coincidence, been reported within the last two hours under the article
entitled "MISSING DATA IN EASYLANGUAGE."

This is very serious. Volume is a primitive data attribute. The
underlying data is correct (it is not a data vendor problem). Any
indicator or system that uses volume appears to be at risk for producing
incorrect results / trading decisions.

I have called this in to Omega and am waiting for a call back.

My guess is that the code for TS segregates volume into Up and Down
volume, and that the Volume attribute is incorrectly picking up 'Up'
rather than 'Total' volume. This is potentially devastating to
indicators/systems relying on this being correct.

Allan
_______________________________________________________

Randy Murphree wrote:
> 
> Allan:
> You may be totally correct in your assumption, but first make sure you have
> the scale set correctly on the chart so that it can display both pos and
> neg values.
> Good luck,
> Randy Murphree
> 
> ----------
> > From: Allan L. Kaminsky <allank@xxxxxxxxxxxxxxxx>
> > To: Omega List <omega-list@xxxxxxxxxx>
> > Subject: Tick Volume Problem in TS4
> > Date: Monday, February 09, 1998 2:18 AM
> >
> > I am trying to write an indicator that uses volume on a tick basis.
> >
> > For example, say I set up a chart for IBM, Compression: 1 volume bar,
> > volume: trade volume.
> >
> > The chart appears to be OK. A data window reveals the correct
> > information, with volume separated into Up and Down columns based on
> > whether the tick is an uptick or a downtick.
> >
> > Furthermore, putting the cursor on any tick shows the correct
> > information on the status line. To be nauseatingly thorough, the edit
> > price window also shows correct information, with volume appearing in
> > one column (up/down status is ignored).
> >
> > However, add the volume indicator to the chart and there are only
> > vertical bars at the bottom of the chart for upticks. The downticks have
> > no vertical bars. Ominously, this foretells what happens when I write an
> > EL indicator and examine what's happening with the Print statement. 'v'
> > or 'volume' only reports the up volume; on a down tick, the value is
> > zero.
> >
> > Has anyone encountered this? Is there an undocumented reserved word that
> > will get me either downvolume or total volume?
> >
> > Any assistance is greatly appreciated.
> >
> > Allan