(This article is compiled by WeChat official account Yuesheng Strategy (yslc188) for reference only and does not constitute operational suggestions. If you operate by yourself, pay attention to position control and risk yourself)

  

  The stock market will never go up or down all the time. In the ups and downs, there are too many opportunities and risks. For short-term investors, it is necessary to do T. So, how to do T, and what are the skills?

  The experience of old shareholders

  Daily line t, weekly line t, monthly line t

  Daily T-the fluctuation range is calculated in days, and the normal fluctuation is 2-3 days. If it is positive T, it means that it is bought and held on the same day and does not intend to sell, and it will be sold on the next day. If it’s against t, it means that you don’t want to buy it back when you sell it on the same day. You can buy it back the next day depending on the situation. If the time is not right the next day, you can delay it by one day. Generally, the daily T will have a price difference of more than 3%, and the time and space will be relatively large. All members must participate. For me personally, I will sell most of the chips and leave a little chips to participate, which will basically be below 30%.

  Weekly line-The fluctuation range is calculated in weeks. Normally, it fluctuates for 3-5 days. If it is positive T, it means that you can’t buy it. I will consider selling some chips in a few days. If it is negative T, I will sell most chips.

  Monthly T—- indicates that the trend market is about to change, and all the stocks are sold when the trend is bad, leaving 100 stocks for observation, while the trend is good, it will be heavy or Man Cang. It’s mainly the T of the monthly line level. Just remember me one sentence, and you must shoot hard! Don’t be afraid when you fall, don’t be greedy when you rise, and overcome psychological obstacles.

  The success rate of T+0 operation index in actual combat time sharing is over 95%:

  source code

  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),COLORRED;   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),COLORRED;

  CC:= (trendline > =90 AND V12) AND FILTER ((trendline > =90 AND V12),10);

  {Support}

  H1:=MAX(DYNAINFO(3),DYNAINFO(5));

  L1:=MIN(DYNAINFO(3),DYNAINFO(6));

  P1:=H1-L1;

  Resistance: L1+P1*7/8,COLOR00DD00;

  Support: L1+P1*0.5/8,COLOR00DD00;

  Current price: =C;

  DRAWICON(LONGCROSS (support, current price, 2), support *1.001,1);

  DRAWICON(LONGCROSS (current price, resistance, 2), current price, 2);

  If this article is helpful to you, you can pay attention to WeChat official account Yuesheng Strategy (yslc188), and more practical stock technical analysis methods and operation skills are waiting for you to learn!

  (There are fake and shoddy numbers recently. In order to protect your own interests, please look for a professional securities information institution wholly-owned by Guangdong Radio and Television Station, with the qualification certificate number ZX0027! )


Posted

in

by

Tags: