5分鐘周期為例
oo:=CALLSTOCK('j00',vtopen,2,-1);
hh:=CALLSTOCK('j00',vthigh,2,-1);
ll:=CALLSTOCK('j00',vtlow,2,-1);
cc:=CALLSTOCK('j00',vtclose,2,-1);
KLINE(oo,hh,ll,cc,0);
o1:=CALLSTOCK('p00',vtopen,2,-1);
h1:=CALLSTOCK('p00',vthigh,2,-1);
l1:=CALLSTOCK('p00',vtlow,2,-1);
c1:=CALLSTOCK('p00',vtclose,2,-1);
kline(o1,h1,l1,c1,0);