Articles, Library comments - page 54

  Expert Advisors: MT5 DDE - Server  (76   1 2 3 4 5 ... 7 8)
MT5 DDE - Server : Export MQL5 live data to Excel (DDE) Author: Alexander Piechotta
UltraRSI : This indicator is based on RSI (Relative Strength Index) and its multiple signal lines analysis. A trend direction in this indicator is determined by the cloud color, while its power is determined by the cloud width. You can use the overbought (UpLevel) and oversold (DnLevel) levels that
Check out the new article: Automating Trading Strategies in MQL5 (Part 6): Mastering Order Block Detection for Smart Money Trading . In this article, we automate order block detection in MQL5 using pure price action analysis. We define order blocks, implement their detection, and integrate automated
Check out the new article: Neural Networks in Trading: Lightweight Models for Time Series Forecasting . Lightweight time series forecasting models achieve high performance using a minimum number of parameters. This, in turn, reduces the consumption of computing resources and speeds up
Super_SAR : Super SAR is a signal indicator based on SuperTrend and iSAR. Author: Scriptor
SAR RSI MTS : A trading system based on two indicators: iSAR (Parabolic SAR) and iRSI (Relative Strength Index, RSI). Lot calculation based on the risk value as a percentage of free margin. Author: Vladimir Karputov
Spread indicator MT4 : Spread MetaTrader indicator — displays current spread in the main window of the chart. You can modify the font parameters, indicator's position and the normalization of the spread value. The spread is redrawn after each tick, ensuring the most current and active spread value
Check out the new article: Creating a Trading Administrator Panel in MQL5 (Part IX): Code Organization (I) . This discussion delves into the challenges encountered when working with large codebases. We will explore the best practices for code organization in MQL5 and implement a practical approach
Check out the new article: Trader-friendly stop loss and take profit . Stop loss and take profit can have a significant impact on trading results. In this article, we will look at several ways to find optimal stop order values. Stop loss and take profit are stop orders that close a position when the
Check out the new article: Artificial Bee Hive Algorithm (ABHA): Tests and results . In this article, we will continue exploring the Artificial Bee Hive Algorithm (ABHA) by diving into the code and considering the remaining methods. As you might remember, each bee in the model is represented as an
  Indicators: Trend Predictor  (15   1 2)
Trend Predictor : New level of trend prediction! Author: Ezatrimeo
Real Trade Copy MT5 : Utility for copying transactions from one MT5 account or MT4 account to another MT5 account. Author: Yuriy Bykov
New article Multicurrency monitoring of trading signals (Part 5): Composite signals has been published: In the fifth article related to the creation of a trading signal monitor, we will consider composite signals and will implement the necessary functionality. In earlier versions, we used simple
Detecting the start of a new bar or candle : Detecting the start of a new bar or candle, in the OnTick() event handler of an expert advisor. Author: Fernando Carreiro
Check out the new article: Developing a Replay System (Part 58): Returning to Work on the Service . After a break in development and improvement of the service used for replay/simulator, we are resuming work on it. Now that we've abandoned the use of resources like terminal globals, we'll have to
Check out the new article: Price Action Analysis Toolkit Development (Part 11): Heikin Ashi Signal EA . MQL5 offers endless opportunities to develop automated trading systems tailored to your preferences. Did you know it can even perform complex mathematical calculations? In this article, we
Range BreakOut EA : Range BreakOut EA. The range is defined by the min number of bars and max width in pips. This expert advisor is designed with visual strategy builder - Mission Automate. Code is generated automatically. More info: https://www.mql5.com/en/articles/4951 Author: Andrey Barinov
  Scripts: Close-All  (43   1 2 3 4 5)
Close-All : A script to close all market positions and/or pending orders. Author: amrali
Check out the new article: Structures in MQL5 and methods for printing their data . In this article we will look at the MqlDateTime, MqlTick, MqlRates and MqlBookInfo strutures, as well as methods for printing data from them. In order to print all the fields of a structure, there is a standard
Check out the new article: Custom Indicator: Plotting Partial Entry, Exit and Reversal Deals for Netting Accounts . In this article, we will look at a non-standard way of creating an indicator in MQL5. Instead of focusing on a trend or chart pattern, our goal will be to manage our own positions
Check out the new article: Artificial Bee Hive Algorithm (ABHA): Theory and methods . In this article, we will consider the Artificial Bee Hive Algorithm (ABHA) developed in 2009. The algorithm is aimed at solving continuous optimization problems. We will look at how ABHA draws inspiration from the
Check out the new article: Neural Networks in Trading: Reducing Memory Consumption with Adam-mini Optimization . One of the directions for increasing the efficiency of the model training and convergence process is the improvement of optimization methods. Adam-mini is an adaptive optimization method
MD5 Hash : Calculation of 32 digit string MD5-hash from transmitted byte array Author: O_o
Stochastic Momentum Index : The Stochastic Momentum Index (SMI) was developed by William Blau and was introduced in the January 1993 issue of Technical Analysis of Stocks & Commodities magazine. It incorporates an interesting twist on the popular Stochastic Oscillator. While the Stochastic
Check out the new article: Developing a multi-currency Expert Advisor (Part 16): Impact of different quote histories on test results . The EA under development is expected to show good results when trading with different brokers. But for now we have been using quotes from a MetaQuotes demo account
Check out the new article: Build Self Optimizing Expert Advisors in MQL5 (Part 5): Self Adapting Trading Rules . The best practices, defining how to safely us an indicator, are not always easy to follow. Quiet market conditions may surprisingly produce readings on the indicator that do not qualify
Check out the new article: Developing a Replay System (Part 57): Understanding a Test Service . One point to note: although the service code is not included in this article and will only be provided in the next one, I'll explain it since we'll be using that same code as a springboard for what we're
Trade Assistant MT4 : Trade Assistant MetaTrader indicator — a multi-timeframe indicator that is based on three standard indicators: Stochastic oscillator, RSI (Relative Strength Index), and CCI (Commodity Channel Index). It displays current trend directions for M1, M5, M15, M30, H1, H4, D1, W1, and
Forex news events reaction EA: An mql5 calendar introduction. : An MQL5 Expert Advisor that reacts to high-impact forex news events using the MQL5 Calendar. It identifies news related to inflation (CPI/PPI) and interest rate decisions, placing breakout trades with pending orders. Ideal for traders
Portable Moving Average : Calculate a moving average in one function call. Code that can easily be transported between different projects. Author: Conor Mcnamara