MQL4 and MetaTrader 4 - page 604

[Deleted]
Hello everyone, I hope someone can help me with my problem. Now I want to plot a Fibonacci Extention in my EA based on upper and lower Bollinger Bands. The problem is that Fibonacci is following only one band (one price). The secound price remains the same. This is the code which causes the problem...
[Deleted]
I have some open trades in meta trader, how do I list all their tickets? All I found in mql documents is about how to get the ticket of a "selected" order before  I have some orders which no one is selected, I need a list of oreders tickets, then I select one of them by first ticket then do some...
Hello. I want to share my 3rd party program which allows to create mql4 advisors with embedded blocks. The main goal of program is to give ability to create advisor with templates and embedded functionality. Main screen of program  Based on added blocks, for example time of play Hours, day of week,...
Hi.  In researching this I see this was once not possible pre. build 600.  My question is whether it is now possible post build 600?  structures and classes ?   My objective is to pass the array values populated in one function into another function with a global declared array?    For example:...
The correlation matrix table and charts are showed together in same page...look like very metcy.how to ignore the chart???? I want show matrix table only...any idea?
[Deleted]
DEAR SIR I NEED HISTORICAL DATA FOR ALL FOREX PAIRS , USING DOWNLOAD I HAD DOWNLOADED ONLY FOR 2 MONTHS, SIR I NEED DATA FOR FOREX ALL PAIRS FOR  1 YEAR IN SIMPLE HOW TO DOWNLOAD 1 YEAR FOREX ( ALL PAIRS ) 1 MIN HISTORICAL DATA USING DOWNLODER IN MT4 PLEASE EXPLAIN THE PROCEDURE TO DOWNLOAD
[Deleted]
  SymbolSelect()  (24   1 2 3)
How do i exactly use symbolselect function?I used it this way it doesn't work String pair="EURUSD"; SymbolSelect(Pair,true); Alert (symbol());  i use alert to see if the symbol is selected but i see it always alerts usdchf by default, Please me with,  write the exactly code which select EURUSD...
Hi there,   This is my first post, so I hope its gonna make any sense :)    How can I have a reversed Array (like a timeseries), and prepend a new element into the Array and throw the last one out (if over max-length).  So Array[0] is the newest value and Array[49] is the last value.. I tried like...
Hi, I am new to this forum and looking for help to load my orders from excel file with the following schemas: Type, size symbol, price and T/P. Any help to guide me to any help to the previous need. Is there any established application for this need available in the market? Thanks and looking for...
[Deleted]
Hi.... I use IndicatorCounted () Function  (mql4) . but it return (-1) (counted_bars<0)  every time.....what is wrong? where is problem?
Your support is appreciated..
Hi, I make an EA run from 1 chart. This EA want to get the exact price of all current tradable symbol of that time. 1) I open file symbol.raw to get all available symbol and use function MarketInfo(sym,MODE_TRADEALLOWED); to check if it is tradable. Some symbol that function return 1 but the symbol...
Hi mt4.  I`ve been trading this demo account for almost a year now. It is doing good, and considering the amount of work ive put into it, id like to keep it. But something i did on my machine messed up my terminal. Now everything is reset - all indicators, templates. Good news my accounts are there...
[Deleted]
Hi, Is it possible to attach/run an EA while opening a certain chart programmatically? Thanks...
  Search Function  (14   1 2)
Have I done something and messed up my settings? I no longer see a search function here. I'm still using Windows XP 
[Deleted]
I was wondering if anyone can explain why I would use Time[ ] over iTime, or Open[ ] over iOpen. They seem like they do the same thing, just in a different way.  Sorry if there are already topics on this.
Hello, I have an .ex4 indicator along with .dll. The owner of it says I can only test it in backtesting and is not giving me an option of forward testing without paying upfront (it expires tonight and trades are usually in the morning). Now the results shown in backtest is great and I ran it in...
[Deleted]
Hello All, Do we handle redirect process in Webrequest function.   Thanks In Advance Abhishek 
Hi Guys I`m here with a problem again. In my EA I calculate an average level, i named AvgLevel and i am using it for signals. if ( Ask > AvgLevel && Open[ 1 ]<Close[ 1 ] && Open[ 1 ]<AvgLevel ) This is a small part of the signal check , but this code without the last part shown bellow trades. With
Would someone know if its  possible to send from mt4 to excel in separate columns..same row..for the same order number.. Then next row for different order number etc.. 1..order entry price , stoploss,closing price,variable calc1,var calc2, And about 10 other variable calcs Some calcs occur before...
Where can I find the difference instructions of the functions below? I didn't find the differences even though I tried to print the return values. 1. Between DoubleToStr() and DoubleToString()? 2. Between CharToString() and CharToStr() ? 3. Between StringGetCharacter() and StringGetChar()? You...
[Deleted]
Hi, I am very new to this, and I am learning mql4 so I can backtest some of my strategies with the MT4 strategy tester. I have a very simple strategy that buys in the direction of the last candle printed as soon as a new candle prints. My EA doesn't seem to work correctly. The results don't make...
[Deleted]
Hi all, Trying to catch a price to execute a trade when I'm not far from the EMA using GoodPrice function below but with no success. what am I'm doing wrong here? Thank you!!!  //+------------------------------------------------------------------+ extern double FarFromAverage =...
Im kinda shock, maybe anyone of you could help me. I dont understand why this returns me the columns changed order. I have an CSV with 2columms full of data. And this returns me A2,A1;     B2;B1;    etc.... why?? int handle=FileOpen(Archivo_Historical(),FILE_READ|FILE_CSV);      for(int...
Hi all, i'm studying MQL4 through the book here and documentation, i'm also watching some youtube video, but everything is before build 600+. So i need someone who can kindly help me adding some comment on Custom Moving Avarage Indicator, the one as example in MT4 and Moving Avarage EA
Hey guys, As we all may know there is the Fed rate decision tomorrow. Any thoughts? Cheers, Dean 
Hey guys, Just need some help please. I would like to draw rectangles on the M5 chart. Each rectangle will represent M15. I basically want to show the previous days worth of M15 on M5. When I drop the script on the chart it only draws the attached picture, with the Highs and Lows incorrect? Below is...
[Deleted]
if((dtInfo+(60*3))<Time&&Time<(dtInfo+(60*60*30)))       1, can not be implemented, the implementation of the error time can not be added, do not know what is the number of errors or can not add, hoping to modify the next 2, MQL4 Chinese forum can not be landed, but also need to run to the English...
hlw coders i m in little trouble in coding of EA, i made it according to MA crossover signal if signal buy its cancel previous sell signal and placed new buy order also same for sell signal.. i already made it.... but i m in trouble to find what was previous signal and at what price from the latest...