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 guys , I just built my first EA using the trade class. The code compiles without errors but during the strategy testing in the strategy tester , the EA does not open any trades. In the journal tab , there are no error messages . Please help . Below is my code :
I've been trying to purchase a utility program with no success. I can't even get a reasonable response, or email with an explanation as to why I can't make a purchase. Who is the seller here? m I dealing with MQL or the owner of the program? If I have a valid credit card and bank account why can't I do business with the owner and not the robot of MQL. My ticket was closed with no action taken or action taken to resolve an issue unknown to me. As you may have guessed, I'm very frustrated dealing with a site that has no humans on duty during my working hours.
Idont have a broker idownload metatrader5
Windows: https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe?utm_source=www.mql5.com&utm_campaign=download
Like the one for Linux, Mac, .. at the bottom of the page.
Hi guys , I just built my first EA using the trade class. The code compiles without errors but during the strategy testing in the strategy tester , the EA does not open any trades. In the journal tab , there are no error messages . Please help . Below is my code :
If your program compiles without error but doesn't do what it should use the debugger:
Code debugging: https://www.metatrader5.com/en/metaeditor/help/development/debug
Error Handling and Logging in MQL5: https://www.mql5.com/en/articles/2041
Tracing, Debugging and Structural Analysis of Source Code, scroll down to: "Launching and Debuggin": https://www.mql5.com/en/articles/272
I've been trying to purchase a utility program with no success. I can't even get a reasonable response, or email with an explanation as to why I can't make a purchase. Who is the seller here? m I dealing with MQL or the owner of the program? If I have a valid credit card and bank account why can't I do business with the owner and not the robot of MQL. My ticket was closed with no action taken or action taken to resolve an issue unknown to me. As you may have guessed, I'm very frustrated dealing with a site that has no humans on duty during my working hours.
This might help:
https://www.mql5.com/en/articles/498
https://www.mql5.com/en/articles/1776
If you need help with your code, then you will need to show your code.
Remember to also check your "Experts" log and "Journal" log for any related messages.
Also, please don't hijack other users threads for your unrelated issue.
Faster is to use _Symbol because it is a definition.
Symbol() is a function, so it has to be executed to retrieve the symbol name every time it is called.
Your code is returning error because your Func() definition expects a CONST string. So it only accepts Static parameters. And you cannot pass a function return to it.
Either modify it removing CONST so you can pass Symbol() to it as a parameter. Or use _Symbol which is faster and ALSO IS a Static Variable ;)
Hi, I have a problem when try to check order at market. I'd like put two parameters into the function as magic and symbol but symbol optional.
If I write "findPos("right magic") doesn't work because it wants the second parameter _Symbol compulsorily...
I'm currently looking for an ECN broker that has good spreads and proper regulation from either ASIC or FCA. Any recommendations?
Broker spread comparison tool.
Hello,
I have Creat a Expert Adviser Based on Moving Average. I want to Modify my SL ,TP and Pending Order Price to the Moving Average Price.I have a problim With Trade Modefication Function I have Geting 4756 ERROR.Some one Please Help me with the Example. I am send A pending Buyy and Sell Limit.
Best Regards.
Thank You !