hello to all i have an indicator based on wd gann formulas, can any one code an ea with martingale system, close all trades on opposite signal, if once a TP hit than no trade until next signal appear
Hello everyone, I don't really understand order 1 and order 3 error messages. void CloseTicket() { // 0= order 61204533 /NZDJPY / Market is closed // 1= order 61204413 /oil-oct17 / Invalid price // 2= order 61202214 /USDHKD / Market is closed // 3= order 61176067 /usdx-sep17 / Invalid
I'd like to learn more about open orders -- getting information and modifying. Moving the stop to breakeven should be a good project. I found plenty of discussion on the subject but no finished code illustrating the details of how it's really done. Here's a few references if anyone wants to see...
Is there a functioning program to convert a mq4-EA to mq5-EA? Thanks! traderdoc
Hi friends, i have a indicator. plz, add sound alert and email alert into indicator that create sound alert when change color from red to green/ green to red. I've also attached indicator here.
Hi I have got a code but it doesn't seem to work properly. The EA opens 1 buy and 1 Sell trade of the same pair. I want the code to calculate the total profit of the two orders and return the result. I have got this function. double Money() { double sum_profits = 0; int i, iOrders =...
Hi, I tried to install MT4 on Linux with WINE: wine mt4setup.exe It asks for Server name, Login and password before installing MT4. I have seen on youtube people are showing installation without this information. If I do not have any broker account, how do I install MT4? Thanks.
Hi everyone, I do not understand why using this feature, ChartSetSymbolPeriod (); my indicator is deinitialized and initialized each time I change symbol . How can I overcome this problem? thank you
Hi I want my EA to open only one trade per day. I've got a code that counts historical trades and gives a yest or no if a trade was opened,. However i'm a bit stuck. Can someone help. Thanks. for(int i=OrdersTotal()-1; i>=0; i--) if ((OrderSelect(i,SELECT_BY_POS,MODE_HISTORY) &&...
dear friends, hope you're all doing great I want to ask is there any limitation on the number of orders (opened and pending) that is set by the mt4 platform ? I heard from one of the broker's relationship manager that the max number of orders that you can put on a real account on the MT4 platform is...
i'm trying to understand period converter code, butinput int InpPeriodMultiplier=3; // Period multiplier factorint ExtHandle;//=-1; tirado//+------------------------------------------------------------------+//| script program start...
Hi all. The Stop Level of an asset can change by broker or it's every the same ? If i use the MarketInfo(_Symbol, MODE_STOPLEVEL) function to get the current stop level, i need to use it: Just one time, in initialization function ( OnInit function )... in this case, i am presuming that brokers do...
Hi, I have indicator that i would turned into EA. Because i tried but unfortunately i did not convert successful it into EA TF 15min Buy green arrow Sell red arrow Exit opposite arrow would be awesome if you could help me
Dear sir Please Provide Small Example to save an String in Text File In D Drive using Named Pipes ( Mql4 Code ) Thank you
I am wondering is it's possible to have a single EA running on any currency pair , but have it monitor multiple currency pairs and respond to triggers as they arise in each pair. Essentially I want a EA that will poll all pairs of interest, test pre-configured criteria on each one and respond with
Hello folks I am testing my EA on a MT4 terminal installed on a ubuntu machine. My robot kicks out Order Place Failed: 134 despite the account balance has sufficient funds. The lot size is just 0.1 when the account balance is 10k. I did my research and couldn't find any reference to this case. Any...
//+------------------------------------------------------------------+//| panel.mq4 |//| Copyright 2017, MetaQuotes Software Corp. |//| https://www.mql5.com...
Hi all guys, excuse my bad English, use Google Translator. I need to help make my trading strategy into EA for Renko The indicators: Quantum (only ex4) Parameters: eintDepth3 = 300 Symphonie_Trendline_Indikator Parameters: CCIPeriod = 14 ATRPeriod = 5 Here is the trading rules : BUY ENTRY: 1....
Hi all I am testing my strategy, and for some reason, some trades can be closed outside the bars! How can this happen? and can this be fixed please?
I have a buffer that draws line sections from one bar to another, much like the ZigZag indicator. But what I really want to do is draw a line section, then turn it off for some distance, and then draw another section. I know that a line can be only one color per buffer, but it would be nice to...
[Deleted]
I have been using the period_converter_opt indicator to create a 10 min chart, andit works great. The only problem is that it only runs for so long (maybe a couplehours) and then the 10 min chart goes blank with "Waiting for Updates".The only way to recover is to close the 10 min chart and the...
Hi guys, I wonder if someone can help here. I want my EA to to close orders partial. i.e when the EA has placed an order with 1.6lots, if the EA is in profit, and i have achieved 0.8lots profit then it should close 0.8 lots. Below is my code. First part shows my partial close functions - I cant see...
I heard research has been done on all this candlestick patterns and outhere should be information on them and their rate of win. Can anyone recommend books on this subject or websites (would be great) that explain all the patterns and their win percentage
Hi, I was wondering if there is a simple way to have a global pause of 5 seconds between trade actions across 3 EAs? Any help would be greatly appreciated, I'm stumped. I can't seem to get this example to work: https://www.mql5.com/en/articles/1355
Hi Folks, I am a noob at coding and have been getting some help with this, but buddy is busy so I am here to see if anyone may have a solution to my problem. I have what I thought would be something simple to code, lol. I want an arrow painted when all 4 tfs have closed in the same direction, but it...
Hello all, I hope this is the correct area to ask this and apologies for the newbie question. How do I go about turning an EA which is written in TXT format into a working MT4 EA file? Any help would be much appreciated as I'm struggling to find anything on Google for this problem. Regards
I'm just recently getting into coding MQL4 and I'm really confused with the results I'm seeing. This is perplexing since I'm a professional programmer with over 30 years experience, including nearly 10 years in C++. I'll illustrate my problem with two pieces of code. The first is the one that I...
Hi Everyone! if Statement stop's running after first day, only works one's on the drup on chart. pls,need the hint here double BFM; double BarsFromMidnight() { if(Hour() == 0) {BFM = 0;} else if(Hour() == 1) {BFM = 1;} else if(Hour() == 2) {BFM =...
Hi all I believe people here may have heard of NonLagMA indicator, basically this is a trend indicator. I am trying to use this indicator to build a strategy, e.g when the trend has change, go long or short accordingly. However, working on a M30 timeframe, I have way too many trade open. I am using...

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.