--
SS:=2;
OO:=CALLSTOCK(\'000300\' ,VTOPEN )+SS;
HH:=CALLSTOCK(\'000300\' ,VTHIGH )+SS;
LL:=CALLSTOCK(\'000300\' ,VTLOW )+SS;
CC:=CALLSTOCK(\'000300\' ,VTCLOSE )+SS;
tt:=time>93000 and time<=150000;
stickline(tt,LL,HH,0.1,1),COLORYELLOW;
stickline(tt and CC>OO,CC,OO,10,1),COLORYELLOW;
stickline(tt and CC<=OO,CC,OO,10,0),COLORYELLOW;