Hello, ArrayPrint shows that array is filled correctly. File is saved but empty. If I use FileWrite(…) and add some strings to the file that works. So it must be specific to FileWriteStruct. Any ideas? void CTrend::fileWrite(){ struct Datefile { double val1; double val2;
[Deleted]
With the function MarketBookGet() you get a array back with market book infos. i did see that the size of this array is usual just 15, i think this would mean the last 15 ticks or? Is it anyway possible to get the bid and ask volume for more then 15 ticks, for example for last minute, for last 5
Hey everyone, I came across what appears to be something in parentheses right before a function in the OnTick part of the reference. What does it mean and what is it called? Any help would be appreciated! Example: (ENUM_ACCOUNT_MARGIN_MODE)AccountInfoInteger(ACCOUNT_MARGIN_MODE)
What is an LSMA? It stands for Least Squares Moving Average and the indicator plots the endpoint of the linear regression line. By comparing the current value to the prior value a determination is made of a possible trend, ie the linear regression line is pointing up or down. Use the close of the
Dear experienced traders If I want to run more than 2 account in same broker in remote desktop VPS, do I need to install more than two terminal ? Thank you in advance and best wishes, Sky
Hello, I run an optimization that does not connect to the MQL5 Cloud Network automatically. 1) Cloud credentials are present, 2) MQL5 has funds to cover the optimization. I can manually, go to the "Strategy Tester", open tab "Agents", enable "Use MQL5 Cloud Network" and successfully run the
hi, i have buy an EA in mt5 but i cant install it on my vps any solution
Hi all, You know some traders talking about tick charts 70 and 233 ( as far as I know) They are not included as a native part in MT5, I want to write an EA which creates 70 tick chart. Can you help me how to do it by showing the key points of the way
I registered for the Cloud network, My computer has a show connected. CPU Description PR Jobs Profit Created ↑ Last activity Intel Core i7-3537U @ 2.00GHz, 8067MB DESKTOP-2RMEBKK 83 0 0.00 2020.05.01 2020.05.01 Once there is a Connect show, will it continue to be a show like this
I would like to create an asynchronous function which will be used in my library. But I don't want to use the OnTimer function! If possible, how do you do that? Thanks
Hi Folks I'm not sure if it's my age lol, but when I flick through all my open charts I end up with a short list of pairs to monitor. At the moment I tend to note them down on a sticky on my desktop but as the London open approaches I often modify the list. I was wondering if anyone knows of an
Dear experienced traders, Could you help me with a basic question? I try to find out what is stop out(stop loss), but I can't really understand that. One case in a real account, my broker's stop out was 50% and the account's leverage was 1:100. My balance was around $760, I thought it will be blow
[Deleted]
I have noticed everyone is talking about Martingale and Scalping. Is there any signal provider who doesn't do scalping as a part of their trading or don't do martingale? What about those signals who doesn't perform such tricks, But they have been told their strategy is scalping, whereas their are
I want to use try,except logic but can't seem to find an example anywhere. How would I write the following in mql5? try: #include <dependency.mqh>except: Print('Could not load the dependency');
Hi, I'm starting studing EA and after create a Moving Average EA I'm really lost how to modify the MA lines to start new signals or change lines properties (like color, width and so forth). Or, in other words: how can I change the code created to allow me make changes without impact the "default"
Good evening Dear sir Can I raise the indicators that only works for bitcoin To the published products ? thank you
Good day. taking into account of the Covid, what do people advise for the following cases. 1. Developer not responding to Customer because of quarantine or 2. customer not responding to developer because of quarantine. if any of the two cases arrise what is the position that you the reader suggest
i tried to write to TERMINAL_DATA_PATH with TerminalInfoString(TERMINAL_COMMONDATA_PATH)+"My Folder"// not Working please help https://docs.mql4.com/files/foldercreate TerminalInfoString(TERMINAL_COMMONDATA_PATH)+"\\MQL4\\Files";//Working
Hi traders, Quick question, how is version control handled in MQL5 ? I've been coding several Indicator and EAs, and always name my files based on the version itself, eg my_MACD_v1 , my_MACD_v5 etc. But if I save them as my_MACD and only change the #property version the executables ovewrite each
Do clients needs a VPS to copy trading signals? Or MQL will copy the trades even the terminal is closed
Hi guys! I'm trying to code a simple probability based EA. Now thing is, I don't have code based of this at the moment, but really am looking at any tutorial/article that deals with this, since I dont know where to start. If you do know of any, please share it here. For example, I want to check the
hi please help me about last upper or lower fractals candle no. i write this code: int OnInit() { int i,j ; for(i=1;i==200;i++) { if(iFractals(NULL,0,MODE_UPPER,i)!=0) { j=i; Comment(j); break; } } } but mql show error ('}' - not all control paths return a value) pls help i will be crazy
I am not a seller, but i have funds i put in account and now i want to get them back. How can i do that ? I msg MQL5 and no anwser. Should i open PayPal dispute to get my money back
I just logged in and in my messages i received a weird message spam with no username who was spamming his telephone number with signal services and photos , on the top right corner there is a button with the word subscribe
Hi, I'm trying to code EA but I don't have programming background. I want to use 12 EMA, 26 EMA cross over with 55 SMA on 1-minute chart. The buy trade is carried out when 12 ema cross above 26 ema and 55 sma while sell trade is carried out when 12 ema cross below 26 ema and 55 sma. I want to start
Hello everyone. I have this problem on my mt5. I create the text objects and delete them whenever a different value is loaded, and create them again. However, sometimes the object is not deleted, so I change the time frame and everything goes back to normal. And the object that has not been deleted
Hi, yesterday I placed my first order for an EA on freelance. Under the voice responded there are two developers: what should I do? How can I contact them? Do I have to wait for them to write to me? Regards
Can anyone please tell me how to open a EURUSD Buy/Sell position using EA on different chart for example GBPUSD
bool ChartIndicatorAdd( long chart_id, // chart ID int sub_window // number of the sub-window int indicator_handle // handle of the indicator ); Have we something like ChartIndicatorAdd But for Experts? Maybe ChartExpertAdd

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.