General - page 853

Not too long ago there was a forum thread on editors outside MetaEditor. There are quite a variety of editors being used to code MQL. And I know that some people use software external to their EA's for pulling data from external websites (for example, in Python). So, I'm curious what other tools you...
[Deleted]
Dear All, I created a MT4 account half year ago. It show my trading record (including Growth rate and Profit) until Oct. My account have USD50,000, it earn around USD14600. Thus, the growth rate should be 30%. However, MQL5 changed the record few days ago. It suddenly decreased to 17%. I don't know...
My EA is unable to execute trades because there is a expire certification issue.  My broker says its an MQL5 issue, can someone shed some light on this for me....
If you can no longer access a product from MQL5, please understand that we are simply users here on the forum, we are not Admin and we cannot answer your questions. I do not understand why the Service desk keeps telling people to ask in the forum when they should know that we are unable to supply...
hello all, I start working on CopyRates, I have some question about this function, first, I try to run this function in a script but the value I get for each day(for example the last 7 days) are just the same for one symbol, can you help me with it? and second I run it in a script, because there are...
Can any one help please I bought here 2 indictors and I am trying to install them on my mt4 platform the web site advises to install on platform which is not showing in the meta trader platform it is opening , also it is opening an old mot working platform which is no use to me in any case , but I...
  Alert request  (4)
Hello, How can I add an Alert for an indicator ? Example - I want to receive an email once the Stochastic has reached a certain threshold. (eg: 80 or 20) Dan
just got a new laptop. loaded MQL5. how do I 'log-in' or 'import' my demo account?
This Developer has previously handled project for me, and I would like to select him to add features to the EA we have developed. I listed the project as available to him only, but his contact came up BUSY. Just now I edited the project to be open to any developer, in case there was an issue with
I got a lot of connection error messages for more than 2 hrs. why this happen and how can I prevent it? During these 2 hrs, the signal did not work bu my EA still works?
 constantly searching for the best way to trade?
anyone can advise how to code the arrow as attached photo
Hey I installed MT5 on Google Cloud, and wrote a script that would send emails to me when certain conditions are met. The problem is that everytime I loaded the script to one of the charts, it will run perfectly; then 9 minutes 29 seconds later, the script is automatically removed . Is there
Dear support! I added my demo account to the "trading accounts" section (VPS) but I cannot login: Can you say whats the problem? Thanks and kind regards, Uli
  strategy tester  (1)
My tester worked well for a long time. Now,  Whatever start time I enter it will not pass it,   Stops and squeaks. This is despite    Using it on different computors.  Despite loading a new MT4 platform. Despite using different EA  or  INDIcator. Yes I have put in history also   sometimes...
Hi all, I searched a lot to get the close price of each day for the specified symbol, this is what I've done: for(int i = 0 ; i <marketWatchCount ; i++)   for(int day = 0; day < NUMBER_OF_DAYS ; day++){      ticks = CopyTicksRange(SymbolName(i,true),tick_array_day, COPY_TICKS_ALL, (startday*1000 +...
Hi, for example (sorry my english). Run manual trading in multiple accounts, The account 1 is "10% size in money" (with leverage), example 100 money *100 (leverage) 100% positon is 100,000, 10% position is 10,000. The account 2 is "20% size in money" (with leverage), " " ". The account 3 is " " ""
Hello, is it legal and permitted to use a portfolio of robots purchased or rented from the MQL5 market place to form and sell a signal via your platform? Thanks for clarification.
[Deleted]
Hi I am thinking about getting a Apple iPad or a Microsoft Surface Pro to control my  Metatrader 5(EA) on MQL5 VPS. Can i use Metatrader 5 on iOS to monitor and control my Metatrader 5(EA) on MQL5 VPS? Thanks a lot!  
In MQL5, there are a series of time periods within the enumeration ENUM_TIMEFRAME (PERIOD_M1, PERIOD_M5, etc). Is possible to create personalized periods? For example PERIOD_M45 Thanks for your reply!
Hello, I used to have a rented VPS for signal copying that I have forgotten to pay the pay the second month fee for. Let's call it VPS1. So it was terminated because of not receiving the fee payment. I got another rented VPS. This is causing me some problems - let's call it VPS2 VPS2 does a lot of...
Thank you for assisting me. I really don't know much about computers and the such. when I download a robot I purchased from a freelancer, it shows in Metaeditor, but it won't save the program. The "save" portion of the menu won't save it. I can't see it in the left file section. It may help to know...
I just want to see a simple ema: In OnInit() I create the handle and defined 3 buffers successfully!!, In OnCalculate() I want to copy the values into the buffer:    int limit=rates_total-prev_calculated;   int count=(limit>1 ? rates_total : 1), copied=0;   copied = CopyBuffer(Hdl_Ema,1,0,count...
Hello.I have a problem with poorly calculated statistics in my signal.My signal is called [name of the signal was deleted by moderator] and the link is [signal link was deleted by moderator].The graph shows a drop of 100%, but that's wrong. The original deposit was $300 and then I put in $300 (2018...
Hello, i hope anybody can maybe help me. I have an open service desk ticket, where i insert about 10 screenshots in jpg format. Now i received the follwoing answer from the service: " Sorry , we can't download and open every file. You can insert pictures properly, ask on forum how to do it if you...
Hi, How do I open a live account with the metaquotesBSE? In Metattader5 Thanks Jonathan Moore
Hey everyone, I need help, maybe step by step, on what to do to get all the signals i have set up in MetaTrade 4 on my laptop for my phone Lately there r times when i dont get signals, even if i see they where on meta trader 4 on lap top, but not getting in on my phone, and i must add that till then...
I have created a template. I tried to apply it on various charts using my indicator. It worked fine until I change the indicator setting. There is a parameter in my indicator where I fetch candles. Most I need to have only 10 candles data but sometimes I change it to 20. But that only happens on the
Hello, newbie here to EA'S, not trading. I was hoping somebody may be able to point me in the right direction to start learning about creating/writing my own EA's (need to learn from absolute scratch). I have done bits of research but I have absolutely no idea which is the best way to go about doing...
  Alternate EAs  (1)
Hi, guys! Is there any way of stopping an EA of working? Let me explain. I have 2 EAs, but I want to use only one of them each time. So, If EA-1 has an open order, I don't want EA-2 to open another order. When that first order is closed, I would like to allow both EAs to work together again. And so...