a:=ZDMR;
b:=ZDMC;
D:A-B,COLOR00FFFF;
ZR:IF(A> 50000,A,0),LINETHICK2,colorred;
ZC:IF(B>50000,B,0),LINETHICK2,colorgreen;
STICKLINE(A>50000,A, 0,6,0),colorred;
STICKLINE(B>50000,B,0,4,0),color00FF00;
//STICKLINE(D,D,0, 2,0),color00FFFF;//Use bars to express the difference, remove the // before STICKLINE and add it if not needed;
================ =====The above is the source code, the Shenzhen Stock Exchange does not provide data, there is no way.
======================== ================
a:=SUBSAMEDAY(&MONEY);
b:=SUBSAMEDAY(&NEW);
Fund outflow:-SUM(IF(b<0,a,0),0),STICK,colorgreen;
Fund inflow: SUM(IF(b>0,a,0), 0),STICK,colorred;
Fund difference: capital inflow + capital outflow, COLORFFFFFF,LINETHICK2;
================ ==================== The above is the source code
This is compiled by others. It is all the chips. The 2 of LINETHICK2 can be changed from 1 to 9;
====================================
Above Copy and paste everything into the formula, select 'Time-sharing trend' for 'Applicable period';