[求助]指標轉換 [通達信]
-
咨詢內容:
各位大俠好。能否將下面的大智慧操盤線指標轉換成通達信的指標,謝謝。bu:=cross(high,SAR(3,1,20));sel:=cross(SAR(3,1,20),low);var1:=last(high<SAR(3,1,20));var2:=last(low>sar(3,1,20));drawflagtext(bu,high,'買入');drawflagtext(sel,low,'賣出');drawtext(bu,LOW,'B'),valign0,align1,coloryellow,linethick2;drawtext(sel,HIGH,'S'),valign2,align1,colorgreen,linethick2;STICKLINE(low>SAR(3,1,20) and isdown,high,open,0.5,1),colorred;STICKLINE(low>SAR(3,1,20) and isdown,close,open,7.5,1),colorred;STICKLINE(low>SAR(3,1,20) and isdown,close,low,0.5,1),colorred;STICKLINE(high<SAR(3,1,20) and isup,high,close,0.5,1),colorcyan;STICKLINE(high<SAR(3,1,20) and isup,close,open,7.5,1),colorcyan;STICKLINE(high<SAR(3,1,20) and isup,open,low,0.5,1),colorcyan;drawflagtext(high<SAR(3,1,20) and high>=ref(high,1),high,'明日突破'+forcast(sar(3,1,20),max(var1,2))+'建議關注');drawflagtext(high<SAR(3,1,20) and high<ref(high,1),high,'持幣觀望');drawflagtext(low>SAR(3,1,20) and low<=ref(low,1),low,'明日跌破'+forcast(sar(3,1,20),max(var2,2))+'注意止盈');drawflagtext(low>SAR(3,1,20) and low>ref(low,1),low,'繼續持股');
- 通達信技術部: 把大智慧上的效果圖,發一下看看?
有思路,想編寫各種指標公式,程序化交易模型,選股公式,預警公式的朋友
可聯系技術人員 QQ: 511411198 進行 有償 編寫!(不貴!點擊查看價格!)
相關文章
-
沒有相關內容