DRAWTEXT(HIGH>REF(HIGH,1) and REF(HIGH,2)>REF(high,1) and LOW>REF(LOW,1)
and REF(LOW,2)>REF(LOW,1)
and MA(CLOSE,5)<MA(close,10),L-0.4,'■'),COLORMAGENTA;
DRAWTEXT(HIGH<REF(high,1) and LOW<REF(LOW,1) and REF(HIGH,2)<REF(HIGH,1)
and REF(LOW,2)<REF(LOW,1)
and MA(CLOSE,5)>MA(CLOSE,10)
,H*1.05,'◎'), COLORYELLOW;