Articles, Library comments - page 14

Pivot Points: Pivot Point indicator with an addition of 4 ways of calculating pivot points. Author: Jane Johnson
Check out the new article: Making a dashboard to display data in indicators and EAs . In this article, we will create a dashboard class to be used in indicators and EAs. This is an introductory article in a small series of articles with templates for including and using standard indicators in Expert
Daily Percent Change: This indicator uses the open price for the day, and computes the percent change for that day. Use on any chart TF up to and including D1. Author: Robert Rice
New article Automated Optimization of an EA for MetaTrader 5 has been published: This article describes the implementation of a self-optimization mechanism under MetaTrader 5. The first MetaTrader 5 instance is running 24/7, this instance hosts the BuddyIlan EA and the EA on which we will work today...
New article SQLite: Native handling of SQL databases in MQL5 has been published: The development of trading strategies is associated with handling large amounts of data. Now, you are able to work with databases using SQL queries based on SQLite directly in MQL5. An important feature of this engine
Bounce Number for Grid/Martingale strategies Lot Sizing/Order Count set : When we want to know how many times price will goes up and down 40 pips before breaking this channel, we will need Bounce Number tool. Author: Mahdi Ebrahimzadeh
Check out the new article: Data Science and Machine Learning (Part 18): The battle of Mastering Market Complexity, Truncated SVD Versus NMF . Truncated Singular Value Decomposition (SVD) and Non-Negative Matrix Factorization (NMF) are dimensionality reduction techniques. They both play significant
BreakEven&TrailingStop: This library has two functions: BreakEven & TrailingStop. Author: Bola Peter
Check out the new article: Understanding Programming Paradigms (Part 1): A Procedural Approach to Developing a Price Action Expert Advisor . Learn about programming paradigms and their application in MQL5 code. This article explores the specifics of procedural programming, offering hands-on
CComment Class: The ССomment class was designed to extend the capabilities of the standard Comment function. Its purpose is to display a multi-line comment on a panel. Methods of this class allow you to specify text color, font, style and line spacing. You can move the panel within the screen space...
Check out the new article: Developing an MQTT client for Metatrader 5: a TDD approach — Part 5 . This article is the fifth part of a series describing our development steps of a native MQL5 client for the MQTT 5.0 protocol. In this part we describe the structure of PUBLISH packets, how we are
Check out the new article: Data label for time series mining (Part 5):Apply and Test in EA Using Socket . This series of articles introduces several time series labeling methods, which can create data that meets most artificial intelligence models, and targeted data labeling according to needs can
Check out the new article: Implementation of the Augmented Dickey Fuller test in MQL5 . In this article we demonstrate the implementation of the Augmented Dickey-Fuller test, and apply it to conduct cointegration tests using the Engle-Granger method. Simply put an ADF test is a hypothesis test, that
Period converter: It is designed to create a non-standard symbol period based on the use of the standard period. Author: MetaQuotes Software Corp.
Auto TP multiplied by SL : Th Expert will set the TP based on the SL manually set using the input multiplier. Using this you can set 2,3,4 etc times the SL set. Author: Sathyam Saravanan
SSH Multi Time-Frame : Short description. Author: Mahdi Ebrahimzadeh
FuzzyNet Fuzzy Logic Library: FuzzyNet is one of the most popular mathematical libraries for creating fuzzy models Fuzzy Logic Library for Microsoft.Net (FuzzyNet) is an easy to use component that implements Mamdani and Sugeno fuzzy inference systems. FuzzyNet includes: 5 membership functions...
Calculate unrealized profit(s) at a specific time in history : This is an EA to print all open trades and their PnLs at a specific time in history. Author: Yashar Seyyedin
Self Adapting EA - Deep Learning System : Deep learning Expert advisor , This EA will collect market patterns to predict the next Patterns. Author: Rodolphe Ahmad
Simplest CSV file reader : Provide simplest class to read and parse CSV file Author: Denis Kislicyn
New article How to create a graphical panel of any complexity level has been published: The article provides a detailed explanation of how to create a panel on the basis of the CAppDialog class and how to add controls to the panel. It includes the description of the panel structure and a scheme of...
Check out the new article: Neural networks made easy (Part 56): Using nuclear norm to drive research . The study of the environment in reinforcement learning is a pressing problem. We have already looked at some approaches previously. In this article, we will have a look at yet another method based
  Indicators: Better Volume  (11   1 2)
Better Volume: Easy and visual way to check abnormal changes in Volume. Author: Minions Labs
wd.Multi_LineMA : The MT5 custom indicator, named "wd.Multi_LineMA.mq5," is designed to offer traders valuable insights into Moving Average values from a higher timeframe (MTF Multi TimeFrame). It encompasses additional visual features for in-depth analysis, such as the ability to view trails for a
VPS Trailing Stop Service : VPS Trailing Stop Service Author: Igor Gerasimov
wd.Multi_ClockPrice lite! : The 'wd.Multi_ClockPrice lite!' is the lite version of 'wd.Multi_ClockPrice', providing a visual representation of server time and bid prices on the chart. It synchronizes with PC clock every seconds, allowing seamless updates even when MT5 is offline. Real-time bid
Connect Disconnect Sound Alert : This utility is simple example to add sound alert on connect / disconnect Author: Rajesh Kumar Nait
Fast Pending Orders : By using Fast Pending Orders script, you don't need to calculate lot size when you opening Pending orders. Script calculates the proper lot size and sets the pending order(s) for you. Author: Behzad Movaghar
pivots calculation based on pine script v4 : This is the exact conversion of pivotshigh and pivotslow functions from pine script v4 as an mql5 indicator. Author: Yashar Seyyedin
pivots calculation based on pine script v4 : This is the exact conversion of pivotshigh and pivotslow functions from pine script v4 as an mql4 indicator. Author: Yashar Seyyedin