Current location: Home page > Stock software formula > Access formula >Article Current location: Access formula >Article

MACD's four items of price pursuit combine the aerial cable, aerial cable car, walking in Qingyun, and upward movement of Buddhist hands (Tongdaxin formula)

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

MACD Four Items Pursuit
In fact, this formula is a combination of aerial cable, aerial cable car, walking in Qingyun, and upward movement of Buddha.

VAR1:=IF(REF(CLOSE,1)>REF(OPEN,1) AND OPEN>REF(CLOSE,1)*1.014 AND CLOSE<OPEN*1.02,1,3);
VAR2:=MA(VOL,5);
VAR3:=MA(VOL,12);
VAR4:=MA(CLOSE,6);
VAR5:=CROSS(CLOSE, VAR4) AND VOL>VAR2*1.2 AND VOL>VAR3*1.2 AND VAR1>2 AND CLOSE>HIGH*0.975;
VAR6:=EMA(CLOSE,12)-EMA(CLOSE,26);
VAR7:=EMA(VAR6,27);
VAR8:=(VAR6-VAR7)*2;
Aerial cable: CROSS (VAR8,0) AND VAR6>0 AND VAR7>0 AND EXIST (CROSS (0, VAR8),5),LINETHICK2;
Aerial cable car: CROSS (VAR6, VAR7) AND VAR6>0 AND VAR7>0 AND EVERY (VAR6>0,20) AND VAR5, LINETHICK2;
VAR9:=CROSS(VAR6,VAR7) AND VAR7>0;
VAR10:=VAR6<0 AND VAR7>0;
VAR11:=EXIST(VAR10,10);
Walk in Qingyun: VAR9 AND VAR11 AND KDJ J<100,LINETHICK2;
VAR12:=VAR6>VAR7 AND VAR7>0;
VAR13:=EVERY(VAR12,5);
VAR14:=VAR12 AND VAR13;
VAR15:=VAR8>REF(VAR8,1);
VAR16:=REF(VAR8,1)<REF(VAR8,2);
VAR17:=REF(VAR8,2)<REF(VAR8,3);
Bergamot up: VAR15 AND VAR16 AND VAR17 AND VAR14 AND VAR5, LINETHICK2;

Previous: Deputy picture of the god of wealth knocking at the door (Tongdaxin formula)

Next: The indicator formula of the main map of cattle and bear lane separation (Access formula)