Thank you for your prompt reply Jim.

When I try to run your code, I have this error message:
Ln: 1, Clo: 9: Error 31. Syntax error, expecting '('

Then I modify your code as the following:
 if( RSI(15) > 50 )
 {
    CategoryAddSymbol( "", categoryWatchlist, yourWLnumber );
 }

But now, the following mesage pops up:
Ln: 1, Col : 15 : Error 6. Condition in IF statement bla bla has now
has no to be Numeric or Boolean type. Bla bla...

Can you guide me more to address this porblem?

Thanks

On Sun, Mar 30, 2008 at 10:51 AM, JIM WIEHE <[EMAIL PROTECTED]> wrote:
>
> if( RSI > 50 )
> {
>    CategoryAddSymbol( "", categoryWatchlist, yourWLnumber );
> }

Reply via email to