MQL4 and MetaTrader 4 - page 909

[Deleted]
Hi folks, is it possible to write an EA code which runs in an opened chart window and that chart opens another chart window by itself? for example if(condition==true) Open a second chart EURUSD D1 Is this possible?
I am busy writing an EA which is largely based on the custom indicator NonLagMA. When I run the EA in Visual Mode I notice that the transactions are placed and closed in the wrong places on the chart. On further investigation I discovered that the values given in the arrays of the indicator shown on...
Hi, I want to put SMMA(8) of H4 chart to M15 chart.  Simply use SMMA(128) (8*16) is not correct. Is it possible to code this? The problem is: I don't want to use "iMA" function, because this code will be used in Stratedgy Tester Visual Mode, it'd better if different timeframe data not quoted....
hello how can be edited an ex4 files like mq4 ones in metatrader editor   
I wrote a script to add lines to a chart (once) Now I want to be able to input some boolean variables as it runs. Is it possible to have a script ask you for inputs? Alternatively, to the same end, can a custom indicator remove itself after it's added the lines? I tried calling deinit but of course...
Hi all, I'm looking to get in comment the value of TotalOrderProfit from the code following code, but it doesn't work.   string SettingsComment = "Profit Protected: "+TotalOrderProfit;  Comment(SettingsComment);   void EAOrderProfit()       {//0        int TotalOrders;        TotalOrderProfit =...
  Audio Alert  (2)
It would be great if an audio alert sounded when the price approached within say 10 pips of the target price.  Is this possible?    
Hi,      I am developing an EA. While back testing I would like to make payout the profit at the end of my trading cycles. (OrdersTotal() = 0) How can I make it? Or The account balance should be reduced to opening balance and paid-out fund should be noted.. Thanks in advance. 
[Deleted]
Hello all,    I am interested in storing price levels and my EA acting according to how far/close they are from these price levels. To make my question easy to understand i'll create a silly example.  Lets say I want to store the HIGH of every other bar.  Once I have, lets say, 10 price levels I...
[Deleted]
I download the data in MT4 but i am unable to to back test it. please someone teach me how to back test data...
[Deleted]
Hi, This time, I try to export Doda Dochia level to Excel for a list of date recorded in date.txt file. There are 5 parameters in the inputs menu of this indicator and I listed in the "extern int" below. The output file create only value 0.000 for the Doda Dochia variable. Could you please help me
I am not an expert in developing codes  in MT4. So I need help from other friends who can develop for me a suitable code for using EMA in MT4 for entry and exit. I have the following idea which may please be the basis for such a development. Pair  Eur / USD Lot size   0.1 Use 5 minute chart /  or 1...
[Deleted]
Hello, are there any plans to make the MQL4 Language also OOP compatible like MQL5 but with the possibility to use Metatarder 4 still because the Metatrader 5 have another Order handeling, no hedging and such thinks. Have Metaquotes make here any plans? Maybe a Metatarder 6 wich again allow hedgging...
[Deleted]
the follow error: 2005.01.02 20:46:15 2013.01.15 08:00 shiyou EURUSD ,H1: executable file is corrupted. Please recompile it. how to deal it
i have already subscribed to some signals formetatraders4 in: https://www.mql5.com/en/signals a coupleof weeks ago. since yesterday when i ran the platform the following messagesappeared in the journal tab section: Code Base: failedread content from server 'codebase.mql4.com' and follownig to that:...
Hi All, Just wanted to ask a question about something which I couldn't find an answer for after spending ages googling. I've used Expert Advisor Builder to make an EA that automatically places a buy/sell order. The problem is, even though all the indicators are satisfied, an order is not placed...
Hoping this message could be of any help after having lost two days working on understanding what was wrong... Apparently there is no way to create the simplest possibile application to read a 1-column csv file with n-rows of data. Any 2 ore more columns csv file will be read with no problems, but...
[Deleted]
Hello there, I started playing with the Alligator indicator and after finding the optimum settings for my exit, i suddenly realised that despite showing on the graph, the Alligator's lips were not giving me any data to my EA. Here is the code and settings: alLip_1 = iAlligator ( NULL , 0 , 13 , 8
Hello guys, i never had a problem like this. My Login/Account Information disappears after closing MetaTrader 4 Client. What could be the reason for that bug ? 
New MetaTrader 4 platform build 507 is being prepared for release. After the release of the update, we will publish an additional news containing the full list of changes and the build number Attention! From August 1, 2013 desktop client terminals older than build 500 will be no longer supported....
  Spam Comments  (4)
Can a moderator check out these spam comments - samples below - Thanks 1.PSAR trader v2Best Performing Forex Robots (Test Results) Thanks! Code Base | 2013.06.14 04:11 | Beakon 2.A System: Championship 2008 Final Edit2008 eh, lets see how she performs in 2013 :)Best Performing Forex Robots (Test...
Hello, I would like to know if there must be a change in a line in this code (https://www.mql5.com/en/forum/117683 ).  I would like to change the integer number to double, and how can I call a number from that file later in my EA, if I do not know its position, and I would like that number to be...
  Small questions  (7)
Hi all, I've been saving a few small questions to ask in 1 go: 1) is there any disadvantage to use Ask, Bid, Digits, Time[] etc. many times within a function... I see many people assign it to a variable such as "askprice" etc. and then use that thereafter... is this best practice? The same questions...
  strategy testing  (1)
yesterday i opened strategy tester in mt4 salected date from ex 1 may and then to date does not get selected and optimization gets selected pl guide attached file photo 
[Deleted]
Hi folks, I'm new to MQL4 and am trying to create a custom pivot indicator across daily, weekly, monthly calcs as an exercise in programming. My question is: If I have an indicator value in say the D1 timeframe and move to the H4 timeframe how do I maintain the values of D1 in H4? For example, if...
hi  i try study mql4 but i have problem with ECN Broker :(  use JFD Brokers MetaTrader 4 and forex.com but i have different result .! StopLoss=3 TakeProfit=3 Lot=0.10 slipage=1 method Buy int Buy(){RefreshRates();      if(StopLoss==0) double bsl=0;   else bsl=Ask-(StopLoss*Point);...
[Deleted]
#define SIGNAL_NONE 0#define SIGNAL_BUY   1#define SIGNAL_SELL  2#define SIGNAL_CLOSEBUY 3#define SIGNAL_CLOSESELL 4#property copyright "Expert Advisor Builder"#property link      "http://sufx.core.t3-ism.net/ExpertAdvisorBuilder/"extern int MagicNumber = 0;extern bool SignalMail = False;extern bool...
Hello, I am trying to export data from MT4 to excel for a list of date recorded in the input file. The High, low, close and Sto is exported correct to the output file but I cannot get the RSI information out. This code return the value of RSI of the last date on chart instead of the date in the...
[Deleted]
First, let me thank you for your help. It's been a few days already that i'm trying to find a solution to my problem. I wanna make an expert advisor a bit special. I wanna put 2  first command (buy and sell) at the same time for example: Buy=15$  and Sell=-15$ we take the 15$ and leave the  -15$...
i am trading with a robot who does cost averaging on 4 hours .when trend on daily chart is  buy i keep long  on in setting and viceversa . but when news are there should robot be kept off.ex on wed eur/usd went from buy to sell .pl guide