Dear Friends, we've built an EA for MT5 which loops through all Symbols, calculates indicators for them and makes deals in those symbols with signals. All from one chart. In live trading it works well, but I can't seem to get it to work in the strategy tester. Could anyone please advise? Thanks so
Hey MQL Experts! I'm attempting to use iCustom to return the current values of the indicators for my EA. I've been hunting around MQL5 forums and Stack Overflow and attempted to follow the responses exactly however still not getting much luck. I'm clearly missing something and I bet it's super
Hi, is it possible to load a .set file (from MQL5\Profiles\SymbolSets\) using a MQL5 script? I could not find any function to do it at https://www.mql5.com/en/docs/marketinformation Thank you
Hi, I have read a few threads regarding handling doubles and I can't say I understand. Please find the following links article on working with doubles - https://www.mql5.com/en/articles/1561 a similar issue - https://www.mql5.com/en/forum/155049 why i shouldn't use NormalizeDouble -
Hi to all!!! On the image a brief schema / data flow that I´m trying to implement but I´m not completely sure if it´s can be done. Once I´m sure that the MQL5 allow this schema I will post in the Freelance community. The questions are: 1: Can I send orders to MQL5 from different sources? If I MQL5
this is getting beyond bl**dy annoying! I have my mql5 account and have paid for 2 EA's which are now available to download and install but in metatrader 4 wont recognise my mql5 account and just repeatedly asks me to re-enter my details after which nothing happens, ive changed my password a number
Hi. I've signed up with a new VPS provider, and installed my MT4's and EA's as I am used to. I have bought four EA's from the MQL5 Market and none of these can attach to a charts on the MT4 on this new VPS. I can attach EA's I have bought outside the Market. The support at the VPS provider can't
Hello, Thanks for your time! In my code, I want to make a variable (greenlineprice) equal to the highest point of the last 6 bars, but only when the conditions are met I used a variable (choice) to serve as a signal to my Switch&Case on when the conditions are met. The problem I have now is, the
I see many products that look like variations with a different twist of the same indicators. They start to look alike after awhile Are there templates to use to design products for the market
Hi guys, I am pretty new to MQL5. Currently am building EAs with downloaded indicators. I used iCustom to extract values that are calculated in the indis, but only the 1st value is got, the rest seems like empty value or 0.0. I read that in MQL4 we can choose the buffer index in the second last...
Hello, I am running 2 separate accounts on my MT4 with 2 virtual servers, both have different account balances. I was wondering how to edit the settings for lot size per expert advisor, per account. So I have 2 accounts, each on a server. I want to run a .05 lot size on 1 account, and a .15 on the
int BuySell = 0 ; int ToucMA( int TimeFrame, double MaPeriod) { // Per convenzione si usa // +1 = BUY // 0 = Tutto bene, ma non fa niente // -1 = SELL double Ima = iMA ( NULL , TimeFrame, MaPeriod, 0 , MODE_SMA , PRICE_CLOSE , 0 ); // MedIA ombra inf Media che taglia
Hi guys Can anyone explain to me why my account growth is -100% For sure that I earned profit on my trade, but when I registered the account as signal, the growth shows -100% Here is the link <Deleted> I have no idea why it shows negative growth. Thank you
Dear Metaquotes, as stated in the headline, I ask you to add a complaint/spam report button to the message section. From time to time, many of us get unwanted advertising and spam messages, and this could be a more efficient way to report them to the administration then bothering the moderators with
Is it ok to negotiate an author individually who sells EA on mql market about legal rights? In other worlds, I want to ask each author about the price when I sell his EA for other people. Is it against mql community guide line
Comments that do not relate to the "How can I open multiple trade positions in mt5?", have been moved into this topic.
2018.09.07 17:42:27.246 Virtual Hosting: 5966031 failed to connect to server 'MQL5 London 3' (88.202.180.31:443 failed) Cannot connect - cancelled subscription twice and first was given London 2 that also didnt connect. I have a 127 ms connection to FBS server and this should not be an issue what is...
I have been registered as a seller last 2 years, but last 2 days it looks like i can not use Freelance service. I can proceed deposits/withdrawals, open new signal, add product to market, send messages etc, not obvious ban reason. I have access to Freelance session, but "Open new Job" and "Take...
Hy please help me i have been trying to open my trades but they all say trade is disabled so how do i enable them
Any ideas why non of these coded lines return any values but ZERO. double Buy_Volume = SymbolInfoDouble(_Symbol,SYMBOL_SESSION_BUY_ORDERS_VOLUME); double Sell_Volume = SymbolInfoDouble(_Symbol,SYMBOL_SESSION_SELL_ORDERS_VOLUME); double Max_Volume =
hello guys please can somebody help me.... i cant log into my mql5.community on mt4..... just comes up with authorization failed in the journal bit ? putting my username in and password exactly as i do on mql5 website
I am struggling with this little mq4 piece of code. I get the following error return value of 'OrderModify' should be checked .... <Deleted> AND return value of 'OrderSelect' should be checked ... <Deleted> Please help me, thank in advance
I had trouble accessing my account after uploading a new product. I can not open my profile... Has this problem ever happened to you
It's really annoying subtracting in my head every time I look at a chart. Is there a specific reason that you can't change the time zone ? Every other charting software allows this manually or automatically, why now Metatrader 5
I was entering my Requirements Specification, and because I had not finished, I saved the current text. When I went back to it this morning, it was gone. My laptop had restarted overnight with a Windows 10 update, and had reloaded all my open web pages. What I was hoping, is that there is a way to
Hi! //Entry for Long Positions if(PriceDataTable[0].close>Kijun_Sen1 && Kijun_Sen1>Kijun_Sen2) { if(UseStopLoss)StopLossLevel=CurrentBid+(FinalStopLossPips*_Point)*p;else StopLossLevel=0.0; if(UseTakeProfit)TakeProfitLevel=CurrentBid+(FinalTakeProfitPips*_Point)*p;else TakeProfitLevel=0.0;
hey in mt5 can we change size of candle or wick other default. i mean to ask if we hit "+" or "-" on key board size of candle change but its some standered size in mt5 can we edit it to our liking
I purchased a robot from MQL5. The payment went through, but displayed in place of the buy button is now "install on the terminal". When I push this link it does nothing. In the purchased section of MQL5 my robot "Deleted" is there. And 1 activation has been used. please help

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.