A1:=amount*(bigorder(1,2)-bigorder(2,2))/10000; A5:=sum(A1,5); A10:=sum(A1,10); A20:=sum(A1,20);drawtextrel(0,10,'今日资金流入:'+numtostrn(A1,1)+'万'),colorwhite; drawtextrel(0,50,'5日 资金流入:'+numtostrn(A5,1)+'万'),colorgreen; drawtextrel(0,90,'10日资金流入:'+numtostrn(A10,1)+'万'),coloryellow; drawtextrel(0,130,'20日资金流入:'+numtostrn(A20,1)+'万'),colorred; |