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

Re: Writing an Alert in a System



PureBytes Links

Trading Reference Links

I've done that with alerts on indicators, but this is for alerts on systems
and in TS4 there don't seem to be any built-in systems with alerts written
into their code.  At least I haven't found any yet.  If someone could send
me a sample of one it would help a lot.

John


----- Original Message -----
From: "Jim Bronke" <jvbronke@xxxxxxxx>
To: "John Clemens" <jbclem@xxxxxxxxxxxxx>; <omega-list@xxxxxxxxxx>
Sent: Monday, May 07, 2001 6:39 PM
Subject: Re: Writing an Alert in a System


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