{Collected online}
Conditional stock selection formula: D!HMCSF (Dark Horse and Grass Flying) Default period: daily
================================================ ==============
LCZ:=(C-MA(C,60))/MA(C,60)*100;
A1:=COUNT(MA(C,60)>REF(MA(C,60),1),100)>95;
A2:=COUNT(LCZ&. lt;20,100)>95;
A3:=COUNT(C>MA(C,60),100)>80;
A4:=C/REF(C,1)>1.04;
A5:=V/CAPITAL*100>2.8;
ZTJ:=A1 AND A2 AND A3 AND A4 AND A5;
ZTJ AND (REF(BARSLAST(ZTJ),1)>20 ORBARSSINCE( ZTJ)=0);
=================================== ===========================
Dark Horse on Grass:
1, 60-day price average is rising smoothly.
2, the daily K-line according to the 60-day average slope oscillating upward.
3, after most of the year oscillating upward, finally broke out upward.
Operation:
Actively intervene on the low side after signaling.
==============================================================
Conditional stock selection formula: D!LYT (old duck head) Default period: daily
======================= =======================================
MA5 := MA(close,5);
MA10 := MA(close,10);
MA60 := MA(close,60);
pday1 := barslast(cross(ma5,ma60));{5-day SMA crosses 60-day SMA}
pday2 := barslast(cross(ma10,ma60));{10-day SMA crosses 60-day SMA to this point to form a duck neck}
pday3 := barslast(high= hhv(high,pday2));{forms a head, going down}
pday4 := barslast(cross(ma10,ma5));{falls after the 5-day SMA and 10-day SMA are dead}
pday5 := barslast(cross(ma5,ma10));{falls back soon after , the 5-day SMA and 10-day SMA form a golden cross, forming a mouth}
a1 := pday1>pday2 and pday2>pday3 andpday3>pday4 and pday4>pday5 and pday5<5;
a2 := count( cross(ma10,ma5),pday2)=1;
A1 AND A2;
==================================================================================< /p>
Old Duck Head:
(1) Price averages of 5, 10 and 60 periods are used. When the 5- and 10-day averages are put up through the 60-day average, a duck neck is formed.
(2) A duck head is formed when the stock falls back to a high.
(3) When the stock falls back soon, the 5-day and 10-day averages again golden cross upward to form the duck's beak.
Operation:
(1) Buy when the 5- and 10-day averages cross the 60-day average on volume to form a duck neck.
(2) Buy on the low side around the volume sesame point near the duck's beak.
(3) Intervene when the stock surges past the top of the duck's head on volume moments later.
==============================================================
Conditional stock selection formula: D!LZMD (volume sesame point) Default period: daily
===================== =========================================
V1:=MA(V,40);
HSL:=V/CAPITAL*100;
A1:=COUNT(V/V1<1.3,14)>11;
A2:=CROSS(HSL,2);
A3:=C/REF(C,1)>1.025 AND C>OPEN;
ZTJ:=A1 AND A2 AND A3;
=================================== ===========================
Volume Sesame Points:
Volume has been shrinking continuously, which is shown as small sesame points on the volume bar chart, and the continuous small sesame points form a small puddle with the 40-day volume average.
Operation advice:
Best K-line shallow retracement, and the smaller the volume, the better, when the release of volume to the upside to buy.
==============================================================
Conditional stock selection formula: D!QLQS (Green Dragon Takes Water) Default period: daily
===================== =========================================
A1:=MIN(MA(C,5),MA(C,10))>MA(C,60) ANDCROSS(MA(C,5),MA(C,10));
A2:=MIN(MA( C,5),MA(C,10))/MA(C,60)<1.05;
A3:=COUNT(V<MA(V,10),10)>6;
A1 AND A2 AND A3;
=============================== ===============================
The Green Dragon Takes Water:
1, on the 5, 10 and 60 day SMA charts, the 5 and 10 day SMAs are undulating, and the daily K line is curving around the 60 day SMA.
2, the leader back near the 60-day average, as if the green dragon to get water, while the volume shrinks
3, and then a big rise.
Operation: to be the formation of the dragon head, volume shrinkage and enlargement, low intervention.