Expert Advisors and Automated Trading - page 161

In this video, I'm showing you a simple, high win rate MACD indicator strategy The Moving Average Convergence Divergence or also known as the MACD, is one of the most simplest and popular indicator used by traders. It is a trend following indicator that shows the relationship between two moving
Hello, New here, I slowly learn how to code my EA on MQL5, but now I'm stuck on a problem and I don't find the solution. I made an EA and this EA can open a trade on different TF, but only one trade at a time per TF. So, it's running and analyze the TF 1min, 2min, 3min, 4min and 5min. It can open 5
i wish to include this file TrailingMA.mph in my auto-trading how to initial its function
  Latency Monitor EA for MT5  (15   1 2)
Hi. I need help to write an EA that monitors latency of the exchange to create/alter orders. For example sometimes it takes 10 seconds to change a Stop Loss and they say it's my internet but I'm sure it is not. Idea: Create and change orders that will never be executed and measure how long the...
  Dynamic Partials  (2)
Hey, Can anyone help me with dynamic partials system? I want the partials to work in such a way: 1:1 trade goes BE and takes 20% TP, 1:2 it takes another 20%, 1:3 it takes 60%. Thanks in advance
Does anyone have a basic moving average pullback EA that I could use as the basis for coding a new EA?   The functionality I am looking for is:   - Price passes through a moving average, and then a trade is entered once price moves back and touches the moving average again.     Thanks in advance,...
Hi I have tried to create need RSI EA with an moving average applied to an RSI, (using simple moving average instead of rsi line) Sells at a (MA)downward crossing of an oscillator overbought level, buys at an (MA)upward crossing of an oscillator oversold level but the EA IS NOT WORKING
Hi, Could anyone help me to set the levels for a RSI indicator that I'm creating/adding during EA OnInit() event ? Just to be clear, I want to do this during the EXPERT execution, not during Indicator initialization, as I'm getting those limits as parameters from my EA. I can add the RSI indicator
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 | //| |
  Error Code 409  (5)
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] 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
  MQL5 to Telegram  (4)
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