Current location - Recipe Complete Network - Complete vegetarian recipes - Stock Main Funding Indicator
Stock Main Funding Indicator
The main capital indicator is a commonly used indicator when choosing stocks, if a stock has main capital intervention, it will definitely affect the stock trend. Investors can analyze the main fund inflow and outflow from the transaction details, chip distribution. In the transaction details of the red on behalf of the buy, green on behalf of the sell, and the main fund inflow is the most obvious in the single initiative to buy, that is, the red single buy; main fund outflow is the single initiative to sell, that is, the green single sell.

:

When the main fund net inflow is greater than the net outflow, the day of the main fund net inflow, indicating that the main force is optimistic about the stock, then the stock price may rise; when the main fund net inflow is less than the net outflow, the day of the main fund net outflow, indicating that the main force is not optimistic about the stock, then the stock price may fall.

The role of the indicators:

1. On-site funds (the statistics column of the broader market analysis can be seen) + off-site funds (liquidity indicators) = the broader market funds. Both a in and out, the market will be shocked; both inflow, the market will rise; both outflow, indicating that the funds are running away.

2. The institutional analysis of the Supreme Platform, which can analyze the funds of institutions, public funds, and private funds, applies to the plate and individual stocks, but note that it mainly analyzes the medium-term funds.

3. The capital flow platform located in the stock selection center can analyze the funds of the main force and lobbying, applicable to the plate and individual stocks, mainly for short and medium-term direction

4. The main force tracking, tracking the active buyer's funds, applicable to the short and medium-term direction of the individual stocks

5. The main force controlling the market, reflecting the concentration of the main force to collect the chips, applicable to the short and medium-term direction of the individual stocks

6. main net buy, reflecting the strength of the short-term capital of individual stocks.

In the chip distribution, the main fund inflow of general funds are relatively large, are going to appear intensive area of the chip peak, and the stock price is in the bottom area. When the main force is doing more, the retailer is often in the short; the main force to pull up the stock price, the short and medium-term retailers will certainly be high shipping, to prevent the price of further increases; and when the main force in the short, the retailer is often in the do more. When the main force shock position to sell chips, the stock price fell, the short and medium-term funds will again take over the chips, preventing the stock price from falling further. The main force on the trend of the stock price plays a decisive role in the impact of the main force to reduce the position, the subsequent rise in stock prices will lack of power. On the contrary, when the main force to increase the position and the stock price fell, the late rally is inevitable.

Main tracking source code:

MID:=(2.97*CLOSE+LOW+OPEN+HIGH)/6;

Main:(20*MID+19*REF(MID, 1)+18*REF(MID, 2)+

17*REF(MID, 3)+16*REF( MID, 4)+15*REF(MID, 5)+

14*REF(MID, 6)+13*REF(MID, 7)+12*REF(MID, 8)+

11*REF(MID, 9)+10*REF(MID, 10)+9*REF(MID, 11)+

8* REF(MID, 12)+7*REF(MID, 13)+6*REF(MID, 14)+

5*REF(MID, 15)+4*REF(MID, 16)+3*REF(MID, 17)+

2*REF(MID, 18)+REF(MID, 20))/210. COLORRED, LINETHICK2;

IF(Main>=REF(Main, 1), Main, DRAWNULL), COLORRED, LINETHICK2.