Probably, you try place pending orders on CFD's chart/symbol ? In that case message
"expires [good for day]" usually appears. See the trade specification(reglament)
.
Rosh:
Probably, you try place pending orders on CFD's chart/symbol ? In that case message "expires [good for day]" usually appears. See the trade specification(reglament) .
Yes, I used CFD's chart and I can't find any limitations for setting pending orders in reglament
(I use RealTrade terminal). What kind of limitation could be? And is it possible
to set order in CFD "good till cancel"?
Probably, you try place pending orders on CFD's chart/symbol ? In that case message "expires [good for day]" usually appears. See the trade specification(reglament) .
I found this terms and then translated by google.com
Type holds warrants contractual difference (CFD) is not GTC (Good till cancelled)
and they removed a broker at the end of the trading day. Exceptions include EP
# and # ENQ, which traded around the clock.
Rosh:
I found this terms and then translated by google.com
Thank you a lot :) Could you attach this file with this regulations or to give me
a link? I found this terms and then translated by google.com
Type holds warrants contractual difference (CFD) is not GTC (Good till cancelled)
and they removed a broker at the end of the trading day. Exceptions include EP
# and # ENQ, which traded around the clock.
And is it normal that tester ignores such regulations and proceeds testing without errors?:)
I lose that link (not Real trade site), try search yourself in google with keywords
"good for day cancell order".

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
Extract from EA code:
int exp;
exp=TimeCurrent()+PERIOD_D1*60*10;
OrderSend ( Symbol(), OP_BUYSTOP, Lot, _OpenPriceLevel,5, _StopLossLevel, _TakeProfitLevel, "", _MagicNumber,exp,Green)
Please help me to understand why order expires the same day. Thank you in advance.