Articles, Library comments - page 37

Strategy report output into a chart : This script was developed for displaying saved Strategy report from the Strategy Tester into a chart. Author: globus2008
Check out the new article: Adaptive Social Behavior Optimization (ASBO): Schwefel, Box-Muller Method . This article provides a fascinating insight into the world of social behavior in living organisms and its influence on the creation of a new mathematical model - ASBO (Adaptive Social Behavior
Check out the new article: Developing A Swing Entries Monitoring (EA) . As the year approaches its end, long-term traders often reflect on market history to analyze its behavior and trends, aiming to project potential future movements. In this article, we will explore the development of a long-term
Check out the new article: Build Self Optimizing Expert Advisors in MQL5 (Part 3): Dynamic Trend Following and Mean Reversion Strategies . Financial markets are typically classified as either in a range mode or a trending mode. This static view of the market may make it easier for us to trade in the
Close Basket Pairs v1 : This MQL4 EA is designed to close positions for a basket of currency pairs based on certain profit and loss thresholds. Author: Iulian Persinaru
AllAverages v4.9 MT5 : One of the latest version of this indicator at the moment. Huge base of different modifications of moving averages, with multitimesframe function, sending signals to e-mail and push notifications. Author: IVAN ASTAFUROV
Exp_RSIOMA : The Exp_RSIOMA Expert Advisor based on the signals taken from the RSIOMA histogram. Author: Nikolay Kositsin
Check out the new article: Neural Networks Made Easy (Part 97): Training Models With MSFformer . When exploring various model architecture designs, we often devote insufficient attention to the process of model training. In this article, I aim to address this gap. The initial training dataset gives
Check out the new article: MQL5 Wizard Techniques you should know (Part 52): Accelerator Oscillator . The Accelerator Oscillator is another Bill Williams Indicator that tracks price momentum's acceleration and not just its pace. Although much like the Awesome oscillator we reviewed in a recent
Profit labels for closed trades (deals) : Creating profit labels on deals (closed trades) which also show in the strategy tester Author: Conor Mcnamara
Check out the new article: Ensemble methods to enhance classification tasks in MQL5 . In this article, we present the implementation of several ensemble classifiers in MQL5 and discuss their efficacy in varying situations. The classification ensembles discussed in this article operate under specific
Check out the new article: Example of new Indicator and Conditional LSTM . This article explores the development of an Expert Advisor (EA) for automated trading that combines technical analysis with deep learning predictions. Technical indicators have long been used by the financial industry to spot
Check out the new article: Deep Learning GRU model with Python to ONNX with EA, and GRU vs LSTM models . We will guide you through the entire process of DL with python to make a GRU ONNX model, culminating in the creation of an Expert Advisor (EA) designed for trading, and subsequently comparing GRU
Check out the new article: Creating an MQL5-Telegram Integrated Expert Advisor (Part 4): Modularizing Code Functions for Enhanced Reusability . In this article, we refactor the existing code used for sending messages and screenshots from MQL5 to Telegram by organizing it into reusable, modular
SL-TP Values : Indicator displays the value of defined stop loss and or take profit in the deposit currency. Note: It calculates an estimated value based on a simple calculation and does not take into account brokerage commissions. Author: Livio Alves
Exp_Ozymandias : A trading system using the Ozymandias indicator. Author: Nikolay Kositsin
  Indicators: PVT  (2)
PVT : Price Volume Trend (PVT) is an indicator of price trend and volume, similar to the standard On Balance Volume (OBV) indicator. The indicator has no configurable parameters. Calculation formula: PVT = ((Close - Close(-1)) / Close(-1)) * TickVolume + PVT(-1) Interpretation of indicator values is
Exp_MovingAverage_FN : The Expert Advisor is based on changing the direction of the MovingAverage_FN (digital hybrid and analog filtering indicator). Fig. 1. The instances of history of deals on the chart. Author: Nikolay Kositsin
  Libraries: Virtual  (22   1 2 3)
Virtual: Virtual trading environment Author: fxsaber
  Scripts: CloseAllPositions  (14   1 2)
CloseAllPositions : The script closes all open positions on the current account. Author: Nikolay Kositsin
Check out the new article: Artificial Electric Field Algorithm (AEFA) . The article presents an artificial electric field algorithm (AEFA) inspired by Coulomb's law of electrostatic force. The algorithm simulates electrical phenomena to solve complex optimization problems using charged particles and
Check out the new article: Introduction to MQL5 (Part 10): A Beginner's Guide to Working with Built-in Indicators in MQL5 . This article introduces working with built-in indicators in MQL5, focusing on creating an RSI-based Expert Advisor (EA) using a project-based approach. You'll learn to retrieve
New article MQL5 for Newbies: Guide to Using Technical Indicators in Expert Advisors is published: In order to obtain values of a built-in or custom indicator in an Expert Advisor, first its handle should be created using the corresponding function. Examples in the article show how to use this or
Exp_XOSignal_ReOpen : The Exp_XOSignal_ReOpen trading system based on the signals of the XOSignal indicator with trend following scaling. Author: Nikolay Kositsin
Stoch RSI MT4 : The Stochastic RSI indicator (Stoch RSI) is essentially an indicator of an indicator. It is used in technical analysis to provide a stochastic calculation to the RSI indicator. This means that it is a measure of RSI relative to its own high/low range over a user defined period of
RectangleTest : The EA trades using the Rectangle, EMA and SMA indicators. Author: Igor Widiger
Range Levels : The indicator draws the nearest levels of the specified price range. Author: Evgeniy Chumakov
Check out the new article: Neural Networks Made Easy (Part 85): Multivariate Time Series Forecasting . In this article, I would like to introduce you to a new complex timeseries forecasting method, which harmoniously combines the advantages of linear models and transformers. The main idea of Client
  Experts: Trading Simulator 2  (12   1 2)
Trading Simulator 2: The program-simulator v.2 for perfecting strategy, testing of indicators and trainings of trading skills. Author: Денис Орлов
  Indicators: Cointegration  (29   1 2 3)
Cointegration : The indicator calculates and displays a linear relationship between two or more financial symbols. Author: Maxim Dmitrievsky