MQL4 and MetaTrader 4 - page 659

Hi   Kindly help me with the following code. I am creating an EA in which I want to open new chart with EURUSD M1 and apply the template in newly opened chart . EURUSD chart is getting opened , but template is not getting apllied on newly opened chart EURUSD M1. I have kept the template file in...
hi i would like to divide the Order Lots (Praticl close)when the Profit  reaches certain level but the problem that it continues to divide , need help to know how to break the loop and don't repeat itself  //-------------------------------------------------  void PartialClose() {            for(int...
  is such an ea ??  (1)
hey all   i am looking for an ea with a buy and a sell button. when i click buy it opens a pending order 10 pips above the current candles open price with mm risk 1% and if i wanted to go short the same, has anyone come across an ea of this kind.  
[Deleted]
Hey there,   I'm currently writing an EA. First the 20 EMA needs to cross above the 50 EMA. Then the stochastic oscillator needs to cross the 80 level downwards. When the stochastic moves back to the oversold region and then crosses the 20 level upwards I want to place a buy order. The problem poses...
I recently started to use the strategy tester, on MT4 version 4 build 840. I have tried to find an answer to my problem by searching the forum and the web, but no results. I hope that someone here will be able to at least direct my research. The data returned by the Print function in the strategy...
Hi all,   I am trying to write an EA but I am having problems opening a trade and closing a trade on the next bar after a signal using icustom. Can someone point our my errors and how to fix them. Only one trade in any direction at any one time. Thanks in advance. 
New article Using Layouts and Containers for GUI Controls: The CBox Class has been published on mql5.com: This article presents an alternative method of GUI creation based on layouts and containers, using one layout manager — the CBox class. The CBox class is an auxiliary control that acts as a...
[Deleted]
Hi Guys! Im currently developing an EA System and would like some help on a certain thing. Basically the idea behind this system is that it will open a trade and wait for the price to rise and if the price drops by two ticks from the High of the current bar it will close the trade and then open...
In my indicator I change in OnCalculate the values of the buffer of the last 10 candles. MT4 always shows the old values values for the past candles, not the new values; only the value of the current candle is constantly refreshed. I added a call to WindowRedraw() after the buffer is updated but...
Everytime I load a custom indicator instead to see arrows or symbols, I see that letters. How can I solve this problem?
I read about the WindowScreenShot but I can't guess how to use it to print the historical charts .Say I want to use 15 min time frame and  print the last 20 days  charts .Every day to a .gif file .Any help ? 
[Deleted]
Hi, I have been working on an EA and want to try it out with a live account for the first time ever. Do you have any tips or check points that can be good to look at (that easily can be missed). The simulator test seem to work fine and currently the EA is running on a demo account. BR Michael 
  Strategy testing  (3)
hey every one   mt4 plateform perform back testing on chart's history bar data or it performs back testing on tick data Many thanks  
consider a certain value being used by an EA (e.g. a profit target) int h=3;void OnTick()  {Comment("Value H = ",h);}  Now let's say: if i want to change the value of 'h' during EA running, i would ideally simply want to do a little script like this: #property show_inputs input int h=5;void...
You can see that the latest version of TickStory v1.6 isn't free any more.  The script, CSV2FXT, downloaded from EareView can't work in the latest version of MT4. Now, how can we make the back test with good quality from now on? I downloaded EurUsd M1 data from DukasCopy. If using the script,...
[Deleted]
I have seen for loop here works tick wise. How to run the loop bar wise?  I want to add +1 pip from the low in per bar in 1 minute chart. I am creating Gann 1x1 Angles, where for each bar angle will rise +1 pip upto 120 bars.  if( LowT < HighT)  // If low formed first {     datetime i;     for( i =...
Is anyone else having problems with the Print() not working with a Demo or Real Account in Build 840 ? It works fine in the Tester and worked perfectly with other builds but in the journal this is all I get ... 0    14:51:49.584    '8735210': close order #178077577 sell 10.0 EURUSD at 1.10581 sl: 0...
Hi, I like to get candles highs & lows to calculate mfe&mae. I have written a script wich is getiing trade infos from history after magic number and symbol. The script is working properly until the code arrives to get the candle highs&lows. Here is the code, I have a problem with for ... I am...
After I read differences among MM, STP and ECN on the internet, I am more confused now except knowing there are mainly 3 types of accounts that are MM, STP and ECN. How to distinguish them simply and correctly? May I understand ECN>STP>MM ('>' here means 'better than')? Moreover, how do I know my...
[Deleted]
Name brokers and  how price fraud.
[Deleted]
Hi  Apologies if these scripts are very easy to find, I've had a look around and had no luck so thought I'd try the forum. I'm writing an application in MVC to help me with my trading, and I need a script to use in MT4 that can read a text file that my application will dump out and create and close...
[Deleted]
Hi Guys, whats wrong with the new MT4 setup? I cannot choose the installation folder for MT4. We have so many mt4 upgrades. With the new setup we are not able to install the MT4. The default installation under C:\programs\MetaQuotes ist not allowed, its a server-rule. Please help me. We need the old...
Hello.  I am thinking on a multi timeframe EA that uses indicator called parabolic_r2 (modified parabolic SAR) with the following code void Parabolic(int TimeFrame, double& Buffer[],double& BufferUnit[])//_counts_parabolic_r2_for_all_TFs{  int j=1;  double d_step, d_High, d_Low, CL1;  //if...
Hi,  if i open a file for writing in the OnInit, use a timer to write, then close the file OnDeInit, is there anyway i can view file (read-only) during EA run? i keep getting:  "<file>.csv cannot be accessed. The file may bcorrupted, located on a server that is not responding, or read-only." int...
Hi,    May i know if the strategy tester for MT4 includes interest rate calculations when testing a strategy? Im using oanda as the broker. Thanks. 
Formula for CFD to get margin , do not understand how to get Percentage with function ? Margin: Lots * ContractSize * MarketPrice * Percentage/100 If I use MarketInfo(Symbol(), MODE_MARGINREQUIRED) Then if pair is type: Forex (0) MarketInfo(symbol, MODE_MARGINCALCMODE) its output sum in dollars, but...
[Deleted]
Hello, Is it possible to show news from providers like Bloomberg, Dow Jones, Market News International, or WBP Online directly in my MT4 platform? Is it for free or how much do I have to pay for quality news feed ? Thank you
I am sorry if I am posting to the wrong place.  I am a heavy user for MT4. I am managing many accounts.  I need to re-install whole environments to new Windows frequently. Is there any option to install (or uninstall) MT4 automatically? (silent install, or command line installation mode, etc) For...
Hello, I'm using a lot size calculator script and I'm trying to "enable live trading" for it. I can enable it from the tool, but I don't want to have to manually do it every time. In the install video they show a global setting that can be ticked from TOOLS>Expert Advisors tab. The problem is
Hello, My old ea is not worked when i update to  build 600.  This is how i write. it only can close the last order. could you tell me what's the problem? thanks.  -----------------------------------------------------------------------------------  void closeall()   {    int total=OrdersTotal();...