[Deleted]
if order total close not have order trades get to delete all pending buy stop and sell stop i begin for MQL4 script and not good english Thanks
Sometime I find there is something usefull in the deleted EA or Script. Shall I recover it after that? Thanks!
Hi everybody! I'd like to know if someone knows how I can obtain the exact quotations at the moment I open a trade. I could get the information on the 1m chart but that doesn't give me precision in the price nor in the spread that is not fixed. My account is in euro and when I trade pairs that don't
Hi: I need a solution for this problem. Imagine a Simple Moving Average EA running on a 15 Minutes Chart with a tight Take Profit and Stop Loss. Imagine than a new buy order has been activated because the 15 min. bar as closed above the Moving Average. Imagine that prices are rising fast and the...
[Deleted]
Hello traders i'm reading this forum long time , it helped me lot of time , just before 2 days i came in advanced elite please help me with this , i can see here lot of good systems, but i dont know where to start , basically i'm searching 2 things to start i'm currently trading binary option , so...
[Deleted]
Hello, I havefound out that I cannot read LEVEL related properties of Fibo Channelprogrammatically. Other channels and other Fibos look ok. This is asample script to reproduce. int start(){ string nm="My Fibo Channel"; ObjectCreate(nm,OBJ_FIBOCHANNEL,0,Time[20],Low[20],Time[10],Low[10],Time[0]...
Hi How do I check if a sum or an other calculation exceeds the highest possible double (see https://www.mql5.com/en/forum/140395/page2) I'd like to do ...double MaxDoub = 1.7976931348623158*MathPow(10,308);...int chckMax( double x,double y){ if (x*y > MaxDoub) return(0) else...
Hi, is there a EA out there which is able to do time based orders? Example: I want to set in the morning two times (9:45 and 13:30) and the EA should open a trade at 9:45 and close that trade at 13:30. Thanks
Hi i know that start() is called on a custom indicator on every new tick. What i want to do is to run the contents of start() every time a new candle opens, no matters on what timeframe we are. How is this possible? Thanks Athan
hi how can we delete buffer line and redraw it using mql4 code ? we can delete object using: ObjectDelete( string name) to start draw it again , what about buffer line? any help is appreciated
Now I have opened an order and then I want to create an EA for closing this order after 2hours or 2days, which function shall i use? Thanks.
hi any idea of how can we show the price on zigzag tops and bottoms? which functions could be used?
Dear all Would you please tell me how to fix it? int k2=10000, k3=1000, TimeFrame2=60; for( int i=k2; i>k3; i-TimeFrame2*60 ) { Alert("i= "+i); } Thanks a lot! wing
[Deleted]
Hi, I've been going through the online book and am now at the stage where I want to start some programming. I'm using the example in the book of 2 Moving Averages and have some questions about some of the code. 1. I would think that if I have the EA running in the USD/AUD and USD/JPY windows, then...
Is it possible to backtest a strategy on a group of currency pairs? and How? thank you.
[Deleted]
Hello everyone, I've got just a quick question for You. I would like to modify the script, that would wait certain amount of time (bars) after last TP or SL until opening a new order. Unfortunately I couldn't find the solution to my problem. Maybe anyone could help me with that? I've been using X...
HI, all. Is it possible to write an EA to scan all the currency pairs and commodities and then find the one with the most strong trend in MT4?I I am still new to MT4. MY current intention is to analyze mutiple time frames for each currency pair and commodities. and then to select the one with the...
[Deleted]
Hi there, I am new in the Metatrader / MQL4 world but I am an experienced programmer. My questions are: a) Does anybody know of a functionality to automatically process trade signals delivered by EMail (In Detail: When Mail enters Mailbox, program is triggered; it cuts trading info from first line...
[Deleted]
This is a work in process. I am writing pieces of the code and then testing. The following code is supposed to print the the most profit achieved and the largest loss achieved on the screen. I have watched the results and sometimes it will miss an update. I do not understand why. Thank you for...
New article MQL5 Programming Basics: Arrays is published at mql5.com: Arrays are an integral part of almost any programming language along with variables and functions. Many novice programmers are often afraid of arrays. It sounds strange but it is true! I can assure you that they are...
Every thing works except for the SellLimits , Stop loss and Take Profit which flickers. I am placing a at MKT "Sell order" and then a 1x Sell on Stop order and a 1x Sell at Limit order. Being an ECN Boiker I have to do order Modify to modify stop Loss and Takeprofit on each order. The problem...
Hi, I want to check for entry price only within(let say 6 hours (21600seconds)) after MA cross. int start() { // Moving averages double FastMA = iMA ( NULL , 0 ,FastMAPeriod, 0 , 0 , 0 , 0 ); double SlowMA = iMA ( NULL , 0 ,SlowMAPeriod, 0 , 0 , 0 , 0 ); double LastFastMA = iMA (
[Deleted]
I am studying C++ along with MQL4 to help me better understand some concepts. I downloaded a free editor and compiler for C++ and it works great. Only one problem, when I run the program, the window closes before displaying the results of the program. There is probably something simple I can do...
hello i need script or expert to do like this if i in eur/usd want to sell and usu/cad want to bay at same time and have profit too sameone know thank you
Hello Genius! I am looking for an easily executed EA that does a simple job. As you can see from the image above, there will be a 21 EMA and a trade will be opened whenever a candle opens above or below the MA. But here is the filter: It will ignore the first crossing candle and wait until there is
[Deleted]
Hi, I'm looking for information about how could I create an indicator that draws two horizontal lines with the maximum and minimum of the previous day indicator's data. The indicator is Awesome Oscilator. Also I would like to be like some pivot indicators, that draw all the chart, not just the last...
[Deleted]
Hi there, I don´t know anything about programing and I do not have the time to learn about it, I just have very basic knowledge and I need the whole lines of the program before compilation. It is simple i think. I need in a separate window and histogram showing the value for a variable = EURJPY - 2...
Hi, Do anyone know how to get a line object to have a behaviour like trailing stop. What I mean is a way to substitute the stop loss modified with a line object and here this line should have to go in the market direction only, once price bounce back and hit this line then a close hill happen....
[Deleted]
Good day. I have designed an EA where I use the cross of 2 indicators (one is an iCustom, the other just an iMA) to generate trading signals. I want to use the data generated by the iCustom indicator as the applied_price in the iMA. Problem is that the iMA, when I use the icustom generated data as...
after moving the chart a bit to forward:

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.