開拓者TB代碼中連續(xù)3天不盈利就出場怎么寫
作者:開拓者 TB 來源:cxh99.com 發(fā)布時間:2012年11月26日
- 咨詢內(nèi)容: TB代碼中連續(xù)3天不盈利就出場 怎么寫
- TB技術(shù)人員: if(marketposition==1)
{if(close<lastentryprice and close[1]<lastentryprice and close[2]<lastentryprice)
sell(0, close);
}
- TB客服: 學(xué)習(xí) 了。謝謝分享