Dear MQL team, could you please explain why zero feedback, zero sales and expensive systems are pushed in the first places in Polular? In the same time systems with normal prices, but plenty of sales and feedbacks are pushed in nowhere? This is a perfect recipe for destroying your market and I am
hello, how can we subscribe to market data in mt5? still I cannot click on subscribe button
In MT4, the _UninitReason survives the change of periods, and it has the value of 3, as per the documentation, which is useful to change the behavior of an indicator. In MT5, the reason is erased. here is the log of this indicator which prints only the Reasons. The doc says when the period is
Timeframe : 1Hr Condition to sell1 : *all conditions should be met before opening a trade. a. if sma233>sma144 with distance at most 30 pips to each other b. price can be below or above both sma144 and sma233 b. if price below senkou span B c. if price< tenkan-sen(9 period) and tenkan-sen(9 period)
Can somebody tell me how to learn coding !? I want to do EA for my indicator and i don't know how but i want to know 😊
Hello, i'm new, a few weeks ago and i transferred balance from my bank account to mql5 to order a bot and i have not used it since i have not been compliant with the freelance proposals, that is why i wanted to withdraw the unused balance. Any suggestions i would be thank you
Is there a diferent way or a function to return the positive value of a number? I know I can use this kind of code, but is there any simple way? if (number< 0 ) number=number*- 1 ;
Hi, How can I sort some array by decreasing time. So, for example, always the position 0 will be the last data received, position 1 will be the second last, and so on. I Have some code example but it is stucked on the part that I need to sort the array. double ex_array[ 6 ]; int count= 0 ; datetime
Hello, thanks to available documentation and articles, I can now manage to read a file with multiple columns to an array in my MQL5 program . Now I am concerned that the file is read all the time, even though it was not updated. I only want to read the file, when it was updated. So I am looking for
Hello I wrote the code in the "OnBookEvent" function to reach the depth of the market. This code has no problem when executed as a script and returns the requested parameter as an alert. But when I run the same code as an expert advisor in MetaTrader environment, it does not print any data for me
Hi, I want to know how to change my demo account to real account and also trade with it directly. By the way well I need a broker
Hello, I use in my mql5 EA ;to avoid the OnChartEvent's call; the following code if ( ObjectGetInteger ( 0 , "Buy" , OBJPROP_STATE )) { Trade.Buy(MaxLot, NULL ,Ask, 0 , 0 , "buy" ); ObjectSetInteger ( 0 , "Buy" , OBJPROP_STATE , false ); } But when i press the buton "Buy" the fuction
Hi, everyone my name is Andrew and i'm beginner .. i'd like to ask for an assistance in a form of a coach or mentor
When i try to get values of current bar for multi symbols it returns 0.0 double GetHigh = iHigh ( _Symbol , _Period ,barshift); double GetLow = iLow ( _Symbol , _Period ,barshift); When barshift = 0 ; it returns 0.0 for some of the symbols but When barshift = 1 ; all works fine, Why should it be
Suddenly the mobile terminal is not providing the trading notifications. When checked the MT4 terminal an error is showing "Notifications: failed send request [0] notify.mql5.net:443 failed". I did restating the VPS and restarted the MT4 terminals. Also updated the security tab in My profile and
I think its imperative that all programs must be verified and approved before being released into the market to protect end users.Thank you
int zz= iCustom ( _Symbol , PERIOD_M1 ,iName,ExtDepth,ExtDeviation,ExtBackstep); int zz2== iCustom ( _Symbol , PERIOD_M2 ,iName,ExtDepth,ExtDeviation,ExtBackstep); if (! ChartIndicatorAdd ( 0 , 0 ,zz)){ Print ( "error zz" , GetLastError ());} if (! ChartIndicatorAdd ( 0 , 0 ,zz2)){ Print ( "error
Good afternoon, I use two disks in my pc, C:/ for the installation of program's and D:/ for the data. This way I can make and restore a system back-up without losing recent data. Lots of program's allow to move the data folder from C to D without breaking. Can I move the MT4 and MT5 folders from
Hello folks I have the following sample code taken from internet...
input int StopLoss = 1000;input int TakeProfit = 1000;...double positionOpenPrice = PositionGetDouble(POSITION_PRICE_OPEN);if (StopLoss > 0) request.sl = positionOpenPrice - (StopLoss * _Point);if (TakeProfit > 0)...
We are compiling a complete course of free lessons to help beginners get started in forex trading. The lessons will guide you through the basics of forex trading. Upon completion, you will know the in(s) and the out(s) of forex, learn how to make your first trades, how to read charts, how to apply...
Please could someone help me understand whats wrong with the logic in the code attached? It causes an array out of range error at the line: outLFHighArray[SFH]=lastHigh; What im hoping to try and achieve is to be able to create a new array for the last Fractal Value. An array where
With visual studios 22 I added the path to mql5 and went to install. But mql5 compiler always opens a tab to the vs website for me to install vs... which is already installed on my computer. How do I sort this out
hello, i know its dumb, but i want to know if i purchase any EA from mql5, and the seller allow multiple activation, and if i want to use the EA on my other laptop, do i need to login with same mql5 account in other laptop, or i can use my activation on other mql5 account too
After installing Build 3135 i have no swaps in Strategy Tester. Is that some bug or
Hi, how do you change the text from this To this To demonstrate this i used the inspect button in windows 10. But when i save it it goes back to the center position
Can someone help me? How to remove tooltip that appear when hovering over a given tab? Often, if I want to quickly click on the tab indicated by the second or third arrow, I can't because I have to wait for the tooltip to go out. Does anyone know how it can be eliminated? It upsets me a lot
Hi, guys! is there simple tool or way or trick to measure pips from any point to point on the chart? (something like fibo retracement)? P.S. /Windows - start- accessories -calculator/ - that's I already know
Hello developers, I am writing a simple EA with UI. Everything works well as long as I have that EA on one chart in the terminal. If I have it multipe times, the CGraph instances influnecing each other. Below I have a testcase: 1) I load it on first chart with Input "TestcaseX". -> Everything is OK
When adding an image in a post, it can often only be done via open button but double clicking to open the jpeg doesn't work half the time

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.