[5 bottom startup modes]:
1. Morning Star: It generally appears in a downward trend, with a long negative line at the front and a very small K line with a gap lower than the previous day. The third is a positive line, which is inserted into the entity of the first negative line.
2. Bullish engulfment: In the downward trend, there are two K-lines with yin before yang, and then the second K-line entity engulfs the entity of the first K-line, completely enveloping the first entity. The combination formed by these two K-lines is called bullish engulfment.
3. Penetration pattern: It is formed by two candle lines. The first candle is a black entity appearing in the downward trend, and the second candle is a white entity. The white entity penetrates upward into the internal closing of the previous black entity, and ideally it is required to penetrate upward into more than half of the black entity.
4. The bottom of the golden needle: The so-called "bottom of the golden needle" usually refers to a daily K-line chart with a long shadow line, and its physical part can generally be divided into three types: Xiaoyin, Xiaoyang and Cross.
5. Killing Changyang: It is required that the K-line invaded less than half of yesterday’s Yinxian entity, and the amplitude of this Changyang line is generally required to be above 5%. It must have enough visual impact to be called killing Changyang. The so-called killing Changyang is easy to understand, that is, it will kill a short position.
Finally, Qin Yunxing shared with you a formula for judging the trading point:
V1:=(C*2+H+L)/4*10;
V2:=EMA(V1,13)-EMA(V1,34);
V3:=EMA(V2,5); V4:=2*(V2-V3)*5.5;
Main withdrawal: IF(V4<=0,V4,0),colorgreen; 主力进: IF(V4>=0,V4,0);
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-cap funds enter the market:
IF(VB>=0,VB,0),Coloryellow;
Withdrawal of market funds:
IF(VB<=0,VB,0),colorblue; V11:=3*SMA((C-LLV(L,55))/(HHV(H,55)-LLV(L,55))*100,5,1)-2*SMA(SMA((C-LLV(L,55))/(HHV(H,55)-LLV(L,55))*100,5,1),3,1); 趋势线: EMA(V11,3); V12:=(趋势线-REF(趋势线,1))/REF(趋势线,1)*100; 准备现金: STICKLINE(趋势线<=13,0,20,5,0),colorcc9900; aa:=(趋势线<=13) and filter((趋势线<=13),15); drawtext (aa,30,'准备现金'),colorcc9900; 买入股票: STICKLINE(趋势线<=13 AND V12>13,0,50,5,0),color0099ff;
bb:= (趋势线<=13 AND V12>13) and filter((趋势线<=13 AND V12>13),10) ;
drawtext (bb,60,’买入股票’),color0099ff;
见顶清仓: STICKLINE(趋势线>=90 AND V12,0,30,5,0),colorgray;
Cc:= (trendline > =90 AND V12) and filter ((trendline > =90 AND V12),10);
Drawtext (cc,40,’ see top clearance’), colorgray;
More market trend interpretation, stock trend prediction, strong stock layout plus micro-WeChat official account: Dayu Road stock.