沒(méi)有發(fā)單動(dòng)作,也沒(méi)任何信號(hào)顯示
作者:開(kāi)拓者 TB 來(lái)源:cxh99.com 發(fā)布時(shí)間:2012年09月17日
If(MarketPosition == 1 && data1.A_BuyPosition() != 0)
{
Lots_over = data1.A_BuyPosition();
Commentary("持倉(cāng)量="+Text(Lots_over));
Sell(Lots_over,data1.Close);
}
Lots_over 是5,但沒(méi)有發(fā)單動(dòng)作,也沒(méi)任何信號(hào)顯示。謝謝! |
- 咨詢(xún)內(nèi)容: If(MarketPosition == 1 && data1.A_BuyPosition() != 0)
{
Lots_over = data1.A_BuyPosition();
Sell(Lots_over,data1.Close);
}
目的是檢查data0有持多倉(cāng)信號(hào)、賬戶(hù)中持有data1多倉(cāng)的話(huà),以data1的close將其平掉。但在模擬時(shí)沒(méi)有動(dòng)作,Commentary("持倉(cāng)量="+Text(Lots_over))是有數(shù)值的。
管理員能看看問(wèn)題在哪兒?jiǎn)幔恐x謝!
- TB技術(shù)人員: 回復(fù) 1# freetiger
將Commentary("持倉(cāng)量="+Text(Lots_over))
放在
If(MarketPosition == 1 && data1.A_BuyPosition() != 0)
{...}之間
- TB客服: Commentary只是顯示中間量,放進(jìn)去后數(shù)字沒(méi)變。還是沒(méi)能平倉(cāng)。
謝謝948,請(qǐng)?jiān)傺芯恳幌隆?
- 網(wǎng)友回復(fù): 回復(fù) 3# freetiger
當(dāng)時(shí)信號(hào)是否出現(xiàn)了呢?
- 網(wǎng)友回復(fù):