General - page 12

How can I get my code to implement the symbol map from input while getting signals from telegram. I want the broker's suffixes to not be an issue. This snippets tries to get the map ready from input during initialization. void init_filters() { string pair[]; StringSplitTrim(tradables, ","
If i publish a utility where the file is compiled as Indicator, would be possible to submit it compiled as EA in future updates, for example if i decide to add trading functionalities? So users can use other EAs while the utility does not provide trading functionalities yet. I was figuring if the
Hello everyone, I'm working on optimizing a trading strategy using the Strategy Tester in MetaTrader, and I'm facing some challenges implementing a custom multi-objective optimization algorithm (NSGA-II) due to complex constraints. Specifically, my model has several constraints that make it
I need to change my country of residence. please guide me how to do that
The indicator is supposed to draw a red circle using wingdings under an up candle when its volume is higher than the individual volumes of the previous two up candles. The same logic for down candles. Using text, e.g. draw a letter O, instead of wingdings also does not work. Suggestions are welcome
getting an 'Error saving data' when changing password
Hi, I get error 4756 everytime I Buy or Sell. Here is the code for using sell status = trade.Sell(Lots, _Symbol, price, sl, tp, "Sell Order"); Below are the values which are used in the above function. Could you please help. I get the same error when trying to modify the trade to set the SL
Hi everyone, I am experiencing a persistent issue with logging into MQL5 from a VPS rented from a provider under ASN AS197540 . The problem: When trying to log in via the MQL5 terminal, I receive a 403 error (forbidden). Using a SOCKS proxy in a browser , I can access the site without issues. Using
"Dear MetaQuotes Team, I am a dedicated user of MetaTrader and a developer within the MQL5 community. As more traders and developers transition to MetaTrader 5 (MT5) , I would like to provide some feedback regarding the improvement of the bulk operation functionality within MQL5. Currently, one of
Hello MetaQuotes Team and fellow traders, I'd like to propose a few improvements to MT5 that I believe would significantly enhance user experience and workflow efficiency: I. Enhanced Order Display in the "Open Orders" Tab: 1. Display open orders using a tree structure to group orders by symbol
Good morning. I've selected one developer to my order in Job section. This message keeps appearing to me even after uploading the file: " You have not attached the Requirements Specification yet To continue work, compose and attach the Requirements Specification" I go, place the file, confirm, and
I just switched to MT5. #property indicator_chart_window #property indicator_buffers 0 #property indicator_plots 0 //+------------------------------------------------------------------+ //| Custom indicator iteration function |
Hello, I have been trying to create a tool(Utilities) in MetaTrader for several months and put it on the market, but someone rents it for $30 and after 1 hour, gives a very bad review (1 star). I have messaged him several times to find out what the problem is. But he does not respond. It is not fair
Hi all. I have a MQL5.com website login issue that has become very frustrating, so any and all help is appreciated. I even had to start this new MQL5.com registration just so I was able to log in to this support forum and seek assistance. For many years I have had an mql5.com account, and in all
Hey all, I'm a pretty experienced MQL5 developer and have built some solid indicators and semi-automated systems that work really well. The problem is — I'm not that great at the sales and marketing side of things. I’ve published a few products on the MQL5 Market, but they’re not getting much
I'm trying to create an indicator based on the Gann square of 144 but I'm encountering problems. I ask the community for help to be successful in this project and make the indicator available for free to everyone. ;) #property copyright "Copyright 2024" #property link "https://www.mql5.com"
Hello, good afternoon! I would like to know if is possible to change the selected developer for the current job. In case anything goes wrong could I have access to the previous candidates? Thanks a lot
Good morning. I requested a Job on Freelance Section and would like to understand the ratios showed on each candidate, please. Can you help me to understand the meaning of these items below? Rating Projects - we have two values, one in percentage number tagged as "Personal". - what's the meaning
Hi everyone, I'm trying to send a POST request to the OpenAI API from a MetaTrader 5 script using WebRequest , but I'm getting this response: "message": "You didn't provide an API key. You need to provide your API key in an Authorization header using Bearer auth (i.e. Authorization: Bearer
  The Freelance Environment on MQL5  (71   1 2 3 4 5 ... 7 8)
The MQL5 freelance market has become extremely vulnerable to widespread scam activity, with fraudulent actors operating freely and frequently on the platform. The absence of effective controls has created an environment where scammers - typically presenting themselves as " project managers" -
Today I compiled an old version of a source code, and I had integrated svn_revision as part of my version varible, which was also printed out on start of the program. Recompiling the source brought up this error message: As far as I am aware, there seems no documentation, anyone can point me into
I am using a MacPro, and I just came across a problem with MetaTrader 5 when by mistake I undocked a window and it would not dock back. So I found a solution: Close the MT5 terminal and then you have to find the terminal.ini file inside the meta trader installation folder in applications. Open the
Hi ! My navigator MT4 windows is detached in a floating alone macOs Ventura window and i cannot redimension it. Same with my MarketWatch window. How can i quit/close the floating window and put it back attached in the MetaTrader main window ? Closing window and clicking again on View>Navigator does
The graph is showing a balance and equity far higher than my actual balance and equity. I'm pretty sure it was OK last month so I'm guessing a recent update may have caused this. Has anyone else had this problem? Please note that this is a demo account
MQL5.community is growing every day and in less than 2 years our site has changed beyond recognition. Today the mql5.com website includes the following sections: Documentation to the MQL5 language.Code Base with hundreds of indicators, Expert Advisors and scripts in MQL5.Articles on various...
I've been synchronizing my robot with the VPS but today it seems to be either not receiving the updates or identifying the trades it should take only seconds after the moment conditions are met. Are you experiencing the same issues
  Free Download  (3)
Is it possible for me to allow a "specific number of people" to download my indicator free
Hi all, After spending some time developing custom indicators , I recently ventured into the world of Expert Advisors. After a few months, I managed to build one and I’ve just launched my first signal and I’m excited to learn more about how to grow organically within the community. Since direct
  MT5 Updates  (2)
Greetings to the team behind this amazing platform, Meta Quotes, Y'all are amazing people, geniuses if not the least. In the future when you do think of a feature to add to improve meta trader 5, please consider adding just one more timeframe, the Yearly chart, and a single period should show a
how can i run two expert advisors (by strategy tester) on the same chart in the same time (or two expert advisors on two charts of the same Currency Pair [ EURUSD ] in the same time ) in the backtest ? Thanks