Is it possible to code an EA which getting data from (N) broker while I am trading with another broker? I am doing my analysis with (N) platform and my trades are with another broker..So the entry depends on candles with that (N) broker. So the EA performance will depend on that (N) platform and its
Hi and regards. I want to open positions in specific times. is there any already written expert or a guide about how to insert some specific times and let the position operates in that times
Hello Bros. Is that possible to code an EA which can collect data from different timeframes before taking a trade? like - if my entry is on 5M chart but before entry must get data from 15M and 1H timeframes to take a trade. Possible
Hi experts I was wondering how one would run an EA from an external source such as a website. The idea is that if the code on the website changes then the EA also changes. I just need some general info and ideas. Like mql5 commands or c++ commands or tools and resources I woulds need. The rest I
Hey guys, I am a beginner coder and am have an algorithm that I wish to put a calendar day filter so it wont trade on certain calendar days and a News filter so it will avoid news on certain times when the news is due to release (give or take 30 mins). Thanks in advance for any help would be much
Hello bros. I need a script to open multi trades at once..for MT5 please
I need EA who makes pending order. Example. i have a sell stop order XAUSD at 1633.66 and SL is 1640.00 and TP is on 1660.00 if price hit my stop loss i need that the EA make the same pending order at the price of 1633.66 but if price hit my TP do not make any order operation please
Hello everyone. There are quite a lot of Expert Advisors posted on the market, share the results, who uses which one. I'm just starting out I have a $200 deposit. Which Expert Advisor can be installed, preferably free
Hello, let's say the Stratety Tester starts at 2016.09.01 and runs til 2016.11.25. I tried to receive the OHLC data from 2016.11.25 using CopyRates but the function can only copy rates from today to some time in the past and not future. Is there any way to receive the OHLC data for the end date of
How to give a manually entered trade the same MagicNumber as EA
Hey, I have created a custom symbol and changed the tick size, volume and other setting as per the symbol. Trades are successfully getting placed in the strategy tester But no other fields are getting calculated. Example Profits, drawdown, etc ( all strategy tester fields ) What is the actual
I rent an EA for 6 months up to November. To benefit from currently low price I consider to rent it for a longer period and I see a button "Renew the rent". Lets assume I would like to rent it for additional 6 months can I do this now for the current price? Thanks for any information.
Hey MQL5 community, i have a problem with my expert advisor as you have seen in my subject. I put the sendmail function in the body of the ontick function to receive emails of the last deals symbol and profit/loss $ amount, but my problem is my EA sends me repeating emails on every new tick. Can
Hi, I've recently started learning how to code in MQL5 (in fact in any coding language!), so apologies if there is a simple answer! I'm trying to write an EA to work on Dollar pairs, and want to use price data from the Dollar Index (DXY) within the code. Effectively, I want the code I'm writing for
Hi Before trying to write the code in mql5, I'd like to know that can I use both breakeven and trailing Stop in my E.A? after opening the position I want to use breakeven and then , after a certain profit I'd like to use trailing stop
Hello everyone! I'm new to MQL5 programming and have been struggling with this issue for a while. I tried everything but couldn't get from point A to point B. Essentially, I want to loop through the previous six candles and add them to an array. However, I always get an array out of range error. I
I have been trying to replicate the following strategy which was published by ATS on January 14, 2021. The trategy uses the MACD Indicator (MACD), Average Directional Index (ADX) and Average Directional Index Rating (ADXR). Buy When MACD (MACD plot) is greater than MACD (Avg plot) When ADX crosses
Hi, when I run the strategy tester the EA works fine but the balance and all information in the bottom area is only updated when I press pause. Is there a way to make it interactive while the backtest is running
I have created a custom symbol I need to pass realtime live data to that symbol I will record live data in csv file using python What is the actual way to pass that live data to MT5 symbols Do I need to use MetaAPI or is there any other way of doing it
[Deleted]
I have a question if I have an EA which scenario will process the most ticks. #1 SCENARIO - Add a code to the EA to trade different timeframes and symbols I want. #2 SCENARIO - Open the different charts and just use the EA as it is
My stoploss code is as below, once stoploss is hit, next 15 mins EA should stop trading, how should i modify the below code if (SL_Type== 0 && NroTrade( 1 )> 0 && TotalProfit( 1 )<=SellSL*LotMult*neg){ CloseAll( 1 ); ResetTicket( 1 ); }
perhaps you can help, the following function usage works properly on my local pc but fails on my vps: #import “urlmon.dll” int URLDownloadToFileW(int pCaller,string szURL,string szFileName,int dwReserved,int Callback); #import I am trying to use it to read a price and display it as part of an
So I currently made three different Ea's through EA builder but they dot seem to be activating. Any pointers or help?? I already set it to live trading and checked the DLL settings
Hi All, I have just started learning on how to code using meta editor and I am facing an issue as described below: - For instance on an ideal sell trade; Entry Price : 1.2220 Stop Loss (SAR VALUE) : 1.2240 "Entry Price +20 pips" Ideal Take Profit Level: 1.2220 (EP) - 50pips (Stop Loss distance from
Hi there, I have difficulty in pulling my EA’s through to my VPS. It does pull the charts through, but not my EA’s. I’ve attached a screen dump of my VPS journal for reference. Can someone pleae asist
Hello guys My question is regarding the return of the deal and order number in OnTradeTransaction() in HEDGE accounts I'm using the CTrader library to perform operations Well, let's go. In this example the Expert enters PURCHASED , I check the code return and present it in the log as you can see
The following is taken from an excel spreadsheet which I use to examine my 'trades'. [I have removed some details to fit 'better']. The trade fulfilled my criteria - a breakout from consolidation. The trade was entered and closed a few seconds later - my own logs confirm the details. I check for
I have created a Supertrend expert but so i can optimize that and use it. I built it because i was trying to do the same thing on Tradingview but it was a manual process. The problem is that it takes 12 hours to do the same test that i took about 40 ~ 60 minutes on TradingView. Here is the code
I noticed that any non visual test (not an optimization pass) from an EA doesn't log anything I put in print functions, as it used to happen before. Is it a recent bug, or is there any reason for that change (I'm using build 3440)? *Now I have to write any log into a txt file instead, that solves
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.