咨詢內(nèi)容:在1分鐘為周期的圖表交易程序中,加入了如下跨周期引用語(yǔ)句,圖表顯示就不正常了,請(qǐng)問(wèn)是什么原因?如何解決? kong601:stkindi('','空頭開(kāi)空小時(shí).kongshiti',0,5);kong602:stkindi('','空頭開(kāi)空小時(shí).kongxiaoxian',0,5);kong603:stkindi('','空頭開(kāi)空小時(shí).kongshiti2',0,5); kong60:=kong601 or kong602 or kong603; 附件:加入前:2.jpg ?加入后:1.jpg
?
金字塔客服:以下是“空頭開(kāi)空小時(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)) ?//排除 開(kāi)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)上影線