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

Re: Tick Count in Radar Screen: Detail: Status


  • To: Jim Bronke <omega-list@xxxxxxxxxx>
  • Subject: Re: Tick Count in Radar Screen: Detail: Status
  • From: Thomas Alexander <alexander_enterprises@xxxxxxxxx>
  • Date: Sun, 29 Jul 2001 14:45:28 -0700
  • In-reply-to: <00f401c11872$72eda5c0$4100a8c0@xxxxxxxxxxxxxxxxxxxxxxxxx>

PureBytes Links

Trading Reference Links

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!
> > 
> > 
>