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

Re: Simple showme misreads "input"



PureBytes Links

Trading Reference Links

Hi Jimmy,

Wish that was it, but not so.  I experimented to find out what point would
turn the showme off and on for a specific volume bar and here's an example.
On a 30 min bar chart, Vol bar with 1,760,640 volume...showme on at 975,000
volume, showme off at 980,000.  That's about 55% of the Vol bar that
triggers it.  If that relationship hold true I guess I could write it into
the formula, but I'd like to know if this is a TS2000i bug or just a mistake
on my part.

John


----- Original Message -----
From: "Jimmy Snowden" <jhsnowden@xxxxxxx>
To: "jbclem" <jbclem@xxxxxxxxxxxxx>; <Omega-list@xxxxxxxxxx>
Sent: Saturday, November 22, 2003 2:37 PM
Subject: Re: Simple showme misreads "input"


> John,
>
> Could be your only seeing exactly 1/2 the volume.  Ts2ki doesn't read
> it correctly.  Try changing your input or when you call volume
> multiply it by 2.
>
> Best regards,
>   Jimmy Snowden
> mailto:jhsnowden@xxxxxxx
>
>
> Saturday, November 22, 2003, 3:27:35 PM, you wrote:
>
> j> Here's my Showme  to sell when there's a volume spike on an intraday
stock
> j> chart (ie: 30 min bar).  The problem is that when I have the input set
at
> j> 800, it's only triggering when the volume for that bar is somewhat over
> j> 2000.  If I change the input to 500 it seems to lower the trigger level
down
> j> to around 900.  Makes no sense but is there something I'm missing here?
>
>
>
> j> Inputs: SellVol(800),Space(.1);
>
> If Volume >> SellVol Then Begin
> j>   Plot1(High+Space,"SellVol");
> j>   Alert("SELL,SELL,SELL!");
> j> End;
>
> j> IF CHECKALERT THEN ALERT=TRUE;
>
>
> j> While I'm at it, I copied the line
> j> Alert("...................................."); from a Showme that came
with
> j> TS2000i, thinking it would put an Alert message on the chart at the
> j> appropriate moment.  I haven't tried this live yet, but I don't see any
> j> signs of such a message where the Showmes are marked on my test chart.
Does
> j> anyone know if I've got this right.
>
>
> j> John
>
>
>
>
>
> Outgoing mail scanned by Norton
>
>
>