
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
How I can I authorized my Expert ?
The code works in strategy tester, but when using in real trade, I get Error 4756 (Trade request sending failed) and retcode 10006 (Request rejected).
Anyone has any idea why this could not work? the SYMBOL_FILLING_MODE is 3 and the SYMBOL_EXPIRATION_MODE is 2. I can buy and sell normally if I use the "new order" thing from Metatrader. Please, any idea would be greatly appreciated. I ran out of ideas I could try to make it work.
this will generate in log the following lines:
11:36:36.695 Trades '1000015025': exchange buy 1.00 WDON15 at market
11:36:36.763 Trades '1000015025': rejected exchange buy 1.00 WDON15 at market
if I use the "new order" tool from Metatrader (that works), it generates these lines:
11:09:31.155 Trades '1000015025': exchange buy 1.00 WDON15 at market
11:09:31.207 Trades '1000015025': exchange buy 1.00 WDON15 at market placed for execution in 51 ms (Order received. Sending to OMS.)
11:09:32.459 Trades '1000015025': deal #4204115 buy 1.00 WDON15 at 3129.000 done (based on order #4913284)
Thanks
Hi bro,
I have the same problem but in different broker!
I don't know where can I find the comment if my broker uses the same trick?
Best regards.
Request.deviation = 100;
Hello,
I am having the same issue with my code. Its on the strategy tester but when I add it to any chart/pair it just sits there. It doesn't make trades at all but in my journal it says that it loaded successfully. Any help is appreciated!