Articles, Library comments - page 17

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
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 mql4 indicator. Author: Yashar Seyyedin
  Indicators: Astro Indicators  (11   1 2)
Astro Indicators: Show the aspect of two planets, the declination of planets or just the Body position. Author: Jens
  Indicators: KDJ  (1)
KDJ: KDJ oscillator defines when it is necessary to search for market entry conditions. Author: Scriptor
RSI_Divergence: RSI Divergence indicator Author: Scriptor
New article How to Order a Trading Robot in MQL5 and MQL4 is published: With the launch of the "Jobs" service, the MQL5.community became an ideal place for placing orders and providing programming services. Thousands of traders and developers visit this resource on a daily basis, and can easily...
ATR with Smoothing : ATR with 4 smoothing options : RMA, EMA, WMA, SMA Author: Vitor Palmeira Abbehusen
Spread Indicator: Spread Indicator - displays current spread in the chart window. The indicator can be placed on any pair on chart window. The font colour and indicator's display position can be changed on the fly. Pips can be normalized too. Author: Mirza Baig
Cosine distance and cosine similarity : Calculate the cosine distance and similarity between 2 vectors . The cosine distance is 1-cosine_similarity and the cosine similarity is the dot product of two vectors by their magnitudes multiplied. Author: Lorentzos Roussos