MQL4 and MetaTrader 4 - page 1078

For several weeks now I am unable to create demo accounts on every terminal (=every broker) and every machine I'm using. I always have to contact some broker to create one for me. Did Metaquotes change anything?
[Deleted]
  Is it possible?  (1)
I am trying to make an expert advisor with a mate and was just wondering if it is possible to get an EA to place an order once the price has broken through and closed over support/resistance? Thanks, Dave
  Sperandeo indicator.  (159   1 2 3 4 5 ... 15 16)
Hello. Can anyone write a trend indicator according to the 1-2-3 Sperandeo rules
  Market Open?  (2)
Can an EA check to see if a broker is open for trading before executing a trade? I'm working on a hedging program between 2 brokers, and I don't want just one leg to be executed because one broker is open and the other is not. I am mostly interested in the times around the makets opening and
[Deleted]
  Can someone help  (3)
I have an indicator that I want to trade like an EA. I want it to open trade when the buy signals appears on the screen. The EA should exit buy when a sell signal appears. Afterwards the sell signal should now replace the buy signal. The process continues. Buy, then exit buy when we have sell...
[Deleted]
Ladies and Gentelmens, the alarm indicator in the above ...: Smoothed Inverse Fisher Transform RSI by Sylvain Vervoort https://www.mql5.com/en/code/10351 ... works this like: http://www.fotosik.pl/pokaz_obrazek/pelny/02a3f2764db3523c.html and I'd rather prefer to work this like ...: http://www...
Hello, i need program alarm in one indicator ( oscilator), who knows where i found a programer for this? i need programer for mql4 any e-mail ? who knows how much is this? thank you
This is just a suggestion to put EA and indicator available to all people in the Community links: https://www.mql5.com/en/code/mt4/experts and http://codebase.msql4.com/indicators, because this is the aim of this service Metaquote. There would be only for me but for all the world to access this site...
[Deleted]
Hello everyone. I have attached a worksheet that might enlighten and benefit everyone on this forum. This graph displays a chart of 3 moving averages: the 8, the 20, and the 100 ma (blue, red, and green lines). It also has a black line which is a composite of market tick prices. What is interesting...
[Deleted]
I've just started using MT4 again after a break of several years and am having trouble with even the basic tasks. I saved a chart but can't find out how to open it again. I've tried all the buttons and searched the Help files without success. I can open a new chart but if I do that I'm unable to...
I have a problem with the quick navigation box when trying to display a chart of a past date. When I enter a date, say ( 01.01.2008), bars for that date is not shown. Could somebody explain me how to correctly use this function? Thanks in advance
[Deleted]
As you know, if you press F7 button on your keyboard, while your Meta trader Platform is open, results in poping up of the small window which contains the information on common and inputs. Is there anyway you could program it so that this window pop us automatically. That is, under certain...
[Deleted]
I need to find the highest high in the last 11 bars   for(h=0;h<=10;h++){            for(z=0;z<=10;z++){            if(High[h]>=High[z]) {            temp3 = High[h]+0.00010;            }            }}Comment("Lot Size Buy " + temp3); // LotSizeSell()); The variables are already initialized of...
[Deleted]
I recently programmed a very basic EA to test the relationship between risk/reward ratio and winning percentage (see below). The EA successfully compiles, but when I go to my MT4 terminal, the icon for the EA is greyed out and when I try to add it to a chart, I get the message "Cannot open file 'C...
Guys, I use the routine below to write a log file of data with a timestamp - worked perfectly for a few hours..then next day all parameters were written to file EXCEPT the timestamp which was ZERO! WTF!! void WriteLog(){ int handle = FileOpen(Symbol()+"_logfile"+".csv",FILE_CSV|FILE_READ|FILE_WRITE...
  can't find mq4  (6)
Hello, can't find my .ex4 or mq4 with windows explorer (Win7 ultimate, logged in as admin). Where is it hidden ? Thank you (P.S. when ever i use the search, i get the same results, sorry)
[Deleted]
Help please... I'm trying to add an ADX signal to a MA crossover signal but iADX is producing different values to that of the ADX Indicator. Can someone let me know where I'm going wrong - I think it has something to do with not enough bars for calculating iADX....
[Deleted]
CCould some guru please show us how to make this kind of Template Candle only show Open Price and Close Price on any time frame. Thanks inadvance for your contribution
New article Securing MQL5 code: Password Protection, Key Generators, Time-limits, Remote Licenses and Advanced EA License Key Encryption Techniques is published at mql5.com: Most developers need to have their code secured. This article will present a few different ways to protect MQL5 software - it...
[Deleted]
Hi, I'm testing my EA for Hedge positions on MT4 Tester. --------------------------------------------------------------------------------------------------------------------------- OrderSendTest EURUSD,H1: ***** TEST 1 START *****: Order SELL --> Order Buy Lots=0.01 OrderSendTest EURUSD,H1:...
The new platform, MetaTrader 5, has been developed for a number of months. A new language for programming of trading strategies , MQL5, has been written, too. Stanislav Starikov (stringo), the leading developer of the language, tells in his interview about special features of MQL5 and about how it
[Deleted]
Ive seen a few questions regarding this issue, but nobody has seem to have resolved it. Ever since I was forced to update MT4 to build 409 a few days ago I have not been able to connect to the server by proxy. I have uninstalled MT4 and reinstalled it to the C: drive, and I have installed it to...
[Deleted]
  ObjectSetText problem  (16   1 2)
How can I show more than 1 line of string using ObjectSetText function? Please see my code which I have borrowed from another trader on this Forum : https://www.mql5.com/en/code/10341. In fact, I need to show the number of open orders on 1 line and another line shows BID and ASK. I know I could...
On the subject, I am interested in options for synchronising (transmitting orders) terminals - locally - remotely We are planning to do all at once in a one server - many clients mode. We will need to pay attention to such aspects as - the link option (files, memory for a local one; sockets, http
  Neural Nets..  (3)
Hi, I have read most articles on NNs, and I am fascinated by them. :) I am looking more at analysing the major fx pairs going back 10 years and trying to find any patterns. Has anybody used NNs for candlestick analysis, if so; how did you get on and can offer any advice? davefx
[Deleted]
Hi anyone know where I can get this indicator, id like to be able to make the Fibonacci horizontal lines short possibly to my liking.
hi, i´d like to readout the high and low of the last 5 hours of the active chartwindow. in which way could this be done?
[Deleted]
Hey i got a Demo account on TPoint and cant find where do i change the lever or the amount im putting on each trade. can i get some help on this?
Hi traders, Is there a script to Open Buy and Sell orders together, and Close both orders immediately after opened the position, and repeat the same thing again?
[Deleted]
Hi, Have been working at this for a while but I cant get my EA to work. It is based on a simple MA cross within a extern defined range. Unfortunately there is no trade being made and I cant work out why; I dont beleive it is the actual trading mechanism as this has worked consistently up till now...