Current location - Trademark Inquiry Complete Network - Futures platform - Source code and calculation method of main import and export indicators of great wisdom
Source code and calculation method of main import and export indicators of great wisdom
{main force in and out N: 1,100,8; M: 1, 100, 13: 1, 100,60; S: 1, 100,3}

v 1:=(C * 2+H+L)/4 * 10;

V2:=EMA(V 1, 13)-EMA(V 1,34);

V3:=EMA(V2,5);

v4:= 2 *(V2-V3)* 5.5;

The main force begins to appear: if (v4

The main force begins to advance: if (V4 & gt=0, V4, 0), COLORFF00FF, LINETHICK2.

V5:=(HHV(INDEXH,8)-INDEXC)/(HHV(INDEXH,8)-LLV(INDEXL,8))* 8;

V6:=EMA(3*V5-2*SMA(V5, 18, 1),5);

V7:=(INDEXC-LLV(INDEXL,8))/(HHV(INDEXH,8)-LLV(INDEXL,8))* 10;

V8:=(INDEXC * 2+INDEXH+INDEXL)/4;

V9:=EMA(V8, 13)-EMA(V8,34);

VA:=EMA(V9,3);

VB:=(V9-VA)/2;

Large capital entering the market: IF(VB & gt;; =0,VB,0),COLORRED,LINETHICK2

Withdrawal of large funds: if (VB