General - page 810

Hello I'm trying to use the log file to recover the Alert signals but the mt4 doesn't update it in "real time", it takes some seconds. How can I make the mt4 to continuasly update the log file?
Hello, Just wondering if anyone knows why templates are not opening up as I saved them? For instance I have 5 instances of USDJPY in differing timeframes and the same for USDJPY and GBPUSD with a total of 15 charts. I save this setup in templates as GBPJPY_5MA. When I go to reopen the template the
Hi. Since we usually set a lot size of every EA in the appeal to a maximum drawdown (max DD), then THE MOST IMPORTANT ISSUE is to see a graph display of a balance and a drawdown on the same chart, to see its curves and values in each changed point OR, at least, to know what is a balance value [USD
Hi. I am using MT4. I am new to EA's and have what I am sure is a very basicquestion, but I haven't been able to find the answer so far. I would like an EA which enters trades based on RSI movement. I don’t wantthe EA to manage the trade after entry; I will do this manually. I am experimenting with...
Yesterday,5-1-2019, Miss Rockefeller made this statement in her dailyarticle: “Weexpect the dollar pullback to persist for another couple of days, butit’s not inconceivable it could turn into a rout if the Fed soundsoverly dovish. It shouldn’t, on the economics, but it might, on theerratic and...
I know it seems crazy I have to report this problem in forum, but I can not find any other place to report this it's some hours I can not apply for jobs, even for jobs created under my name, I dont know why?!
How much users to send messages on mql5 message sections?
I need a mql5 code idea for an indicator in a separate window based on an indicator on the chart. Example: RSI that is based on a moving average.
Try to compile ...  #define RESOURCE_MAKETAG(text) ("RC#"+text)int OnInit()  {  //--- This will produce error "export - unecpected token" and error ") unexpected token"  Print(RESOURCE_MAKETAG("export"));    //--- This will produce error ") - unexpected...
Hi, I just upgraded my Android MetaTrader 4 app to build 2029. After that I can't close the app, when I push the back button I only get the menu, another press that usually exits the app just closes the menu... VERY annoying. Please help!
Hi, I created an expert advisor that automatically generates the chart screenshot that is saved in a hidden folder using WindowScreenShot() function. I need to save this photo outside the metatrader or extract it from it.In the function I entered the path where to save the photo:...
Hello everyone! is it possible to call iCustom with different parameters that started as a string input? I'll post some photos of what I mean. This is where the user set the inputs of the indicator: and this is how I am eliminating spaces and treating the input: input string...
Hi, I have down loaded a product but it is not working. its attached with the EUR/USD chart but not trading the levels. could some one help me
Hi, I have an MT4 indicator for market in which I want to enable voice alert. How am I supposed to add sound files to market's repository. I saw there are some indicators in the market which has voice alerts. In market I am allowed to add only one ex4 file. I have searched but could not find...
I am looking for an EA or Script that you can set to creating a maximum amount of orders on various currency pairs independantly. Can someone please help me with this. Thanx
Hi there, If I want to search through the +100 pages of indicators (https://www.mql5.com/en/code/mt5/indicators) by subject, can it be done? Or must I manually search each individual page? I have tried the search function at top right, but it is ineffective.
Hello everyone, I'm facing an issue when I try create a signal based on my trading activity using Fort FS broker, It said "Invalid broker server". When I type, it showing the broker server on a column, but when I try to added, It just mentioned above sentence. If it's not applicable for creating...
Hi there, I need a simple code for the MA when it changes the direction. (deepest or highest point) What are the conditions for this, indepently if the price ist below or above? good results to anyone
  I need help!!!  (1)
I created EA based RSI, Stoch, MACD, CCI etc. When I backtesting that EA (Strategy tester), backtesting finished then these RSI, Stoch, MACD, CCI indicators showing with main Chart. How to delete or hide RSI, Stoch, MACD, CCI sub windows after backtesting(Strategy tester)?
Hi, I am using instaforex acct. when login by using Meta trader 4 or 5, in software server usa2 not display in list  and unable to acct ?
The TradeLife team is looking for experienced forex traders for trust management. From you as a Forex manager is required: 1. at least one year experience of Forex trading. 2. Provide monitoring of your account on Myforexbook for last 6 months at least (statement is not suitable due to increasing
Using the VPS services in https://www.mql5.com/en/vps , is my MT4 account's master password exposed (to anyone) ? How safe / secure is my MT4 when I trade automatically using EA on the VPS ? I couldn't find any support form/email to contact to verify my situation on the above mentioned link. :(
Hi, https://www.mql5.com/en/forum/115967/page3 lists a method to launch an EA from a script/another EA. However, it requires enabling of DLL. Has anyone managed to do so WITHOUT the use of DLL? Consider the scenario 1. Open MT5 2. Attach "controller" EA/script to a default chart manually. 3....
Hi i am trying to generate he alert and draw the arrows on the chart on some specific conditions. but facing some issues when super signal channel lies under the upper and lower bollinger bands. at that time i don't want to show the arrow for sale and buy. But it shows the arrows. what should i do...
I find that trailing stop is great when keeping your profits. May I ask what is your best points you use to get the most out of your profits?
Hi supporter, I just open an account, and move my copy signal to here, but after that, i found that this kind of account doesn't support signal. so, it couldn't do anything. I must move my copy signal to another account, but htere's a rule that only move once a week. It's a waste of time and my...
I make a Program to download symbols data. whenever i run it it works correctly and everything is ok but after a while i receive this message Critical error occurred, debugging is stopped. I have to Stop Metatrader5 By using Alt+Ctrl+Del from Task manager and meta editor to and then start them again...
SomeTimes CopyBuffer Takes a long time and return 65535 into the ZigZag_Copy_Value while bars is something less than 3000 this makes me crazy bars=Bars(sSymbol,ThePeriod,StartDate,EndDate);ZigZag_Copy_value=CopyBuffer(ZigZag_Handle,0,0,bars,ZigZag_Buffer);
Hi. Pls help add a sound alert code into this indicator. Its a 2 period moving average cross over indicator but presently does not have sound. I want it to be able to sound an alert when a cross occurs The line of codes are below........