General - page 1504

  please help me about forex  (29   1 2 3)
i am a newbie....can you tell me about document (Ebook, books....etc) how is me have begin and. maybe is video or who are you can help me...........
The article "Preferences of the ATC 2010 Participants" reveals the statistical data that had been obtained after the testing reports of all the Expert Advisors submitted for the Automated Trading Championship 2010 were analyzed. The following basic parameters were considered: the symbol and the...
Hello guys, First of all, I would like to congratulate you with the wonderful and helpful forum that you have got here. I'm not sure this is the right section to ask my question, but I am pretty sure you will understand. What I am looking for are software companies, developing mobile platforms. And...
when optimizing in the tester,you only can get one custom criterion in the result cache files,how to get two or more custom criterion,not by file operation to output data? I think this is very useful to evaluate ea's performance form different aspect when you have more custom criterion! Hope add...
Hi all, I've converted this code from mq4 to mq5 and I'm getting one error that I couldn't get rid off. It is "'}' - not all control paths return a value" Please help. Thanks in advance. #property copyright "Me" #property link "Me@gmail.com" //---- #property indicator_chart_window #property
Hello, I still have the problem hat my account loging password and user name are not saved, so every time MT5 starts up it asks for username and password(which is very, very annyoing). I've written to service desk a while ago (24.Sept) about this issue, but until now there is not even a...
Hi guys, I'm new to this site and I'm currently holding some AUD but I'm unsure if I should be holding or selling them. Following the news this past few weeks, I've noticed how the AUD is heavily dependent on the Euro and China economy. And with the recent news of U.S senate's decision on a bill to
I have a strage problem.I call a code from an script and works fine and if i call from am EA i have 'stack overflow' error. What causes this problem? //Later I recive stack overflow error on OrderSend function.
There are some cases when you just want to get the string name of the currently active class, to see if it's a parent of a child that is currently running. Can this be done in MQL?
  Mogalef Bands  (13   1 2)
I've been working on this for a while, am new to MT4 indicator programming & not sure its 100% right yet, but it seems to work pretty well. Any & all feedback/suggestions are welcome. Btw I see there's a Mogalef Bands indicator in the Elite section. I'm not an Elite subscriber, and I don't have...
hello ,, please i want a tool not indicator or expert which i can use it as follow choose the begining point ,, and the end point and it draws a line between (61.8 of price and 61.8 of time and the end point ) automatic like in chart is it possible to do that using mql5 ? how can i do it please
hello ,, please i want a tool not indicator or expert which i can use it as follow choose the begining point ,, and the end point and it draws a line between (61.8 of price and 61.8 of time and the end point ) automatic like in chart is it possible to do that using mql5 ? how can i do it please
if all combination have trades,it's ok.But when some combination have no trade ,optimization result cache file can not be open!please check
http://translate.googleusercontent.com/translate_c?hl=ru&rurl=translate.google.com&sl=ru&tl=en&twu=1&u=https://www.mql5.com/ru/forum/3920 Expected PR 100 with USD 0.17/Agent/Hour is expensive!!!Please share your view!!!
We are glad to announce that MetaTrader 5 for Android will be released in this late summer. You'll be able to trade Forex and Stock Markets using smartphones and tablet PCs powered by OS from Google. MetaTrader 5 for Android release schedule will be the same as for the iPhone mobile trading...
In the fallout from the 2008 global financial crisis, there have been moments that have been driven by pure fear. These are the moments when it can be hard to maintain your composure and trade your plan. Unfortunately, these big days are the times when you need that composure the most. Here is a...
30 minutes googling didn't help. So I need you, guys. Have you any idea? Where can I download or buy it? I don't need tick data. Four-hour data would be enough. Appreciated, Josef
Hi all, Wow isn't metatrader 5 a package or what!!! well I have been trying to get my head around it but it is soooo big I thought rather than just getting totally confused I would ask, hope I don't get too many falmes saying "Go and find out yourself" :( 1) From what I can see MT5 is free,...
Hello there I chose to start my journey into the depths of object-oriented programming with mql5, so naturally I am facing many obstacles in my attempts to understand its inner-workings. I am trying to create a graphical interface for a panel that would have an ability to add graphical objects...
Championship Rules violators were revealed among the participants during the first week of the competition. Critical programming errors were detected in two Expert Advisors, while two other participants submitted completely identical programs for the Championship. The Jury members decided to...
We remind you that according to paragraph III of the Rules, Participants' Expert Advisors must be "free of any critical programming bugs in the code" and easily handle such emergency situations. Restart of the Expert Advisors is scheduled for non-trading time between October 7 and 10, 2011. The...
Hi, I'm trying to backtest an EA using the Strategy Tester based on the "Fast genetic based algorithm" and I'm running into some problems. I have debugged my EA and found when the problem occurs. Once the tester tries invalid parameters as input, the OnInit() does not return 0, it tries again with...
Apologies for mixing up two metaphors in the title, I did consider three, (Pandora’s box could have easily been slipped in) but two distinct ‘events’ over recent days have lit the touch paper..oops..there’s the third metaphor. One event moved passed jaw jaw into war war versus a specific...
  File operation  (6)
Hi all, Just trying to copy/move some files from tester/AgentXXX/MQL5/Files to some other directory, let say TERMINAL_PATH. I tried FileMove, FileCopy and even ShellExecuteW, nothing works, any help welcome! Regards, Olivier
I'm trying to buy an EA. But when I click on the link nothing happens. The moderator of the forum or someone knows why? Already deposited money in my account. I've tried on more than one internet browser. Thank You RCPAULO
Hello, I know that in a EA we can try to read a file using FileOpen(...) and get the error using GetLastError() to see if the file exist, but is there any other way to check if a file exist on the folder "experts/files"? I have an EA that relies on files that it creates, however when the EA restarts
Hi, I need help with programming a simple EA for MT4. We can negotiate the price and I will explain the system over skype or through email. If you are available to code and are knowledgeable in the subject matter, please email me at ghetrone@gmail.com (ghetrone at gmail.com). Thanks.
Hello, In my expert advisor I have created a trendline that is selectable, but when I try to run this expert in the strategy teszter I cannot select or move this trendline... It works fine in MT4. I mean in MT4 during the backtest I can select a trendline created by the expert and move to another...
How does the iClose() function work? In other words when I look on my chart and identify a bar 0, shouldn't this function pick up the value of the close for that particular bar? In putting together an EA, I was able to tie-out bar 1 and bar 2 close values from the iClose() function with the...