Frenchytrader: While backtesting I thought the pending order not triggered would have been deleted after 1 hour?
|
|

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
I wanted to use the expiration date on pending order.
void openShortLimitTrade_RSI(double value) { // TrailingStopDistance
int ticket = OrderSend(Symbol(),OP_SELLLIMIT,Lots,value,slippage,0,0,"RSI_EA",MagicNumber2,TimeCurrent()+60*60,Red);
PlaySound("alert.wav");
....
}
While backtesting I thought the pending order not triggered would have been deleted after 1 hour?
Please help.