分时
S1:=BARSLAST(
FORM AT
TIME (1)=1);
竞额:=REF(M
ONEY FS,S1)/10000;
DRAWTEXT_FIX(1,0.10,0.500,0,"概念:"+ BLOCK(3,5)),colorcyan;
DRAWTEXT_FIX(1,0.50,0.300,0,"行业:"+ BLOCK(0,0)+"__"+BLOCK(1,0)+"__"+BLOCK(2,0)),colormagenta;
DRAWTEXT_FIX(1,0.10,0.200,0,"流通市值:" + T
OSTR ING(LTSZ/100000000,1) + "亿"),coloryellow;
DRAWTEXT_FIX(1,0.20,0.300,0,"竞价金额:"+
TOST RING (竞额,0) + "万" ),coloryellow;
S1:=BARSLAST( FORMATTIME (1)=1);
K线
DRAWTEXT_FIX(1,0.15,0.05,0,"概念:"+ BLOCK(3,15)),colormagenta;
DRAWTEXT_FIX(1,0.15,0.25,0,"行业:"+ BLOCK(0,0)+"__"+BLOCK(1,0)+"__"+BLOCK(2,0)),colormagenta;
DRAWTEXT_FIX(1,0.15,0.35,0,"流通市值:" + TOS
TRIN G(LTSZ/100000000,1) + "亿"),coloryellow;
你试试