PureBytes Links
Trading Reference Links
|
I think the best way to handle this is to go to an existing indicator and
copy the format. For example Price Channel.
Jim Bronke
Phoenix, AZ
----- Original Message -----
From: "John Clemens" <jbclem@xxxxxxxxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Monday, May 07, 2001 5:25 PM
Subject: Writing an Alert in a System
> I'm trying to get an alert to work in a system without success. I've
> written it this way:
>
> IF CHECKALERT THEN IF "whatever" THEN ALERT=TRUE;
>
> The "whatever" is a copy of the condition that fires a BUY in this system.
> This is the way the help files directed me to write it, but it's not
> working. Can someone comment and help me with this?
>
> Thanks, John
>
>
|