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