so let me tell if i thinked good , the code
if(adviseLong(PATTERN+FAST+2,0, // train patterns with trade results
priceHigh(2),priceLow(2),priceClose(2),
priceHigh(1),priceLow(1),priceClose(1),
priceHigh(1),priceLow(1),priceClose(1),
priceHigh(0),priceLow(0),priceClose(0)) > Limit)

tell at zorro look in this 2 group , composed of priceHig(2)......priceClose(1) (first group ) and priceHigh(1)......peiceClose(0) (second group) if exist some relation (over time repetitive) , but this 2 group not indicate for example a classical price action pattern like morning star or other
is correct ? i understund ?
thanks at all