碰均線開多單,第二根K線開盤價(jià)平倉(cāng)
作者:金字塔 來(lái)源:cxh99.com 發(fā)布時(shí)間:2014年08月23日
- 咨詢內(nèi)容:
請(qǐng)教:碰均線開多單,第二根K線開盤價(jià)平倉(cāng)怎么編?
- 金字塔客服:
碰均線是上穿均線意思嗎?
- 用戶回復(fù):
不是僅僅是碰均線就開倉(cāng) 然后是第二根K線開盤價(jià)就平倉(cāng)
- 網(wǎng)友回復(fù):
if h<均線 and l>均線 then buy(holding=0,1,thisclose);
if enterbars=1 then sell(1,0,thisclose);
- 網(wǎng)友回復(fù):
這是完整的交易系統(tǒng)嗎?麻煩您幫我弄完整 感謝!