General - page 772

My GBP NZD pair froze for few days in my demo account (metaquotes demo) . The currency price quote stuck at a price for few days and wont move. tried reinstalling mt5 and reducing max bar chart , the chart still froze. It froze in my mobile and other pc as well. Any help ?? tq
Compile ... #define STR_TO_BOOL(source) (source=="true" || (int)source!=0)int OnInit()  {  //--- This will produce warning "implicit conversion from number to string  Print("True: ",STR_TO_BOOL("1"));    //--- This is the same but will not produce any warnings  Print("True: ",("1"=="true" ||...
Try to compile ... #import "user32.dll"   int      GetParent(int hWnd);#import#define __MT_HWNDCHART (user32::GetParent(__MT_HWND))#define __CHARTID      (::ChartID())#define __MT_HWND      (::ChartGetInteger(__CHARTID,CHART_WINDOW_HANDLE))   int OnInit()  {  //--- This will produce warning -...
I am unable to open any sort of account as it does not allow me to proceed with the registration even after entering all of my details when opening a new account in MT4. To be more specific, the proceed button is disabled and pressing enter only returns me to the selection of account type. What am I...
In mql5, after adding an indicator to the chart in the code of an expert advisor using the function ChartIndicatorAdd(0,0,ind_handle) . Now I like to change the indicator period. is there a way to do this or I have to delete the indicator and re-add it with the new period? and if so, how can I...
why print a txt in Japanese? Hi, I'm trying something that drove me crazy: I have created a txt and I have put it in the folder "files"; I've called that txt "ab.txt" void OnStart()  {//---         string copia="";      int handle4=FileOpen("ab.txt"...
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....