ihzx 发表于 2021-8-21 14:05:11

大单翻红选股(大智慧)

<p>仿千钧版主的送点钱花,试编大单翻红,供有L2数据的股友参考。<br />
{大单翻红}{DZHL2}<br />
RSV:=(CLOSE-LLV(LOW,9))/(HHV(HIGH,9)-LLV(LOW,9))*100;<br />
K:=SMA(RSV,3,1);<br />
D:=SMA(K,3,1);<br />
J:=3*K-2*D;<br />
停牌:=(DYNAINFO(4)=0);S:=STRFIND(stkname,'S',1)&gt;0;<br />
not(停牌) and not(s) and cross(j,0)<br />
and count((bigorder(1)-bigorder(2))*vol/capital*100&gt;0,3)&gt;=2<br />
{and count(&quot;ddx.ddx&quot;&gt;0,3)&gt;=2}<br />
and c&gt;ref(c,1)*1.01 and llv(v,3)&lt;llv(v,30)*1.15<br />
and capital&lt;=5000000 ;</p>
<p></p>
<p>&nbsp;</p>
页: [1]
查看完整版本: 大单翻红选股(大智慧)