I would be most grateful if somebody could amend (or advise me what to amend) the EA below for me please. Its is a simple EA that opens a pending buy stop and sell stop at round numbers (every 100 pips in this case). The issue I have with it is that when price moves towards to next round number, the...
Hi Just wondering if anyone can point me in the right direction in regards to pulling multiple currency data into one script so you can compare currencies on the same time scale?
[Deleted]
Is there any tool or software that can convert an EA MQL4 to .EX4
Hi, i've managed to resolve partially my problem with the pending orders described in this post: https://www.mql5.com/en/forum/294301, but now the code returns Error 130 on prices that it should and shouldn't place an order and doesn't place all the orders with the given pip interval between them:...
HI, I just want to place order when arrow signal (object ) appear on a current bar since I can not use icustom. I think I can check object to find arrow and if arrow signal time=Time[0], then place order. Is this correct? void get_signal(){ if (ObjectsTotal() == 0) { return(0); } int i;...
Hi, I have sucbscribed to a trader and i have a vps . However, the trades are no longer being copied from the trader to my account. Do you know why this could happen and how to fixe it? Thanks
Hello everybody. This morning my new expert advisor made his first trade, but I'm thinking it was not a good deal cause it's suposed that the expert has to entry when the blue MA crosses the yellow MA, but I don't see that in the chart... anybody knows some of this? - I post the logic: //---...
Hi I get an error invalid trade volume when I try open lots like 11.23 but when I use 10 its fine. I'm using double lot variable. Why would that give me this error? Louis
hi. in attached code if put " h1=h0/m0; " as same as in code, then send " zero divide ". where is the problem.?
Hello everyone, Its been a long time since my OS forced a shutdown/restarted. After I realized the problem, I ran a part of the code I never run. void CheckUp() { Alert("Start"); Total_Orders=OrdersTotal(); for(Total_Tickets=0; Total_Tickets < Total_Orders; Total_Tickets++)...
Hi, I am developing an algo based on Excel and VBA however I am finding some difficulties to code on MQL4. Can someone guide me how I can extract raw prices past data of all time-frames for all symbols into excel, please? Much Appreciated.
[Deleted]
Hello everyone - sorry my first post is one asking for help! There is an indicator that I would like to add a simple alert to (for trading manually). 2 lines are drawn on the chart, and all I want is an alert when the current price either goes above 1 line, or below the other line. I know very...
I just have a basic question cause I'm new in programming... Is there any way to arrange lines in mql4 when nested operation is used? for example in MatLab when you press ctrl+i all "if" ,"for" and... that are inside each other would be arranged.
Is it possible to know if the order was closed by 1. normal tp/sl 2. Manual close 3. closed by **pip 4. closed by profit dollers. etc..... Is it possible to put mark (comments?) when CloseOrder? If it is possible to leave a foot print, I think I can know the order was closed by 1 or 2 or 3. Any good...
hi, can someone help me to insert a rectangle coloured object area on this indicator attached like my image?the condition must be this -The rectangle must be with the same withd of the ma segment line(adapt on each timeframe) -height of rectangle is given by the distance between the two lines...
Hello everybody, I am trying to find out the exact formula allowing to compute the required margin to open a trade, given a certain size (especially for what regards metals). I already looked around the web and forum's topics and I found examples. Unfortunately all of them, in some cases, does not...
[Deleted]
Hello all With regard to the protocol for communicating to a broker from MT4 - ie the communication side of what happens when you place a trade and close a trade, is this documented anywhere? I am trying to find out if there is any difference between trading manually and trading via an EA - ie...
The live update for the build 1160 do not work. Can you help me.
Sorry, this is a temporary entry that will be deleted just to format the below as code on the web in order to make use of the Google Chrome "Highlight all on dblclick" extension. If you know a better place/way to do so please share.-2down...
Hello. How can I make RSI be calculated for all stocks and then I filter stocks by their RSI?
Hi there, I don't have a MAC, but want to know if it is at all possible Wininet functions on a MAC? I have an indicator, that I want to use to check if an account is active/inactive via a URL, but WebRequest() is not available for indicators. I have the following code running successfully for...
Hello Everyone, While I am doing chart analysis I realized that MA, BB and some other indicators does not show on back history bars (even if I downloaded all History data for years , and Activated chart history bars to maximum) it happens when I am using EMA 500 or above, BB 99 or above any...
[Deleted]
Hi, Whenever I generate StrategyTester reports, the equity curve is invariably truncated on the top-right hand side. Does anyone know how I can correct this problem? (image attached). Thanks
Hi i got an indicator (which i don't have access to the code) which goes crazy when i scroll far to the left of the chart to get older data to get loaded & displayed. is there a programatical way to "refresh" the datas so that i got original signals not the crazy ones ? when signals "go crazy" i got...
Which is the best MT4 trade copier for sending signals to clients having different brokers ?
How can i Install Metatrader 4 (especially together with the "metaquotes" Filder & " "terminal") in an external Drive? Everytime i do this, this Folder automatically migrates Back from (D:) to (C:) Both of These folders which are foundation in AppData Folder will Teleport themsellves Back to the
How can I read log information at the MT4 terminal simultaneously? Or how do I know when an information record is logged.
Hi everyone, I would like to install MT4 on AWS EC2 or on some other VPS and possibly not on PC and I have some questions to ask: 1.Can I install MT4 on the base level with 1CPU and 1GB of RAM? 2.After 1 year how much do I spend with AWS EC2? 3.Are VPS better than value for money? 4.What OS do you...

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.