如何獲取固定收益?
作者:金字塔 來(lái)源:cxh99.com 發(fā)布時(shí)間:2014年07月13日
- 咨詢內(nèi)容:
實(shí)現(xiàn)開倉(cāng)價(jià)格獲利N個(gè)點(diǎn)離場(chǎng),怎么實(shí)現(xiàn)
- 金字塔客服:
if holding>0 and h-enterprice>n*mindiff then sell(1,0,market);
if holding<0 and enterprice-l>n*mindiff then sellshort(1,0,market);