40,pointdot, colormagenta;
80,pointdot, colorgreen;
NL:=WINNER((O+C*2+H+L)/5)*100;
NL1 : ema(nl, 8);
nL2 : ema(nl, 21);
b := cross(nl1, nl2);
drawicon(b and nl1 <= 40, nl1,6);
drawicon(b and nl1 < 80 and nl1 > 40, nl1, 10);
40,pointdot, colormagenta;
80,pointdot, colorgreen;
NL:=WINNER((O+C*2+H+L)/5)*100;
NL1 : ema(nl, 8);
nL2 : ema(nl, 21);
b := cross(nl1, nl2);
drawicon(b and nl1 <= 40, nl1,6);
drawicon(b and nl1 < 80 and nl1 > 40, nl1, 10);