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

Re: Tick Count in Radar Screen: Detail: Status



PureBytes Links

Trading Reference Links

My guess is that the function has not been debugged. It takes a beta tester
such as yourself to point out a shortcoming. Under a tight schedule it is
easy to say it works and tough to make sure that it does. It got tested in
charts and presumed to work in RS.
I just double checked my charts and I am using that indicator on a chart and
I know it works there.


Jim Bronke
Phoenix, AZ



----- Original Message -----
From: "Thomas Alexander" <alexander_enterprises@xxxxxxxxx>
To: "Jim Bronke" <jvbronke@xxxxxxxx>; "Omega List" <omega-list@xxxxxxxxxx>
Sent: Sunday, July 29, 2001 2:36 PM
Subject: Re: Tick Count in Radar Screen: Detail: Status


> Thank you for asking! Unfortunately I still have no way to
> display a tick count for a 100 tick compression bar, or any
> intraday bar in Radar Screen. After my fifth email to EL
> support, in which I really was neither the Dali Lama nor
> Ghandi, they sent me some code that was time and not tick
> based and still did not display tick counts though I
> imported the ELS they sent me directly.
>
> My guess:
> 1) You can't count total ticks in Radar Screen for tick
> compression bars. (Maybe Pierre has a work around :)
> 2) Or, There is something so large and so obvious that like
> water to a fish, I have no clue its there.
> 3) Or, there is a world-wide conspiracy: hiding who shot
> Kennedy, who has Jimmy Hoffa, who killed Jon Bennet Ramsey,
> why the Athenians really began the Peloponnesian war, and
> keeping Thomas Alexander from knowing how many ticks have
> occurred so far in his 100 tick Radar Screen bar.
>
> I'm hoping for a National Enquirer feature with my
> distressed picture on the cover, "Colorado Man Forced to
> Copulate with Oozing Gelatinous Same-Sex Alien in a
> Bill-Cruz Body Suit." Details inside...
>
> Enquiring Minds Need to Know,
> Thomas "Flaming Song Monkeys Now Infect My Sinuses"
> Alexander
>
> --- Jim Bronke <jvbronke@xxxxxxxx> wrote:
> > Did it ever work?
> >
> >
> > Jim Bronke
> > Phoenix, AZ
> >
> >
> >
> > ----- Original Message -----
> > From: "Thomas Alexander"
> > <alexander_enterprises@xxxxxxxxx>
> > To: "Omega List" <omega-list@xxxxxxxxxx>
> > Sent: Thursday, July 26, 2001 8:27 PM
> > Subject: Tick Count in Radar Screen: Detail
> >
> >
> > > Well, you folks are fast with replies! That's wonderful
> > and
> > > I really appreciate it.
> > >
> > > Based on the responses, please allow me to explain
> > further.
> > > In Radar Screen I have a row with a 100 tick
> > compression.
> > > In other words, a new tick compression bar is created
> > after
> > > every 100 ticks. EL has Upticks and Downticks variables
> > > that displays the number of ticks in a bar. The total
> > > number of ticks in a bar is Upticks + Downticks. This
> > works
> > > fine in an indicator in a chart. It only displays a 0
> > in
> > > Radar Screen. Here is the code that works in a chart
> > but
> > > not in RS.
> > >
> > > Vars: TtlTicks(0);
> > > TtlTicks = UpTicks + DownTicks;
> > > Plot1(TtlTicks,"TtlTicks");
> > > Plot2(upticks,"up");
> > > Plot3(downticks,"dn");
> > >
> > > Any further thoughts?
> > >
> > > Thank you again!
> > >
> > >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
>