This idea comes from Jose Silva
M1:=Mov(C,10,S);
M2:=Mov(C,50,S);
even:=Cum(1)/2=Int(Cum(1)/2);
UM:=If (even,M1,M2);
LM:=If (even,M2,M1);
UM;LM;