Please I have two EAs I did for mt4 and I want to convert them to also work on mt5 platform still new to mql5 programming. One of the EA is based on every candle breakout and the second is based on CCI and EMA filter. Help guys thanks a lot
I have created a Fibo retracement object but I need to use customized levels, I use below code but all lines are showing beside each other. if(Fibonacci_Retracement(0,"fibo",0,fibtime1,fibprice1,fibtime2,fibprice2,clrWhite)) { ObjectSetInteger(0,"fibo",OBJPROP_LEVELS,fiblevel);
Hello everyone! I am entirely new to trading, MQL5, or coding in general. Trying to learn something new during the lockdown days so please excuse my ignorance. I am basically trying to code an EA that will open or close positions based on the profit of my most recent open position. I have found that
I need an ea to open the opposite of the position I opened at the same timeand it will provide this for all parities
When i shutdown my laptop and i check my mt4 on my phone my account gets disconnected, sometimes no connection even i have internet. I check my vps and its all migrated but when i shutdown my laptop i cant see my trades on my phone, any settings that i need to fix before shutting down the laptop
hi I put together this EA using code from this forum (mostly) and am trying to implement my strategy...the strategy is roughly https://www.mql5.com/en/code/7066but the lines I intend to use are any of the following string buystop[] =
hi experts,
i'm new programmer in MQL5, so if my question is very easy i'm sorry.
i'm create one EA and i use one custom indicator with a function ICustom, this indicator change candle color. I need to know what the candle color this so that my EA can take the decision to buy or sell.
Tnks...
I bought the <Name Removed > through MT4 platform where it is supposedly automatically installed I cannot see but only a blank row with <Name Removed> and 0.000 values, no graph lines nothing. Can anyone help
Hi guys, I am trying to do a strategy optimization for my EA, but I notice that the optimization doesn't balance good between the 2 PCs I am using. Here is an example: https://prnt.sc/rn6rjo From what I understand, this means that some cores are not being used, while the other cores have a lot of
Hello, I am using MT5 to program my EA. I am trying to trail a pending order however I struggled a lot since I am using MT5 and not MT4.. Many of previous solutions for previous problems didn't work with my query.. My code for trailing a sell position is: #include <Trade\Trade.mqh>CTrade
Hello everybody. i made an EA that one of functions is trailing stop. when i work with fix lot size 0.01, every thing is ok. but when i use floating lot size according equity, i get error 130 for sendorder() and modifyorder()! my STOPLEVEL in 0.01Lot and 0.1Lot is 50 and Point is 0.01. in this
Hi experts, I am currently trying to get my first function to be compiled. But I got some error. any idea how to fix them? I created 2 mqh files and want the second file calling the struct of first to make a function. //test.mqh#include <test2.mqh>struct ex { int a; int b; ex(){a=0;b=0;} };
Hello, need help: if I create and save a file with FileWrite(), I can read it out with FileReadString(). This wokrs als long as the EA is running properly. My problem is that I cannot call the generated files when I stop and start the program. There is data that i would like to load after restating
hi...trying to master mq5 i have made some research but not a single forum about calling a multi color indicator buffer to EA how do i call it.. DeepPink=Buffer 1? LimeGreen=Buffer 2? is that right? if(CopyBuffer(hma_handle, 1, 0, 200, hmup) <= 0) return; ArraySetAsSeries(hmup, true);
Newbie Question : Crossover EA is not executing any buy or sell order. Any Help with coding please.
(1)
#property copyright "Frobo"#property link "https://www.frobo.com"input int MAPeriodShort=9;input int MAPeriodLong=21;input int MAShift=0;input ENUM_MA_METHOD MAMethodS= MODE_SMA;input ENUM_MA_METHOD MAMethodL= MODE_SMA;input ENUM_APPLIED_PRICE MAPrice= PRICE_CLOSE;input double
Some said every tick based on real ticks is the most accurate data collection rather than every tick. By that, I tested some EA that I purchased before, and some stated they will have massive profit, however their report was based on every tick only. After that, I used every tick based on real ticks
Hi I have ExpertAdvisor (mql5) wich sometime crash and terminate! How to find bug? Thanks to all
Can anyone please help explain what might be causing the following errors when under verification test for uploading the EA onto the Market space. There seems to be no definitive answer to this, to my knowledge. test on EURUSD,H1 there are no trading operations test on NZDUSD,H1 there are no trading
Hello, how is it possible that i see trades on the chart that are not done in backtesting. For instance, the highest trade number in my backtest report is #13 but on the chart opened after backtest i see trades #313 etc. with a size nowhere used in my strategy. All my trades have no stoploss or
An order becomes a deal. A long deal open or increases a position. A second long deal increases the position since in MT5 there is only one position per pair.
If I use POSITION_PRICE_OPEN (Position open price) from https://www.mql5.com/en/docs/constants/tradingconstants/positionproperties which...
I'm trying to convert this code from mql4 to Mql5 but id does return the desired result; MT4 code- if(!OrderSelect(i,SELECT_BY_POS,MODE_TRADES)) continueMT5 code Im using: if((ticket=OrderGetTicket(i))!=0) continue; What is the mistake?
Help : i need help on how to clear the messy digit all over my MT5 trading platform, it has created a mess all over my platform, i cant even view my candles again pls guys tell me how to clear that stuffs. i have attached 2 pictures of the platform with the mess, i suspect its EA setting but dont
Does anyone know an indicator that gives an alert when the EA closes a trade at a loss? And can that indicator run separately from the EA on the same chart? Edbeleg
Hi, It seems that my broker use some suffixes with the currencies names (instead of EURJPY they use EURJPYm) I guess that is why the signal did not work with my account :( do you have any solution for this issue? Thanks
Hello,
I made a simple EA but to speed up optimization I want to make the EA opena new trade only when the indicators are right and only when a new bar starts.
The EA has to wait until the bar closes and then opens a new trade only when the new bar opens.
Could someone tell me the code...
Hi everybody, I'm working in a project wich I created a custom object list, but after close de EA I get the message "...undeleted objects left". My code is very big and complex, so I created a very simple one with the same logic, so, I can reproduce the exact same error and I can share the
I need to know how to make a Payment for Freelance work that has been completed. I've searched the site and haven't found directions for this
Hi I created a simply EA mt5 with wizard. Optimizing from 03/02/2020 to 20/03/2020 max profit is 295 €, optimizing from 04/02/2019 to 20/03/2020 max profit is 306 €. What is the problem? Thank you at all
Hi.. been getting this error on mt5 cant get it working searched for many ERROR 4807 solution..cant get a solution "code" played with it for while still cant get it working //+------------------------------------------------------------------+//|

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.