You should tell us what line 12 is, but I see many bizarre lines in your code, like this:

rule01Bias = series(SMA(series(priceClose()),100)) ;

rule01Bias is a function, not a series. How to use functions is described in Workshop 2 in the tutorial.