V1:=LLV(LOW,26);
V2:=HHV(HIGH,34);
V3:=EMA((CLOSE-V1)/(V2-V1)*4,4)*25;
建仓区: IF((V3<10),10,0), colorred;