Programming error I don't understand. The two lines involved:

var BreakoutValue = 0.3 * (priceHigh(1)-priceLow(1));
...
plot("BreakoutValue",BreakoutValue,NEW,BLUE);

The error referring to the plot function:
'BreakoutValue' undeclared identifier

As far as I can tell I have declared it.

Last edited by DMB; 09/01/13 13:41.