I get a syntax error with this InWatchList(i) and I can't figure it out - any 
help ?
i = 24;
Filter = Close > 10
OR
for (i =24; i <= 65; i++)
{
InWatchList(i)
}
;

Ln: 6, Col: 1: Error 32. Syntax error, ....

Reply via email to