Current location - Trademark Inquiry Complete Network - Futures platform - Ask for advice: Change a Yimeng trader indicator to Tongdaxin, thank you!
Ask for advice: Change a Yimeng trader indicator to Tongdaxin, thank you!

There is no BIGORDER function in Tongdaxin that cannot be directly rewritten;

The following are the capital game indicators used by Tongdaxin, which are basically the same as the Yimeng trader indicators, but this indicator can only be used on paid software .

JGV:=(L2_VOL(0,0) - L2_VOL(0,1))*VOL/10000;

DHV:=(L2_VOL(1,0) - L2_VOL( 1,1))*VOL/10000;

ZHV:=(L2_VOL(2,0) - L2_VOL(2,1))*VOL/10000;

SHV:= (L2_VOL(3,0) - L2_VOL(3,1))*VOL/10000;

Institutional funds:EMA(JGV,60)*60/CAPITAL,COLORMAGENTA;

Hot money funds: EMA(DHV,60)*60/CAPITAL,COLOR3399FF;

Mid-user funds: EMA(ZHV,60)*60/CAPITAL,COLORCYAN;

Retail investor funds: EMA(SHV,60)*60/CAPITAL,COLORGREEN;