[求助]公式下單價(jià)格不對(duì)? [金字塔]
- 咨詢內(nèi)容:
ma1:=intpart(ma(close,5));ma2:=intpart(ma(close,10));
ma11:=ma1-mod(ma1,5);
sc:=cross(ma1,ma2);xc:=cross(ma2,ma1);
if sc then begin sellshort(sc,100%,ma11); buy(sc,30%,ma11); end if xc then begin sell(xc,100%,ma11); buyshort(xc,30%,ma11); end
測(cè)橡膠日線,為什么箭頭顯示白色?價(jià)格不符合最小變動(dòng)點(diǎn)位?還是不能用這個(gè)價(jià)格? - 金字塔客服:
新圖表交易要這樣寫交易委托語句
if sc then begin
sellshort(sc,100%,LIMIT,ma11);
buy(sc,30%,LIMIT,ma11);
end
if xc then begin
sell(xc,100%,LIMIT,ma11);
buyshort(xc,30%,LIMIT,ma11);
end此外你的委托價(jià)格大部分都已經(jīng)偏移了K線的區(qū)間,會(huì)造成了很多委托不能在本K線及時(shí)成交,違背了圖表交易的原則,建議你仔細(xì)的學(xué)習(xí)一下金字塔的一些基本的公式編寫及調(diào)試技巧
參考
http://www.weistock.com/bbs/dispbbs.asp?boardid=2&Id=370 高級(jí)篇
http://www.weistock.com/bbs/dispbbs.asp?boardid=4&Id=332 問題4
如果以上指標(biāo)公式不適用于您常用的行情軟件
或者您想改編成選股公式,以便快速選出某種形態(tài)個(gè)股的話,
相關(guān)文章
-
沒有相關(guān)內(nèi)容