Pending order didn't change to Open - only after client terminal reset (ERR_INVALID_TRADE_PARAMETERS) - page 2

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
That's weird. Invalid SL/TP for pendings.
I have no idea what to say right now.
This is what RaptorUK meant (https://www.mql5.com/en/forum/139654), though I don't think that will help much.
That's weird. Invalid SL/TP for pendings.
I have no idea what to say right now.
It's not a FIFO thing is it ? I have no experience with such things . . just wondered.
Nope, that will be err 150 : "prohibited by FIFO rules", or err 149 - if any - : "hedging is prohibited".
Is it because FXCentral is ECN ?, but I don't think that either. From first post, I think it just some slow connection.
Hi Guys,
I've been looking around the net and found 2 other similar posts
1. http://for um.mql4.co mhttps://www.mql5.com/en/forum/110843
2. http://www .forextrad ersdaily.c om/blog/20 12/01/23/f orex-news- trading-tr ades-for-t uesday-jan -24-2012/
"Sham, your broker kept you out. If they don’t want to let you in, this is the message they generate. You are lucky not to have gotten in."
This is starting to look more and more like a bug in the trader. When I look at the UI I can see the trade still stuck in Pending but it's colored in Yellow instead of Green.
Do you know how I can submitt a bug report directly to MetaTrader? The broker I talked to has no idea what to do, as the platform is owned by MT4
Thanks,
You meant submit bug report to MetaQuotes coz MT 4 is owned by MetaQuotes ?, You can use your service desk at MQL5.com. I use that for my MT4 things several times in the past.
B TW,y ou' rer ea lly d on 't h avet o sp a ce t hel ink s. :)
:D
First obvious thing you are doing wrong: Loops and Closing or Deleting Orders your loop is actually wrong in 2 ways . . . read the thread it will help you.
This Article is no longer correct if you take into account US FIFO brokers. You actually have to increase with cnt++ and reset the cnt after each successful deletion/close (start over the cycle). A FIFO broker will require orders being deleted in the position they are opened, requiring you to increase and not decrease your cnt integer.