MQL4 and MetaTrader 4 - page 733

hello friends. I have a problem to install the MetaTrader 4 (see also attachment). It should run on Win7 but the installation stops on the second step. The internet options are all set as low and the firewalls are inactiv. Nevertheless the installation isn´t possible. Do you have any further...
[Deleted]
Can any one help : how to edit the lines on the mobile MT4 of FIB time zones to make it show the levels in stead of  1,2,3,5,....etc to make it 0.382, 0.50, 0.618.....etc I know how on the desk top version but not on the mobile version. please help thanks
Hello!   I have a script, which plots data from .csv, as vertical lines with (or without) text. At the script start, I would like to be able to select timeframes that those vertical lines (and text) should be plotted on. Like:   input int PlotOnTimeframes = 60, 240, 1440;...
[Deleted]
Can anyone explain me in more detail than in articles about matlab, as I can do the following ?:  "1- Download OHCL matlab data in real time."  "2 Generate response in metatrader platform."  Articles do not understand well.  Any suggestions would help me a lot.  Thank you very much.
hello, i want to check if the last order is minimum one hour old, so i was thinking the OrderCloseTime() and datetime are borth using the date from the 01.01.1970 in seconds when i use my code i get some unexpected results i was thinking, i use the order close time minus the actual time and get
How to set only 1 time for all variables of "double data type" ? Thank you
Are the values of the spread settings for the Strategy Tester actually a tenth of the shown values?  For instance, is a spread setting of '2' actually a spread of 0.2? 
[Deleted]
Hey everyone, the web agency I work for has a prospective client who is already a metatrader4 broker, and they are looking to build a website to allow their clients to log in and see a few basic bits of data, including their balance and possibly trading history. The website will be written in PHP,...
Somewhere sometime I am sure that I have seen a MT4 with a side indicator window Was it part of the MT4 build or was it an add on ? Creating a composite of multi windows is the way most are doing it so far. BUT, it's hassle trying to establish if they are matching currency pairs and Time Frames....
Hello, If this topic has been covered, would appreciate if someone would point me to the thread.  Otherwise, I would like to to do back testing of EA's on the strategy tester using 5m/15m bars going back 5 years or more.  Could someone please explain how I can get sufficient data into the tester to...
I was able to run programs using ShellExecuteA in the previous build. For example to run notepad.exe it was the code below. Now with the new metatrader build it doesn't work anymore... And also file handling is much much slower. #import "shell32.dll"int ShellExecuteA(int hWnd,int lpVerb,string...
please this is the forex copy that i use to duplicate trade to multiple platform,though am not the own of the program codes. but since i download the latest mt4 update compiling this ea show me error below.please help me with the new updated program line.thanks below is the attached trade copy EA....
[Deleted]
MT4 closing open hedged positions at end of day needs to change from 23:59 to 23:54, is there a way to do this modification in the server? FIFO method Time Zone (UTC+02:00) Thank You
Dear all traders, I have created an indicator on the base of BB, malty time frame method, but its not working properly, I don't find any errors when I compile, when I use it in Live market signal comes and goes, it works in 1 minut time frame, but I get the signals in 5m also, when changing the time...
I am using a new laptop with Windows 8.1. The problem is : Windows explorer does not show all EA's in the expert directory. To make sure i created en new EA t.mq4. It is not shown by the Explorer. Does someone else have this problem too?
Hi all, I have a string CurrentSignal = "NONE"; I have my SL code. So once I have a buy or sell signal it will activate the thrailing stop however, after it takes profit using thrailing stop I got no where to reset my CurrentSignal to "NONE". How can I reset it?   CODE: if(type==OP_BUY)    {...
Dear,   can anybody modified this script for the pending order with a specfic time? for example if the market open at 8 am the order should be active at 9 am.  thx   #property show_inputs//#property show_confirmextern double Lots    = 0.1;extern int Slippage   = 3;extern int Stop_Loss  = 20;extern...
My EA works as follows -------------------------------------------------------------------------------------------------------------- "BUY" When MACD1 is less than 0 and MACD2 is greater than 0 it opens a BUY MACD1< 0 && MACD2 >0 ORDERCLOSE And when they are close to the same effect MACD1 <0 &&
Hi, is there a way to skip input dialog by debugging from MetaEditor (F5) please? Its anoniying to confirm the input by every small change. regards taskin
Hi, anybody here with experience with OnTimer()? If I Set in Oninit(): EventSetTimer(30); the OnTimer() prints its Comment every 30 second on the chart while (e.g.) the Xetra-market is closed. My question: Will OnTimer be executed even when the Extra wil open tomorrow at 9:00 cest although the chart...
Hi, I am searching for a tool or a script which is able to sort the market window in the MT4 by spread. I want to find the currency pairs which have the lowest spreads. It would be cool if the script or tool is able to open a new chart with a specific template of the 10 currency pairs with the...
Hi All, The  OrderDelete() &  OrderSend() functions displays arrows on the chart even when clrNone option is used. Below are the parameters which i have been using:   OrderSend(Symbol(),OP_BUYSTOP,0.1,Price,Slippage,Price-(MyPoint*StopLoss),Price+(MyPoint*TakeProfit),NULL,0,0,clrNONE);...
Greetings You probably already know about changing of spread in symbols.sel. I just decided to make the process easier, I'm sick of manually editing in the hex editor. For those who haven't done this before. You can only change the spread before starting the terminal. There should be no connection
Good morning, I'm new to the forum, I do not speak English, sorry for my writing, I wonder if there is a way to optener the historical values ​​from mt4, a punctually the Parabolic SAR indicator in order to use this data to make backtesting a strategy to design.  thank you very much  
I can not get the install to setup. Able to download with no problem. Install starts. Get a proxy server pop up at the location step. I do not use a proxy. From other articles have tried different browsers, clicked cancel on proxy pop up and tried many times. Even let set at the download step for 30...
[Deleted]
Hi, pc window 7 mt4 load in a very slow speed or doesn't load at all. How do i fix this issue?
[Deleted]
just getting into MQL4 and I'd like to ask a simple question ... in MetaTrader navigator/indicators it lists the indicators when I run MetaEditor I expected to see the same list so I could take a look, edit etc. are some built-in and not available?
HI all, I need to build a control to find this situation   If (Bid contains 0.0010 or 0.0090) then (...)   For instance bid is 1.3810 or 1.3890. How can I isolate the 10 and 90 round numbers?   Thank you!
  delete?  (3)
a
[Deleted]
Hi guys, I have this code: #property copyright "Copyright 2014, MetaQuotes Software Corp."#property link      "https://www.mql5.com"#property version   "1.00"#property strict#import "libutm2.ex4"  int InitLibrary();  int My2(int, int);  int Calc_Count2(int, int);#import#import "test.ex4"   int...