General - page 633

  learning mql5  (3)
hi guys i wish u all the best for all time I'm a beginner in the mql5 learning language would u guys please help me and lead me to start I will be grateful if u guys send me any video or link that u might think is useful
hello guys can anyone pls help me on my expert advisor i just want for the expert to send an order 3 bars after my conditions are met
  ZigZag EA  (6)
Hi all! I was wondering if anyone has seen an uncompiled ea that swing trades using the ZigZag custom indicator? I am aware that this indicator looks backward and used alone would not be sufficient in itself. I am having difficulty capturing a single value that corresponds to each graphic pointer...
  Copy Trading  (3)
I signed up for copy trading and linked it with my account on MT4. I see the trader placed trades but didn't place any on my account. What do I do
Hi everyone, I am looking to find a way on how to deliver automated messages regarding my orders info (open, modify and close) to other friends and investors. Thanks
Hi everyone, I would like to know if it is possible to use the same Expert on the same product but with different TimeFrames. So, I open 3 windows for example, USA500, TF (M5 / M30 / H2) and use the same expert for each TF ... Can the expert create conflicts? Thanks
hi, anyone knows where can i get an OCO script... onc cancel another which means like when i straddle and my long is triggered my short will automatically be cancel thanks
  Deriv Autotrade  (1)
Hello All, I am Stephen by name a full time forex trader and account manager , I manage multiple accounts and doing good but the stress is too much for me to trade manually on all the accounts entrust in my hand . Please can anyone guide me how to manage multiple account direct from my
I bought an indicator, but I can't install it on the MT4 platform. I want to know the reason why it cannot be installed. Nothing happens when I press the install button.
Hi, im getting troubles with registration, i had another account and tryed to reset my password and didnt receive any email from the site, i create this another account and still having problems, didnt get any email with password, or any registration information, cant buy any signal because i dont
Dear Friends, if you don't want to lose a product activation, prevent Windows Operating System Update: last week I updated my PC from Windows 10 Ver. 1909 to Windows 10 Ver. 2004 and all products activations were been lost. In these cases, you have to download a new copy of each product using
Hi support I am trading with a company called Omega FX and all contact with them has been stopped as their website is down and their support email and phone number is bouncing back and not connecting. They use your Meta Trater4 and this is my details from the journal 2020.06.29 15:48:34.003 Data
I'm consider a newbie in forex. Just wanted to ask. How much should i trust a backtest? Like let's say if a particular bot shown a very nice backtest for 10years and compare to maybe just 1year. Which is more reliable? I was also taught that EA has expiry. Is this true? Have also encountered before
Has anyone notice the new update? The original simple and clean interface is gone ! Now it’s forced to the messy interface with all the extra info that’s not needed! Also, the iPad version is horrible! There can only be one chart on display now!!!!! Why???????! Why is the update making everything
My friend's account was banned till 2030 (without a proper reason). After he was banned he purchased an indicator but he can't install it (he gets an error on the platform "authorization failed". He tried contacting an mql5 representative but he was not able so he asked me to do it. So, how can it
I created a live account early last week And have not been contacted to confirm my registration and validate access to trading. It's still tagged preliminary account, and I've deposited 10USD,but I can't still trade
Hey MQL5 team! Im trying to write a simple condition into an EA where the take profit will trigger if the Parabolic SAR reverses instead of reaching a specific pip count. Brand new to this so Im not sure if this is possible. Current basic code is below for the buy trade setup: if(LastSARValue <
Only i know some formula google sheets - Example like this = GOOGLEFINANCE ( " EURUSD " , "PRICE" , "1/1/2020" , "12/31/2020" , "DAILY" ) But what about mql4 ? how to get live data mql4 to google sheets? is it relate to broker or mql4
Get script here -> https://gist.github.com/nicholishen/...f530e162c40f43 What it is: A script that gathers all your MQL files and organizes them together and provides detailed reports in JSON and Excel. How it works: The script recursively searches the defined directory for MQL files (default is
  From a file to an array.  (15   1 2)
Hello. I am trying to copy data from a file to an array but even with the documentation and similar topics I can't seem to point out where the problem is. double destination[]; ResetLastError (); int handle= FileOpen ( "Ratio Data.csv" , FILE_READ | FILE_CSV ); if (handle!= INVALID_HANDLE )
  Fear of big money  (71   1 2 3 4 5 ... 7 8)
Hi all. I would like to raise this topic here. I don't deny that for some people $500 is a lot of money and for others $10,000 is nothing. But this is not the point. For example, a trader trades and comes to the point where his account becomes a lot of money by his standards. Then begins excitement
Hello MT4 community, I bought the wrong version of MT5 EA yesterday. Originally, i was trying to buy the MT4 EA but made a mistake and brought the version of MT5 EA. I haven't activated my purchase and install that EA into any VPS yet, how can i cancel the purchase and buy the MT4 version. Also, I
Hi i've do on mt5 and 4, with brave browser and firefox, when i click on download the EA, the MT open but nothing more, nothing is downloading. How solution this
  Trailing stop  (2)
Hello Members, Anybody understands why trailing stops do not execute on crash and boom? They always get stopped out where the spike ends. Somebody want to comment on this and share an opinion? I will highly appreciate. Thanks
Hi I wrote the Expert for Auto trading.(mql4) It goes very well in demo account. I tested multi times, without any problem. BUT when i want to use it on real account, it does not working... :( WHY? I checked everything : SL,Tp, Slippage ,..... . All parameters,All numbers , and ...... are true. But
Hi guys, I have made a new signal but there is a notification : Subscription will be enabled when trading starts But actually the account has made some transaction / trading with some good profit actually. How can I change the status of this signal? Thank you and best regards, Paksi Setyo Adji
Hi, I just installed the cloud agent on a second(drive D) SSD drive, but it still uses the C: drive when running. Maybe is it using the TEMP directory for somethink? How can I tell the cloud agent to use only the second hard drive and never the C: drive? Thanks Oliver
Hi Is it possible to change the start day of week in meta trader(5)? in Iran the beginning day of week is Saturday, so there is a slight Inaccuracy in weekly candles. There is also such a problem with monthly candles because of Gregorian Date. We need Solar Hijri Date. Thanks
So I've created a simple EA that shuts the superfluous orders as soon as they are in profit as long as the orders number exceeds the maximum int granted. My code for now is this: void DeployErrorCloser(){ if (CalculateCurrentNonUserOrders( Symbol ()) > MaxOrderPerSymbol) { long Chart = ChartOpen (
Just had to reinstall my Metaeditor and now built in functions such as Bid, Ask and DayofWeek no lkonger come up as functions while others like _Digits and Alert still do. Meanwhile I get undeclared identifier errors when I try to compile. Anyone heard of this problem before