南山K線主圖指標(biāo)公式公式公式、源碼[其他軟件公式]
相關(guān)標(biāo)簽:
aa1:=wma(c,2);//短加權(quán)均線
bb1:=ema(aa1,2);//平滑
a:=ma(bb1,3);//平均
aa2:=wma((h+c+o)/3,18);//長加權(quán)均線
dd3:=a>=aa2 and c>aa2;//短>長,且收>長
dd4:=a<aa2 ;//短<長
dd5:=a>aa2 ;//短>長
Var1:=ema(c,3);
Var2:=ema(c,8);
STICKLINE((dd4 or dd5) and o<c ,h,l,0.5,0),Color00cc99;//跌勢陽線
STICKLINE((dd4 or dd5) and o<c ,c,o,7,0),Color00cc99;//跌勢陽線
STICKLINE((dd4 or dd5) and o>c ,h,l,0.5,0),Color3F8C3A;//跌勢陰線
STICKLINE((dd4 or dd5) and o>c ,c,o,7,0),Color3F8C3A;//跌勢陰線
STICKLINE((dd3 or c>aa2) and o<c,c,o,7,0),Colorred;//漲勢陽線
STICKLINE((dd3 or c>aa2) and o<c,h,l,0.5,0),Colorred;//漲勢陽線
STICKLINE((dd3 or c>aa2) and o>c,c,o,7,0),Colorff33ff;//漲勢陰線
STICKLINE((dd3 or c>aa2) and o>c,h,l,0.5,0),Colorff33ff;//漲勢陰線
有思路,想編寫各種指標(biāo)公式,程序化交易模型,選股公式,預(yù)警公式的朋友
可聯(lián)系技術(shù)人員 QQ: 1145508240 進(jìn)行 有償 編寫!(不貴!點(diǎn)擊查看價格!)
相關(guān)文章
-
沒有相關(guān)內(nèi)容