MQL4 and MetaTrader 4 - page 447

  ECN Brokers Test  (2)
Hi, I am using MT4. Can I use  OrderSend with SL and TP and having error 130 to find out whether the broker is an ECN broker? Is this method the correct way and accurate? Or is there any other method to determine whether a broker is truely ECN? Thanks 
Hi All, I've created an EA and added drawing objects using the standard library. In a custom indicator, can you still draw on the main window using the standard library or can you only use the index buffers to draw on the chart?  I've created an indicator but using the standard library, the objects...
So I'm trying to create an indicator, here's the basic process inputs: buyzone (Stochastic level) sellzone(stochastic level) Fast MA Slow MA Sell Signal:  IF (Stochastics>= buyzone) AND (Fast MA < Slow MA) THEN (Display Red down arrow on chart) Buy Signal: IF(Stochastics=<sellzone) AND (Fast...
Hi, please call me dumb, however i can't find how to get the current price that is also presented by the horizontal bar in the chart. In MarketInfo(); i can only find ask and bid price. They only way i consider atm is reading out the actual closing value of the first bar ... however is there no...
I have downloaded and installed mt5 from mql5. When I open some charts (ex: gbp usd) and go back to 2017 data, I see few candle sticks that are over 10,000 pips. Due to this I cannot properly draw SR lines, I was wondering if anyone in this forum had this issue and was able to fix this. Any help is...
I have been using MT4 on my MacBook using parrells for some time now, all of a sudden the other day I opened up MT4 and I could not click anything (nothing I clicked would respond) at all. I couldn't even close using the 'X' I have tried allot of common fixes e.g. re installing MT4, also deleting...
Hello, I am trying to compare 2 different EMA from H1 timeframe with close price. But I get "Array out of range" error. I run this indicator on M2 timeframe. How Can I fill the MA buffer from rates_total?...
Today, 22 December 2017, my PC applied updates and now a bunch of my indicators won't work on MT4. Anyone else having this issue? Does anyone have any suggestions how to fix it?
  Help on program  (2)
Hi guys, I am working on this program: int start(){            Alert("Numero Ordini"+CountTrades(MagicID));      RsiPrec = iRSI(NULL, 0, RsiPeriod, PRICE_CLOSE, 2);//Rsi      Rsi = iRSI(NULL, 0, RsiPeriod, PRICE_CLOSE,...
Hello I come from Thailand. I am interested in MetaTrader 4 Mobile I wonder if metatrader has stock price and indicator for Thai market (known as SET) Thank you
Hi, In MQL4 is there any event that notifies when a candle starts drawing? e.g on 09:15 I need to be notified that a new M15 candle started drawing Thanks
Hello friends,  I am new to MT4, know little basic programming for MQL4. I am trading in UTC+5:30 in Indian Stocks. I just want a small piece of code to get today's First candles HIGH and LOW in current TimeFrame. Our trading starts at 9:15 AM IST and ends at 3:30 PM IST. e.g. if I select PERIOD_M15...
  Trade the equity  (11   1 2)
Tradethe equity Thereare so many trading systems out there that all have something incommon: sooner or later they are all facing a more or less heavydrawdown. They have times when they work nicely and times when theydon´t. And as we all heard so often they stop working when we starttrading them live...
Hi, I am looking for MT4 function(s) that allow selection of specific symbol in the watchlist, so the symbol's tick chart is displayed. It is to be called from EA or indicators and would be similar to ChartOpen but for Market Watch, eliminating the need to click on several tabs and select the symbol...
https://www.mql5.com/en/forum/130523I am having an issue in an EA I am trying to write and which has to do with Bars or iBars counting. When I compile or attach the EA on the desired TF, the Bars are counted correctly: When I switch from daily to monthly TF, it reads the Bars correctly and goes on:...
I want to add email alert to below code. I am not programmer. I have tried Sendmail function but couldn't successful. Please give me proper code for email alerts. #define SIGNAL_NONE 0#define SIGNAL_BUY   1#define SIGNAL_SELL  2#define SIGNAL_CLOSEBUY 3#define SIGNAL_CLOSESELL 4#property...
  Confirm on next Timeframe  (15   1 2)
Hi guys, I'm a newbie on MQL4 so I would like to apolagize in advance for my lack of experience and my laughable code. So, I have this function: bool NextTimeFrame(){    // Next Timeframe Confirmation    if(useconfirmation == false)        return(true);    int TimeFrames[10] = { 1,5,15,30,60,240...
Hello, I am developing a multi-currency EA and got a strange bug, which I don't understand. So what I am basically doing, is calling iClose (s, tf, shift) one minute after the close of the last H1 bar for a bunch of symbols to determine the past movement. To debug wrong live entries, I print out the
Enumerate TimeFramesenum TFrame(Period_M1, PeriodM5....); and so on.........input  TFrame TakeTrade =Period_ M1;The above code is meant to list TimeFrames for user to select in Expert Advisor. Please , i am not sure what is being omit.You correction will be appreciated. Thank you.
I am trying to download historical indicator data.  When I use the CopyTime function with the start bar at 0 I only get the most recent couple hundred bars.  When I try to download older data I don't get any data....
  current chart  (2)
I only have 1 chart open GBPUSD H1 when I run the code below, but the value I get for the closing price does not match the chart.  The output file (attached) gives me '2018.01.30 11:00|1.41090000' but the closing price for that 2018-1-30 11:00 is 1.41258 and not 1.4109 #property copyright...
void CheckForMaTrade() { double UpArrow = ObjectFind(0,"Up Arrow"); double DownArrow = ObjectFind(0,"Down Arrow"); double currentbar = iOpen(NULL,0,0); double previoustbar = iClose (NULL,0,1); if (OrdersTotal()== 0){ if (previoustbar+DownArrow && currentbar==UpArrow+DownArrow){
Hi all, could you explain where is the error? For the first order the expert returns "0" instead of the ticket. total = OrdersTotal();        for(cnt=1;cnt<=total;cnt++)     {         OrderSelect(cnt, SELECT_BY_POS, MODE_TRADES);          Print(OrderTicket());               }
I need a custom software for MT4, let me explain you. I waste a lot of time time writing hundreds names for each optimization during backtesting.  Could it be possible to develop a Software which could write the settings automatically the name of the files (report name like .html and optimization...
there is on my EA order count control code, my code check orders in this way: "if there is one or more SELL order do not open another SELL order". i set  MT4 as if cut off electric and computer get reseted my MT4 and EA will opening automatically.  Today my computer getting reseted and opening and...
Hello everyone, I can't seem to fix this warning at the moment. I know its only a warning, but I like to solve it correctly. The program runs fine atm, just annoying warning. void ObjectDiscription()  {   string Label[]={"Labels","Ask","Bid","StochSignal","StochMain","Macd_Signal","Macd_Main"...
Hi All, I am trying to run an indicator using iCustom. The indicator has 8 values in the data window. When I iterate around a loop and output the values of buffers 0-7 to variables, from a number of the buffers, I just get back a value of 2147483647, but, the buffer(s) in question show a "correct"...
The data I am getting from the iBands, iMacd nor Close() are matching my charts.  I ran this on H1 GBPUSD and the values in the output file do not match the chart //+------------------------------------------------------------------+//|                                                  Custom MACD...
Hi, I have a ex4 indicator , which doesn't have alerts and I don't have the source code  Is it possible to create a script that alerts(push and email)me when value the values is being filled Value 11 = Sell Value 12 = Buy Any idea if its possible Example of the data window
As I am tired to read always the same questions, I am starting this topic to bring together all information about the MT4 Strategy Tester usage, to backtest and optimize. I hope the power users of mql4/MT4 and more skilled members of this forum will appreciate and participate to it. I will edit and...