General - page 1821

Hello I'm in need to this software. I want to create MQ4 fils. Please help. Thanks
Hello, If I use the Expert Advisors log_test.mq4 from : https://www.mql5.com/en/articles/1405 in a chart I got a log file like expected. But if I use the same Expert Advisors log_test.mq4 in a Strategy Tester, I got nothing. Why ? Thanks, Pierre2006
I'm wondering if someone could give me an update as to when MT for Smartphone will be released?
Hi Guys, Just wondering has anyone got any good study material for Elliot Wave I want learn how to trade with elliot wave... Thanks Babar
Please look the attc, and please give your comment.
Dear Metaquotes, Any chance of MT4 at some point in time being able to use Tic data instead of 1M data for backtesting? This means we would of course have to save Tics in addition to all the other time frames, but it would make backtesting a great deal more accurate. Thanks guys, and keep up the...
Most of us have viewed excessively optimistic backtest results with a lot of suspicion. Many have gone further and compared forward test results with backtest results and have noted that the forward test results rarely match. The most common reason that backtests are flawed is where the...
Hello Is there any body who Knows how to buy or sell two or more currencies with OrderSend command in an Expert advisor.when I use this two lines: ticket1=OrderSend("EURUSD",OP_BUY,LotsOptimized(),Ask,3,Ask-Stoploss*Point,Ask+TakeProfit*Point,"macd sample",16384,0...
Calling all programmers and software designers. I would like to through down my gauntlet to start a collaboration of those who are willing to pick up the gauntlet and make a program that can be used by anyone to create expert advisors, indicators and scripts. The kind of program I am looking at is a...
Dear Metaquotes, When backtesting a system that uses the information of two or more currency pairs, for example - putting an EA on the EUR/USD 30 min chart, and having it also read information from the USD/CHF - the backtester is way off. The reason for this is that when backtesting a system on...
  HMA indicator  (4)
Hello all Does any one has HMA indicator with alert when the colored change? Does any one has HMA expert advisor? Thank you and your help is greatly appreaciated.
Hello, I already run my own Expert Advisor ( not a good one ) on my PC, I know how to do it. But here something different : Upload my Expert Advisor and run it on my broker's computer, is it feasible ? Thanks, Pierre2006
  T_rex  (14   1 2)
I just foud it... t_rex.zip CHEER$ Raff
[Deleted]
I have turned MT4 off line and delete all period history files from its history directory and then imported the 1M data from http://www.alpari-idc.com/en/dc/databank.php. I then use the period convert script to generate the 5min, 15min, 30min, 1hr, 4hrs and daily periods and then import them into...
Did anyone read that some guy on the yahoo groups site wants help making his indicator into an EA? Says it makes him thousands now, and he's more than willing to share the indicator as long as its to help the progress of making it an EA for us all to use. Anyone else see this?? B
Hello, Is it possible to install Metatrader 4 one time, then to use it with two or more demo accounts from two or more brokers. I dont want use two demo accounts from two brokers in the same time. I want to : Open MetaTrader 4 with the demo account from the broker A, use it, then close MetaTrader 4....
  CCI Trend/Direction Indicator  (50   1 2 3 4 5)
Hi, Anybody can direct to or post CCI basedindicator that shows up or down trend/direction in any form. See image attached. Thanks, euro pean
  Please help me..  (1)
Can anyone give me a clue what is refined elliott trade??
Anyone knows about Refined Elliott Trend?? I don't know how it works. I really dont have any idea about it
  Scripts Only  (5)
I have yet to see a script sharing thread. If there is one let me know. With all the indicators and EA's runing around I still beleive scripts have there place and own advantages. Scripts can give a edge of a few pips here and there so take a minute and share a few. I hope we can start with some...
why does this happen annd what does it mean, and how can i fix the problem?
  Control Points  (1)
Halo, can somebody write me how can i test EA`s forward & modeling by control points. THX 4 helping inwestorthc
Now, I know the truth hurts, but face up to it. Would you put your Mercedes on cruise control, put the seat back, and grab some snooze while going 100 kph down the Autobahn? Oh you would, eh? Figures. See, EA's are for lame slackerz who are to lazy to study and learn price action. They...
  Mql font size in help  (14   1 2)
Howdy, So when writing an object label or data, we have to specify the font. Other than Arial, are there any others MT4 will support? Thanks Mark
CAn anyone tell me why after loading 10 meta-trader platforms, the 11th platform doesn't work anymore. It wither freezes or "no connection". Something to do with bandwidth? Or perhaps that is the limit the Brokers set out... Thanks in advance
I don't know what happened, but suddenly it's nearly impossible to develop code under MT4, unless one has infinite patience. Why aren't indicators being reloaded and reinitialized when recompiled after being deinitialized due to an error? The only workaround seems to be to delete and re-add the...
When I run the tester in visual mode, the bar dissapears right after finishing it, only the close price stays on the chart. Is it on purpose, or an error?
Hi, Can you run MT4 on Windows Server 2003? If you can, does this give you any performance advantages over Windows XP Pro? Many thanks, Luke Sullivan
does anyone have a referral email address, or know anything about the details to this ******************.com site that I've been hearing things about?
  Integer portion  (2)
Hi everyone, codersguru, First post here. I am new to MQL4 but have a few years experience in VB, C# and some C++. I am trying to do a calculation that operates on the integer portion of a value. my line of code is : diff = anch - (int(anch/incr) * incr); but the compiler is complaining that I have...