PureBytes Links
Trading Reference Links
|
Thank you very much David, that appears to have done the trick.
Any other variations are of course, welcome.
Best regards,
Gene Pope
----- Original Message -----
From: "david b. stanley" <davestan@xxxxxxxxxx>
To: "Gene Pope" <gene@xxxxxxxxxxxxx>; <omega-list@xxxxxxxxxx>
Sent: Monday, June 10, 2002 1:53 PM
Subject: Re: Multiple Alerts in Indicators
> If Flag1 then Alert ("Your zipper is down") else
> If Flag2 and Flag1=false then Alert ("Your zipper is caught") else
> If Flag3 and Flag1=false and Flage2=false then Alert ("You need to go to
> Emergency");
>
> Have you tried it like this to see what happens? Even on ticks where
multiple
> Flags are true, it should give the priorty to the earliest hit flag.
>
>
|