Current location - Trademark Inquiry Complete Network - Futures platform - How to check the main control situation in Tongdaxin software?
How to check the main control situation in Tongdaxin software?

Change of hands:=V*100/CAPITAL;

Main player:=MA(change of hands, 4);

Large trader:=MA(change of hands, 9);

Medical investors: =MA (change of hands, 17);

Retail investors: =MA (change of hands, 34);

Average volume: =(Main + Large + Medium + Retail)/4;

Main energy: (Main-average),NODRAW;

Large energy: (Large-average), NODRAW;

The energy of mid-term households: (average amount of mid-term households), NODRAW;

The energy of retail investors: (average amount of retail investors), NODRAW;

Operation Disk: STICKLINE(main energy>=0 AND main energy>=REF(main energy,1),4.5,4.5+main energy,1,0),COLORRED;

Lighten up: STICKLINE(main energy> =0 AND main energy< REF(main energy,1),4.5,4.5+main energy,1,0),COLORRED;

Rebound: STICKLINE(main energy<0 AND main energy>=REF( Main energy, 1), 4.5, 4.5 + main energy, 1, 0), COLORGREEN;

Bottom search: STICKLINE (main energy < 0 AND main energy < REF (main energy, 1), 4.5, 4.5+main energy,1,0),COLORGREEN;

DRAWTEXT(ISLASTBAR=1,IF(main energy>=0,4.2,4.8),'organization'),COLORBLUE;

< p>Trader 1: STICKLINE(Large Account Energy>=0 AND Large Account Energy>=REF(Large Account Energy,1),3,3+Large Account Energy,1,0),COLORRED;

Lighten up position 1: STICKLINE(Energy of large households>=0 AND Energy of large households< REF(Energy of large households,1),3,3+Energy of large households,1,0),COLORRED;

Rebound 1:STICKLINE(Energy of large households<0 AND Energy of large households>=REF(Energy of large households,1),3,3+Energy of large households,1,0),COLORGREEN;

Bottom search 1: STICKLINE(Energy of large households <0 AND Energy of large households < REF(Energy of large households) Energy,1),3,3+Large Household Energy,1,0),COLORGREEN;

DRAWTEXT(ISLASTBAR=1,IF(Large Household Energy>=0,2.7,3.3),'Big Household'), COLORBLUE;

Trader 2: STICKLINE(中屋energ>=0 AND NakahuEnergy>=REF(中屋energ,1),1.5,1.5+中屋energ,1,0),COLORRED ;

Leverage 2: STICKLINE(中屋NERG>=0 AND NON-HURDE ENERGY< REF(中屋NERG,1),1.5,1.5+中屋NERG,1,0),COLORRED;

p>

Rebound 2: STICKLINE(中屋NERG <0 AND NakahomeEnergy>=REF(中屋energ,1),1.5,1.5+中屋energ,1,0),COLORGREEN;

< p>Bottom search 2: STICKLINE(中屋NERG <0 AND NakahuEnergy < REF(中屋energy, 1), 1.5, 1.5 + 中屋energy, 1, 0), COLORGREEN;

DRAWTEXT (ISLASTBAR=1,IF(Mid-user energy>=0,1.2,1.8),'Mid-user'),COLORBLUE;

Trader 3:STICKLINE(Retail investor energy>=0 AND Retail investor energy>= REF(Energy of retail investors,1),0,Energy of retail investors,1,0),COLORRED;

Lighten up positions 3:STICKLINE(Energy of retail investors>=0 AND Energy of retail investors< REF(Energy of retail investors,1),0 ,Retail investor energy,1,0),COLORRED;

Rebound 3:STICKLINE(Retail investor energy<0 AND Retail investor energy>=REF(Retail investor energy,1),0,Retail investor energy,1,0), COLORGREEN;

Bottom search 3: STICKLINE (Retail investor energy < 0 AND Retail investor energy < REF (Retail investor energy, 1), 0, Retail investor energy, 1, 0), COLORGREEN;

DRAWTEXT(ISLASTBAR=1,IF(Retail investor energy>=0,-0.3,0.3),'Retail investor'),COLORBLUE;

This is a situation of the main positions, and it should be possible to see the control situation. Don't include this paragraph when copying, otherwise it will fail