K線問(wèn)題 [金字塔]
咨詢內(nèi)容:
請(qǐng)問(wèn)最新價(jià)大于ma10,前一根K線收盤(pán)價(jià)大于ma10,前前一根K線收盤(pán)價(jià)小于ma10或小于ma20,然后以當(dāng)前K線收盤(pán)價(jià)開(kāi)倉(cāng)怎么寫(xiě),謝謝。
ma20:ma(c,20);
if c>ma10 and ref(c<ma10,1) and ref(c<ma10 or c>ma20,2) then buy(1,1,marketr);技術(shù)交流:
麻煩用后臺(tái)寫(xiě)法謝謝 技術(shù)交流:
ma10:ma(c,10);
ma20:ma(c,20);
if c>ma10 and ref(c<ma10,1) and ref(c<ma10 or c>ma20,2) then tbuy(1,1,mkt);
?
?來(lái)源: www.tumamayizhan.com
金字塔資深技術(shù): ma10:ma(c,10);ma20:ma(c,20);
if c>ma10 and ref(c<ma10,1) and ref(c<ma10 or c>ma20,2) then buy(1,1,marketr);
資深技術(shù)02 發(fā)表于 2021-11-17 10:17
ma10:ma(c,10);
ma20:ma(c,20);
if c>ma10 and ref(c
麻煩用后臺(tái)寫(xiě)法謝謝
?
ma20:ma(c,20);
if c>ma10 and ref(c<ma10,1) and ref(c<ma10 or c>ma20,2) then tbuy(1,1,mkt);
有思路,想編寫(xiě)各種指標(biāo)公式,交易模型,選股公式,還原公式的朋友
可聯(lián)系技術(shù)人員 QQ: 262069696 或微信號(hào):cxh99cxh99 進(jìn)行 有償收費(fèi) 編寫(xiě)!
(怎么收費(fèi),代編流程等詳情請(qǐng)點(diǎn)擊閱讀!)
(注:由于人數(shù)限制,QQ或微信請(qǐng)選擇方便的一個(gè)聯(lián)系我們就行,加好友時(shí)請(qǐng)簡(jiǎn)單備注下您的需求,否則無(wú)法通過(guò)。謝謝您!)
相關(guān)文章
-
沒(méi)有相關(guān)內(nèi)容