"趨勢頂點(diǎn)" 糾正7處Copy錯誤 [錢龍]
"趨勢頂點(diǎn)" 糾正7處Copy錯誤
- 咨詢內(nèi)容:A=MA(-100*(HHV(HIGH,34)-CLOSE)/(HHV(HIGH,34)-LLV(LOW,34)),19);
B=-100*(HHV(HIGH,14)-CLOSE)/(HHV(HIGH,14)-LLV(LOW,14));
d=EMA(-100*(HHV(HIGH,34)-CLOSE)/(HHV(HIGH,34)-LLV(LOW,34)),4);
長期線:A+100;
短期線:B+100;
中期線:d+100;
見頂ref(中期線,1)>85 and ref(短期線,1)>85 and ref(長期線,1)>65) and cross(長期線,短期線);
頂部區(qū)域中期線<ref(中期線,1) and ref(中期線,1)>80) and (ref(短期線,1)>95 or ref(短期線,2)>95 ) and 長期線>60 and 短期線<83.5 and 短期線<中期線 and 短期線<長期線+4;
{頂部:=filter(頂部區(qū)域,4);}
底部區(qū)域長期線<12 and 中期線<8 and (短期線<7.2 or ref(短期線,1)<5) and (中期線>ref(中期線,1) or 短期線>ref(短期線,1))) or (長期線<8 and 中期線<7 and 短期線<15 and 短期線>ref(短期線,1)) or (長期線<10 and 中期線<7 and 短期線<1);
{stickline( 頂部,99,103,20,1 ),colorred,linethick2;}
{stickline( 底部區(qū)域,-4,0,22,0 ),colorgreen;}
低位金叉:長期線<15 and ref(長期線,1)<15 and 中期線<18 and 短期線>ref(短期線,1) and cross(短期線,長期線) and 短期線>中期線 and (ref(短期線,1)<5 or ref(短期線,2)<5 ) and (中期線>=長期線 or ref( 短期線,1)<1 )
{stickline( 低位金叉,0,5,11,0 ),colorred;}
長、中、短 期趨勢顯示,便于用戶明確股價當(dāng)前走勢的狀況。頂部的紅色區(qū)域和底部的藍(lán)綠色區(qū)域用于用戶識別股價走勢的高低和超買超賣情況。最底部的綠色方塊顯示階段性底部,出現(xiàn)的紅點(diǎn)意味短線抄底信號;而頂部的紅色方框表示階段性頭部區(qū)域提示用戶要謹(jǐn)慎。用戶使用時以黃色的中期趨勢線為主要的判斷依據(jù),結(jié)合灰色短期線和紅色長期線把握買賣點(diǎn),當(dāng)長期趨勢線向上時盡量選擇短期線回調(diào)時進(jìn)場,反之要注意高拋止贏止損。可作為操盤線的有效輔助判斷工具。
具體的使用方法并不復(fù)雜,作為一個輔助指標(biāo)應(yīng)與操盤線結(jié)合使用。用法的要點(diǎn)如下:
1) 3條曲線的多空頭排列,類似均線系統(tǒng),可以確認(rèn)BS點(diǎn)買賣信號。
2) 3條曲線的方向分別表明了當(dāng)前股價的短中長期運(yùn)動趨勢。
3) 3條曲線的位置,超買超賣現(xiàn)象類似擺動指標(biāo)(20以下為超賣,80以上超買)。某些情況下有底部、抄底買點(diǎn)和風(fēng)險區(qū)域信號提示,方便用戶了解當(dāng)前股價狀態(tài)。
4) 中長期曲線的頂?shù)撞勘畴x特征,用法類似傳統(tǒng)指標(biāo)。 - 錢龍客服:還是有copy錯誤,三個copy自動產(chǎn)生的人頭,應(yīng)該為": ("
即英文狀態(tài)下輸入:冒號與括號的左面一半 - 用戶回復(fù):再試copy一次
A=MA(-100*(HHV(HIGH,34)-CLOSE)/(HHV(HIGH,34)-LLV(LOW,34)),19);
B=-100*(HHV(HIGH,14)-CLOSE)/(HHV(HIGH,14)-LLV(LOW,14));
d=EMA(-100*(HHV(HIGH,34)-CLOSE)/(HHV(HIGH,34)-LLV(LOW,34)),4);
長期線:A+100;
短期線:B+100;
中期線:d+100;
見頂: (ref(中期線,1)>85 and ref(短期線,1)>85 and ref(長期線,1)>65) and cross(長期線,短期線);
頂部區(qū)域: (中期線<ref(中期線,1) and ref(中期線,1)>80) and (ref(短期線,1)>95 or ref(短期線,2)>95 ) and 長期線>60 and 短期線<83.5 and 短期線<中期線 and 短期線<長期線+4;
{頂部:=filter(頂部區(qū)域,4);}
底部區(qū)域: (長期線<12 and 中期線<8 and (短期線<7.2 or ref(短期線,1)<5) and (中期線>ref(中期線,1) or 短期線>ref(短期線,1))) or (長期線<8 and 中期線<7 and 短期線<15 and 短期線>ref(短期線,1)) or (長期線<10 and 中期線<7 and 短期線<1);
{stickline( 頂部,99,103,20,1 ),colorred,linethick2;}
{stickline( 底部區(qū)域,-4,0,22,0 ),colorgreen;}
低位金叉:長期線<15 and ref(長期線,1)<15 and 中期線<18 and 短期線>ref(短期線,1) and cross(短期線,長期線) and 短期線>中期線 and (ref(短期線,1)<5 or ref(短期線,2)<5 ) and (中期線>=長期線 or ref( 短期線,1)<1 )
{stickline( 低位金叉,0,5,11,0 ),colorred;} - 網(wǎng)友回復(fù):這回在:與(之間多加了一個空格
如果以上指標(biāo)公式不適用于您常用的行情軟件
或者您想改編成選股公式,以便快速選出某種形態(tài)個股的話,
相關(guān)文章
-
沒有相關(guān)內(nèi)容