ENTER
LONG:
C>Mov(C,OPT1,S) AND
LinRegSlope(C,OPT2)>LinearReg(LinRegSlope(C
,OPT3),50)
CLOSE
LONG:
C<Mov(C,OPT1,S) OR
LinRegSlope(C,OPT2)<LinearReg(LinRegSlope(C
,OPT3),50)
ENTER
SHORT:
C<Mov(C,OPT1,S) AND
LinRegSlope(C,OPT2)<LinearReg(LinRegSlope(C
,OPT3),50)
CLOSE
SHORT:
C>Mov(C,OPT1,S) OR
LinRegSlope(C,OPT2)>LinearReg(LinRegSlope(C
,OPT3),50)
|