If somebody have any knowledge about a robot or an EA that can close positions at a given time like a position opens@ 11h.20m.10s this should be close after 60 minutes of its opening time or it can be 30 minutes or any time may be 10 minutes
Hello, I would like to use my EA on different symbols on the same MT5 account but I can't because in some parts of the code I used PositionsTotal , or a double openprice but they are focusing on all the symbols on the account. //count open position buy_count = 0 ; sell_count = 0 ; for
Hello, I've set the custom symbol Synthetic instrument formula to "ENQH23" and it is moving with live data --> However the custom time zones that I set up in this custom symbol does not engange. How can I enable the custom time zones for example 1300-2000 each day (removing any extra data in the
Hello, //+------------------------------------------------------------------+ //| MatrixKiller.mq5 | //| Copyright 2023, MatrixKiller | //| |
Hi, i am trying to use an EA but in the experts log it gives me “error code 409. Conflict terminated by other request; make sure that only one bit instance is running” Does anybody know what this is and how I can correct it? thanks
Hi, I need an EA that can copy trades between many master accounts on one MT5 to many slave accoutns on another MT5. These accounts will be paired one-to-one. I already tried FXBlue Trade Copier solution, but it only broadcasts trades to logged in accounts on receiver side. I have 5 sender accounts
Hello, Can anyone help writing a super simple scripts for MT5 (one script for buy and one for a sell) when applied to the chart it will do the following. (<Deleted>) 1) Open a 0.01 lots 2) Sets SL at 10 pips from entry 3) Sets TP at 10 pips from entry
In this Video you will learn #IntradayTrading, how to earn income from #StockMarket on daily basis. About the Trainer : Master of Leadership Psychology, Pushkar Raj Thakur is one of the Most Influential Motivational Speaker & Digital Entrepreneurship Coach in India. A SelfMade Millionaire on the
I have written a code with the following conditions: Long: RSI must be below the 50 line Stochastic %K line must be above %D line Stochastic %K line must be below 80 Enter when MACD line crosses above signal line Set SL at twice the ATR below the entry candle low Set TP at three times the ATR above
Hi I try Create some EAs base on my custom indicator and ichimoku for meta trader 5, But when I run my EAs on strategy tester or real chart the indicators not show. I try ChartIndicatorAdd from this link but not working(https://www.mql5.com/en/forum/ea/new_topic). how can fix this problem? please
Hi, I'd like to change my SL to breakeven when certain logic triggered. string GetTradeManagementStatus( int SymbolLoop) { string CurrentSymbol = SymbolArray[SymbolLoop]; //Need to copy values from indicator buffers to local buffers int numValuesNeeded = 3 ; double bufferIndi[];
Hi, If there is £1000 in the balance, and I want to run 2 different EAs for 2 different charts, is there a way I can organise/split the funds, e.g. 1st EA can have £700 and 2nd EA can have £300 to trade? Or do they have to all trade from the total fund of £1000? I am new to MT5 so would really
Hi, Requesting Help with Test report for Version 2.0 [Invalid Volume], plus Percentage Based Trade
(3)
Hi, Requesting Help with Test report for Version 2.0 [Invalid Volume] Im trying to list a EA and the Test Report is giving me an Invalid Volume. I have tried different methods but it has the same error. I am also trying to make my trades based on Percentage input double Lots = 7 ; if (Condition){
To help gain a much better understanding of quantitative trading, I want to give you an overview of all the different algorithmic trading strategies that exist. Besides improving your understanding, this should also help you decide what kind of algorithmic trading strategy you want to learn more
I have installed mt5 on the ubuntu 22.04, the 'uncomment lines' is ctrl + ; , it conflicts with the paste action's keyboard. Is it possible to customize the shortcut in mt5
Expert works in Strategy Tester but not working in demo account in live market, how can I fix it? I already have the base code and I didn't create it
Hello guys, I've found a way to send out trade details from MT5 to telegra using the following function (Sorry I can't find where I got this from!): void telegram_send( string token, string chat_id, string message) { string cookie= NULL ,headers; char post[],result[]; int res; string
//+------------------------------------------------------------------+ Indicator::NormalizeComponentValue( const double &componentValue[], const datetime &strategyTime[], double &output[], int ltfShift)
Today my first EA sent its first order, which was at the place of the blue arrow, Buy order EURUSD @1.08420. What I confused is, why my EA sent this two order? The design logic of this EA is, when MA35 crossed MA20, the buy order can be send. But as I can see from picture, there is no any MA cross
Hi everyone I wrote a trend following strategy. It was firstly tested on python, the results looks good. But when I wrote it in mql5 and the results seems different and bad. The backtesting plots shows entries of trade on places that it never traded in the past. It is way above the high and low. Can
Does anyone have any idea or tips to help me with my first ea - ive done everything I need to do in the EA to make it work and run well - however im having a little trouble with my findHigh and findLow functions Im wanting to place an order on a high after having 'x' amount of candles that are lower
Hi, I have a function which closes open long positions when my virtual stop losses are hit. I am about to extend this to short positions as well. The function is about 500 lines long. I was already about to copy paste the function and change respective parts to fit the closing of open short
I am looking for a solution on how to get my ea to copy trades and for it to show "trade placed manually" label instead of "trade placed by expert". I know it can be done because I've ran into a few EA's that arbitrage trade and they show trade placed manually, which is impossible to be done by a
Hello guys, I have some years of programming knowledge in different languages, but i am really new in MQL5. To automate a strategy I am working profitable with since 1 year +, I need some functions, which I dont know how to start with. I hope you can help me. Basically its simple... There has to be
Hi everybody, i would like to gernerate a MT5 EA code which closes trades after certain days. I loop all open trades and after a holding period of e.g. 10 days I would like to close them Anybody an idea how the loop could look like? Th
Hi, I'd like to confirm my logic to limiting my trading EA to given hours (start to finish) and days. //setting up trading session input string SectionLabel = "Trading Session" ; extern string StartTime = "01.00" ; //EA starts hour extern string EndTime =
Hi guys, how to set initial balance and currency for the strategy tester? I cannot find the setting for that. Thanks
Hey everyone, I recently attempted to backtest an expert using MT5 demo servers and experienced extremely profitable results. However, when I tried to use the historic data of my broker, FBS, I had 0% gain or loss on all pairs. I used the default settings and even raised the deposit load up to 70%
Hello, How can I write the following MQL4 condition to MQL5? if ( OrderSelect ((IT_E2565O - 1 ), 0 , 0 ) == true && OrderMagicNumber() == MagicNumber && OrderType() != OP_BUY && OrderType() != OP_SELL);
Hi, I'm using the macOS version of MT5. Hoping there's some way to install this EA while still using macOS (i.e., without having to use virtualizationi). And Bootcamp is not an option as I'm using an M2 Mac... Any help would be much appreciated! Thanks so much

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.