| 
 PureBytes Links 
Trading Reference Links 
 | 
The problem here is that this will really only ALERT one time and 
never again in life time :-)) I dont think this is wanted
Steve, do you want to avoid permanent reoccuring alarms when the ma is 
whipsawing the indicator or what is the intention.....?
rgds hans
> Try something like:
> 
> If value 1 <> 1 then begin
>    {insert code to test for and give alert};
>    value1=1;
> end;
> 
> At 01:43 PM 7/17/98 -0600, Steven Brodnicki wrote:
> >Does someone have simple code to give an alert 1 time if a
> >condition(say indicator crosses its MA) is met when the indicator is
> >updated tick by tick ?- ("Alert one time" in "charting","options" doesn't
> >stop it) Thanks in advance -Steve
> >
> >
> >
> >
> -----------------------------
> Phil Kobierowski
> Georgia Tech EDI
> 404-894-2552
> phil@xxxxxxxxxxxxxx
> 
 |