In market transactions, T+0 and T+1 are both trading systems, in which T+0 is easy to cause abnormal fluctuations in market prices. For the stability of the securities market, when funds are still used, T+0 can more clearly analyze the trend pattern, especially in the time-sharing trend. Let’s analyze the source code through the main and auxiliary graphs of crazy T+0 time-sharing.

  

  First: crazy T+0 time-sharing main graph

  MA30:=EMA(CLOSE,30);

  Strength: EMA(CLOSE,900);

  STICKLINE((MA30 > strength), MA30, strength, 1,0),COLOR0000FF;

  STICKLINE((MA30<强弱),MA30,强弱,1,0),COLOR00FF00;   H1:=MAX(DYNAINFO(3),DYNAINFO(5));   L1:=MIN(DYNAINFO(3),DYNAINFO(6));   P1:=H1-L1;   阻力:L1+P1*7/8,COLOR00DD00;   支撑:L1+P1*0.5/8,COLOR00DD00;   现价:CLOSE,COLORWHITE,LINETHICK1;   STICKLINE(CROSS(支撑,现价),支撑,阻力,1,0),COLORYELLOW;   DRAWTEXT(LONGCROSS(支撑,现价,2),支撑*1.001,'★B'),COLORYELLOW;{吸}   DRAWTEXT(LONGCROSS(现价,阻力,2),现价,'★'),COLORRED;{抛};   从中能够清楚的看出,强弱分界是以30日均线进行分析,同时在走势图中显示股价的支撑线,阻力位置以及现价的形态,明确的告诉投资者可以进行操作的形态,无论是买入还是卖出,都是可以进行操作的点位。   第二:疯狂T+0分时副图   V1:=(C*2+H+L)/4*10; V2:=EMA(V1,13)-EMA(V1,34); V3:=EMA(V2,5); V4:=2*(V2-V3)*5.5;   主力撤: IF(V4<=0,V4,0),COLORBLUE;   主力进: IF(V4>=0,V4,0),COLORFF00FF;

  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;

  大盘资金进场:IF(VB>=0,VB,0),COLORRED;

  Withdrawal of large-cap funds: IF(VB<=0,VB,0),COLORGREEN;   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,8,5,0),COLORCC9900;   AA:=(趋势线<=13) AND FILTER((趋势线<=13),15);   DRAWTEXT (AA,20,'准备'),COLORCC9900;   买入股票: STICKLINE(趋势线<=13 AND V12>13,0,16,5,0),COLOR0099FF;

  BB:= 趋势线<=13 AND V12>13 AND FILTER((趋势线<=13 AND V12>13),10);

  DRAWTEXT (BB,5,’买入’),COLORYELLOW;

  卖临界: STICKLINE(趋势线>90 AND trendline > REF (trendline, 1),100,95,15,1),COLORFFFF00;

  See top clearance: FILTER (trend line > 90 AND trend line)

  DRAWTEXT (see top clearance, 90,’ escape from the top’), COLORYELLOW; CC:= (trendline > =90 AND V12) AND FILTER ((trendline > =90 AND V12),10);

  STICKLINE (large-cap funds enter the market AND trend line)<13,0,30,10,0),COLORRED; STICKLINE(大盘资金撤走 AND 趋势线>90,0,30,10,0),COLORGREEN;

  STICKLINE (main force into AND trend line)<13,0,40,10,0),COLORFF00FF; STICKLINE(主力撤 AND 趋势线>90,0,40,10,0),COLORBLUE;

  Since the trading system of T+1 is implemented in stock market trading, and the T+0 system can still be used for its funds, the changes in the trend line and the changes in the entry and exit of large-cap funds are mainly shown in the sub-graph, and the withdrawal timing and entry point of large-cap funds can be analyzed through graphic analysis, and the buying point and selling point can be analyzed.

  The above is the source code index formula of the main and auxiliary graphs of Crazy T+0 time sharing explained in this article. If you want to know more professional technical analysis forms or operation source code, please click the stock technical index formula to provide you with more professional technical analysis!


Posted

in

by

Tags: