Current location - Trademark Inquiry Complete Network - Futures platform - Qiuyimeng trader's "fund game" Tongda letter source code
Qiuyimeng trader's "fund game" Tongda letter source code

The source code of the financial game indicator in the main version of the trader

jgV:=(BIGORDER(1,3)-BIGORDER(2,3))*vol;

dhV:=(BIGORDER(1,2)-BIGORDER(2,2)-BIGORDER(1,3)+BIGORDER(2,3))*vol;

zhV:=(BIGORDER(1 ,1)-BIGORDER(2,1)-BIGORDER(1,2)+BIGORDER(2,2))*vol;

shV:=(BIGORDER(2,1)-BIGORDER(1, 1))*vol;

tD:=COUNT(BIGORDER(1,0),0);

myD:=min(tD,60);

< p> Super funds: ema(jgV,myD)*myD/capital,COLORMAGENTA;

Large account funds: ema(dhV,myD)*myD/capital,color3399FF;

Medium account Funds: ema(zhV,myD)*myD/capital,colorcyan;

Retail investors: ema(shV,myD)*myD/capital,colorgreen;

0,color333333,PRECIS0 ,layer7