加入跨周期語(yǔ)句圖表顯示不正常 [金字塔]
-
咨詢內(nèi)容:
在1分鐘為周期的圖表交易程序中,加入了如下跨周期引用語(yǔ)句,圖表顯示就不正常了,請(qǐng)問是什么原因?如何解決?
kong601:stkindi('','空頭開空小時(shí).kongshiti',0,5); kong602:stkindi('','空頭開空小時(shí).kongxiaoxian',0,5); kong603:stkindi('','空頭開空小時(shí).kongshiti2',0,5);
kong60:=kong601 or kong602 or kong603;
附件:加入前:2.jpg ?加入后:1.jpg?
-
金字塔客服:
以下是“空頭開空小時(shí)”技術(shù)指標(biāo)
kongshiti:ma(c,5)<ma(c,10) and ma(c,10)<ma(c,20) and ma(c,10)<ma(c,120) and c<ma(c,5) // 近期均線對(duì)遠(yuǎn)期空頭排列 5《10 ?c《5 and o>c and o-c>c-l and o-c>h-o ?//實(shí)體陰線 and not(o<ma(c,5) and h>ma(c,5)) ?//排除 開5線上 最高穿5線 and not(o>ma(c,5) and o>ma(c,10)) // 排除穿兩線 and not(o/c<1+35/10000) //實(shí)體大于 35 and not((c-l)/(o-c)>0.3); //下影線比實(shí)體小于0.3 ? kongshiti2:ma(c,5)<ma(c,20) and ma(c,5)<ma(c,120) and ma(c,5)>ma(c,10) and ma(c,10)<ma(c,20) and ma(c,10)<ma(c,120) and c<ma(c,10) ?// 近期均線對(duì)遠(yuǎn)期空頭排列 10<5 ?c《10 ? and o>c and o-c>c-l //實(shí)體陰線
? and not(o/c<1+35/10000) //實(shí)體大于 35 ? and not((c-l)/(o-c)>0.3); ?//下影線比實(shí)體小于0.3
kongxiaoxian:ma(c,5)<ma(c,10) and ma(c,10)<ma(c,20) and ma(c,10)<ma(c,120) and h<ma(c,5) and h<ma(c,10) ?// 近期均線對(duì)遠(yuǎn)期空頭排列 5《10 ?h《5 and max(c,o)/min(c,o)<1+10/10000 ?// 小實(shí)體陰陽(yáng) and not(h-max(c,o)>max(c,o)-l); ? // 排除長(zhǎng)上影線?
?來源:程序化久久網(wǎng)( www.weiqiv.net.cn )
-
用戶回復(fù):
這個(gè)程序測(cè)試都是正常的,但圖表顯示時(shí),k線都被壓縮成一條線,不知為什么?
?
-
網(wǎng)友回復(fù):
改了一下坐標(biāo)屬性,正常了。
?
- 網(wǎng)友回復(fù): k線被壓縮了,你在價(jià)格坐標(biāo)軸上右鍵,勾選僅隨k線變動(dòng)
有思路,想編寫各種指標(biāo)公式,程序化交易模型,選股公式,預(yù)警公式的朋友
可聯(lián)系技術(shù)人員 QQ: 511411198 進(jìn)行 有償 編寫!(不貴!點(diǎn)擊查看價(jià)格!)
相關(guān)文章
-
沒有相關(guān)內(nèi)容