hi guys , i am new of Zorro , i try to understand a script Workshop7 , what type of pattern is this ?? and how can create it, if i have for example a shouting star ? ?
Code
if(adviseLong(PATTERN+FAST+2+RETURNS,0,
		priceHigh(2),priceLow(2),priceClose(2),
		priceHigh(1),priceLow(1),priceClose(1),
		priceHigh(1),priceLow(1),priceClose(1),
		priceHigh(0),priceLow(0),priceClose(0)) > 50)
		enterLong();


thanks at all