MQL4 and MetaTrader 4 - page 1082

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...
Hi peoples, I wrote an indicator that performs some simple calculations and displays them on the chart. The calculations are correct, and they are supposed to update every tick, however they often don't. Even after waiting quite a few ticks, sometimes it works, sometimes it doesnt. And if it doesn't...
  i need help  (1)
I have two systems with their own entries and exits. For example: System A: Buy = (RSI(14) < 30 and MA(C,25) > MA(C, 200)); Sell = MA(C,25) < MA(C,200); System B: Buy = (ADX(14) > 30 and C > MA(C,200)); Sell = ADX(14) <20; In want to combine them to one system. That means that each exit should be...
[Deleted]
Dears, pls i nid a selfassured bad programer 2 develop dis huge project . Any available? pls email:tadeseadeolu@yahoo.com
Hello, I am trying to build a database/spreadsheet of data on all major fx pairs going back (at least) 10 years. I have spent the last 2 days searching google, but nothing. Can someone recommend a website or company that specialises in this form of data? Thanks. davefx.
[Deleted]
Best Forex Trading Platforms are: Apex Trader is our most popular dealing foundation andallows you to deal Commodity, Options and Forex trading on the same screen! Itis for the self-directed discretionary dealer who will be taking the lead to ontheir own investments. Meta Trader is for the system...
[Deleted]
Dears All, I'm using a simple ATR trailng stop indicator: // PROPRERTIES ********************************#property indicator_chart_window#property indicator_buffers 2#property indicator_color1 Aqua#property indicator_color2 Red// INPUTS ********************************extern...
New article The "All or Nothing" Forex Strategy is published at mql5.com: The purpose of this article is to create the most simple trading strategy that implements the "All or Nothing" gaming principle. We don't want to create a profitable Expert Advisor - the goal is to increase the initial deposit...
[Deleted]
I am trying to put in a bar delay or time delay.Either will do, just can't get the conditon error to go away.Obviously I can't understand what condition means for this Delay code? I assume it means the condition for order entry. When I put in the signal criteria I just keep getting errors. I have
  learning to code  (3)
I have recently purchase the book " expert advisor programming by Andrew R. Young... and I'm wondering does anyone have additional books that they would recommend? Thanks for you input
I like to know and edit but i cant find where they are. Thank you.