老師請(qǐng)做個(gè)指標(biāo)
作者:文華財(cái)經(jīng) 來源:cxh99.com 發(fā)布時(shí)間:2024年05月31日
-
咨詢內(nèi)容:
?<!--[if gte mso 9]>
Normal
0
7.8 磅
0
2
false
false
false
EN-US
ZH-CN
X-NONE
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:普通表格;
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin:0cm;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.5pt;
mso-bidi-font-size:11.0pt;
font-family:DengXian;
mso-ascii-font-family:DengXian;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:DengXian;
mso-fareast-theme-font:minor-fareast;
mso-font-kerning:1.0pt;}
請(qǐng)做個(gè)指標(biāo):
?
條件1:最近的一次跳空高開,收陽(yáng)線。
條件2:跳空高開前一天收陽(yáng)。
條件3:跳空高開前二天的收盤價(jià)低于前一天(條件2)的收盤價(jià)。
條件4:然后K線實(shí)質(zhì)性跌破條件2的收盤價(jià)(即收盤價(jià)低于條件2的收盤價(jià))
求:在條件2的收盤價(jià)位置開始畫橫線。
文件名:劃線2.png
?
?來源:程序化99
-
文華技術(shù)人員:
X:=ISUP&&REF(ISUP,1)&&O>REF(C,1)&&REF(C,1)>REF(C,2);
CC:=VALUEWHEN(X,REF(C,1));
Q:=C<CC&&SUM(C<CC,BARSLAST(X))=1;
DRAWSL(Q,CC,0,-BARSLAST(X),0,COLORYELLOW);