
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
I am trying to develop an EA I am having problems with "OrderSend". I do not understand programming language very much, I've already tried a lot of solutions and I did not find ... But it does not work. The message
appears ... It contains no errors, however no position is open during tests ... When testing with the demo account I'm not having success. The test runs and no position is opened at any time.
Can someone help me by indicating the necessary adjustments I should make?
I test it on
BOVESPA (Brazil)/ WINJ17/Demo Account/Metatrade 5
Can someone help me?
Thank's
New article How to Create Your Own Trailing Stop is published:
Author: Дмитрий
Look like this is a dead discussion but I will put my comments in.
There are a couple of errors found during compiling that need to be resolved.
In the ZeroMemory request on line 116 the compiler says
'ZeroMemory' - unexpected toke, probably type is mission?
'mrequest' - declaration without type
This looks like the mrequest was not properly declared with a type......Not sure how to fix this.
Also,
return value of "OrderSend" should be checked. on line215 and 262
This looks like it might be returning a value it should not.
Any help in fixing these two issues would be most appreciated.
Chris