another questions sorry , zorro use price = Returns the mean price , but how calculate the mean price ? use high and low /2 is possible ask at price use for example open + close /2 instead of close+open/2 ?
thankz
and why if i use this
Code
if(adviseLong(PATTERN+FAST+1+RETURNS,0,
		price(2)>price(1) && price(1)<priceClose(1))>50)  
		enterLong();


not return nothing like if not open operation o_O

Last edited by faustf; 12/27/20 16:37.