variable:n='';
if 条件1 then n:=n+'A';
IF 条件2 then n:=n+'B';
if 条件3 then n:=n+'C';
上面就是按照要求的代码,
然后用下面代码来查看结果
drawtext(islastbar,close,n);