Current location: Home page > Stock software formula > Great wisdom L2 formula >Article Current location: Great wisdom L2 formula >Article

Individual stock capital, capital indicators (great wisdom formula)

Click: Times Source: Top Financial Writer: Stock Market Sniper -Small +Large

Individual stock capital, capital indicators

 DRAWGBKLAST(CLOSE>0, STRIP(RGB(2,5,44),RGB(3,60,11),0));

A:=1;
WJ:=(HIGH+LOW+CLOSE)/3;
Buying volume: (IF (HIGH=LOW, 1, WJ-MIN (CLOSE, OPEN)) * (VOL/IF (HIGH=LOW, 4, HIGH-LOW))+
IF(HIGH=LOW,1,MIN(OPEN,CLOSE)-LOW)*(VOL/IF(HIGH=LOW,4, HIGH-LOW)))*C/100,LINETHICK0,COLORRED;
Volume sold: (IF (HIGH=LOW, 1, HIGH-MAX (OPEN, CLOSE)) * (VOL/IF (HIGH=LOW, 4, HIGH-LOW))+
IF(HIGH=LOW,1,MAX(CLOSE,OPEN)-WJ)*(VOL/IF(HIGH=LOW,4, HIGH-LOW)))*C/100,LINETHICK0,COLOR00FFFF;
Market value:=CAPITAL * CLOSE/10000;
Capital flow: (buying volume - selling volume) * A, COLORWHITE,LINETHICK0;
Individual stock inflow ratio: capital flow/market value, COLORF8F866,LINETHICK0;
Total difference between buying and selling: SUM (capital flow, 5), COLORYELLOW,LINETHICK0;
Import and export volume:=capital flow;
STICKLINE (import and export volume<10,0, import and export volume, 6,0), COLOR33FF66;
STICKLINE (import and export volume<10,0, import and export volume, 4,0), COLORFF9900;
STICKLINE (import and export volume<10,0, import and export volume, 2,0), COLORFFCC00;
STICKLINE (import and export volume<10,0, import and export volume, 0.2,0), COLORCYAN;
STICKLINE (import and export>0,0, import and export, 6,0), COLORED;
STICKLINE (import and export>0,0, import and export, 2,0), COLOR0000CC;
STICKLINE (import and export volume>0,0, import and export volume, 1.3,0), COLOR0000FF;
STICKLINE (import and export>0,0, import and export, 0.3,0), COLORCC66FF;

Previous: Volume price combination (great wisdom formula)

Next: Find mad cattle and pay attention to golden forks with stock selection (main picture of great wisdom)