Articles, Library comments - page 3

Gold90 : Gold long EA Author: Jovon1993
How to Disable/Enable Auto/Algo-Trading in both MT5 and MT4. : Just simple codes to Disable/Enable Auto/Algo-Trading in both MT5 and MT4. Of course, DLLs must be allowed, This cannot be done without DLLs Author: Kailash Bai Mina
Check out the new article: Sending Messages from MQL5 to Discord, Creating a Discord-MetaTrader 5 Bot . Similar to Telegram, Discord is capable of receiving information and messages in JSON format using it's communication API's, In this article, we are going to explore how you can use discord API's
Tuyul Uncensored : try to imitate trading system using expert advisor Author: Taufiqurrachman Assauqi
New article Features of Custom Indicators Creation has been published: Creation of Custom Indicators in the MetaTrader trading system has a number of features. Author: MetaQuotes Software Corp.
Seasonal: The indicator is for seasonal trade. Author: Boeing737
  Libraries: File Mapping without DLL  (112   1 2 3 4 5 ... 11 12)
File Mapping without DLL : The classes (conveted from C++ to MQL5) for working with memory mapped files. The C++ project was published in CodeBase: Memory Mapping . The example script is included. Author: Alex Sergeev
Check out the new article: MetaTrader 5 Machine Learning Blueprint (Part 1): Data Leakage and Timestamp Fixes . Before we can even begin to make use of ML in our trading on MetaTrader 5, it’s crucial to address one of the most overlooked pitfalls—data leakage. This article unpacks how data leakage
Indices Testing : Der EA tradet nur Buy - Positionen und setzt kein Sl und TP ein. Author: Igor Widiger
Check out the new article: Trading with the MQL5 Economic Calendar (Part 6): Automating Trade Entry with News Event Analysis and Countdown Timers . In this article, we implement automated trade entry using the MQL5 Economic Calendar by applying user-defined filters and time offsets to identify
Engulfing Pattern Indicator with Volume Confirmation : This indicator detects bullish and bearish engulfing candlestick patterns with an optional volume filter to highlight stronger signals. Author: Ezequiel Henrique Melo Do Nascimento
Check out the new article: Volumetric neural network analysis as a key to future trends . The article explores the possibility of improving price forecasting based on trading volume analysis by integrating technical analysis principles with LSTM neural network architecture. Particular attention is
CTJM Candle Timer - Indicator for MT5 : This indicator will shows the time remaining until the end of the candle. You can choose colour and the font size. Author: Jivarajah Tharamarajah
Check out the new article: Automating Trading Strategies in MQL5 (Part 20): Multi-Symbol Strategy Using CCI and AO . In this article, we create a multi-symbol trading strategy using CCI and AO indicators to detect trend reversals. We cover its design, MQL5 implementation, and backtesting process
Examples from the book "Neural networks for algorithmic trading with MQL5" : The book "Neural networks in algorithmic trading with MQL5" is a comprehensive guide, covering both the theoretical foundations of artificial intelligence and neural networks and practical aspects of their application in
SniperJaw EA : SniperJaw EA is a one-trade-at-a-time robot that uses the Alligator indicator (Jaw, Teeth, Lips) to follow the trend. You can control the trade size with LotSize, choose to close trades on opposite signal with UseEntryToExit, or use TakeProfit and StopLoss in pips if set. Slippage is
AutoTrendLinien : Autotrendlinien generates a channel in the direction of an existing trend. Author: Nikolay Kositsin
Check out the new article: Self Optimizing Expert Advisors in MQL5 (Part 8): Multiple Strategy Analysis (Part 2) . Join us for our follow-up discussion, where we will merge our first two trading strategies into an ensemble trading strategy. We shall demonstrate the different schemes possible for
Check out the new article: Fast trading strategy tester in Python using Numba . The article implements a fast strategy tester for machine learning models using Numba. It is 50 times faster than the pure Python strategy tester. The author recommends using this library to speed up mathematical
Exponential moving average: Exponential moving average Author: Mladen Rakic
Automatic Chart Refresher : A tool which refreshes the chart automatically and will make active indicators update if something stopped plotting on the chart. Author: phade
Glitch Index: Source of this on is February 2004, Active Trader magazine. System concept This system was inspired by the more successful stock systems that have appeared in the Trading System Lab. These strategies share a common timing technique - they attempt to take advantage of minor...
Check out the new article: Developing a Replay System (Part 73): An Unusual Communication (II) . In this article, we will look at how to transmit information in real time between the indicator and the service, and also understand why problems may arise when changing the timeframe and how to solve
Check out the new article: William Gann methods (Part I): Creating Gann Angles indicator . What is the essence of Gann Theory? How are Gann angles constructed? We will create Gann Angles indicator for MetaTrader 5. The Angle Bounce strategy is based on the assumption that Gann angle lines often act
Working with sockets in MQL5 : This library will allow you to tranfser realtime quotes from MetaTrader 5 to external server application. The TCP protocol is used, it allows to transfer the data not only locally, but globally all over the Internet. The Winsock2 library (ws2_32.dll) is used for
New article Forecasting with ARIMA models in MQL5 has been published: In this article we continue the development of the CArima class for building ARIMA models by adding intuitive methods that enable forecasting. It is well known that ARIMA models rely on temporal dependences in a dataset. Therefore
New article How to Develop an Expert Advisor using UML Tools is published: This article discusses creation of Expert Advisors using the UML graphical language, which is used for visual modeling of object-oriented software systems. The main advantage of this approach is the visualization of the
RSI Expert Advisor - Automated Trading Tool Based on RSI : The RSI Expert Advisor (EA) is an automated trading tool developed for the MetaTrader 5 (MT5) platform. This EA leverages the Relative Strength Index (RSI) to identify buy and sell signals, incorporating risk management, partial position
Check out the new article: Atomic Orbital Search (AOS) algorithm . The article considers the Atomic Orbital Search (AOS) algorithm, which uses the concepts of the atomic orbital model to simulate the search for solutions. The algorithm is based on probability distributions and the dynamics of
Dollar Index: The U.S. Dollar Index (USDX, DXY, DX) is an index (or measure) of the value of the United States dollar relative to a basket of foreign currencies, often referred to as a basket of U.S. trade partners' currencies. The Index goes up when the U.S. dollar gains "strength" (value)...