Articles, Library comments - page 13

Candlestick Body Range : Click on candlestick to see its body range value. Author: Rajesh Kumar Nait
Past Regression Deviated: Past Regression Deviated is an indicator consisting of 7 parallel lines that form a sort of price channels that can be used as support and resistance levels and also a trend line that is built to determine the current trend direction. Past Regression Deviated displays...
  Indicators: Woodies CCI  (13   1 2)
Woodies CCI: Woodies CCI is a momentum indicator that was developed by Ken Woods. It's based on a 14 period Commodity Channel Index (CCI). It's a fully unbounded oscillator with a base value of 0 and has no lower or upper limit. Some traders use the indicator to spot a number of tradable CCI...
  Experts: Forex Calculators  (36   1 2 3 4)
Forex Calculators: Margin Calculator, Point Value Calculator, Profit Calculator and Swap Calculator. Author: amrali
Check out the new article: Building and testing Aroon Trading Systems . In this article, we will learn how we can build an Aroon trading system after learning the basics of the indicators and the needed steps to build a trading system based on the Aroon indicator. After building this trading system
  Indicators: Shved Supply and Demand  (63   1 2 3 4 5 6 7)
Shved Supply and Demand : This is MQL5 version of Shved Supply and Demand written by Shved and upgraded by eevviill7. Author: Behzad Movaghar
Listing all Signals' properties to a CSV file. : This simple quick & dirty script code will output a CSV file of all the Signals' properties as reported by the MQL5 Trade Signals functionality. With the resulting CSV file opened as a spreadsheet (e.g. Excel), you can sort them by your preferred
Check out the new article: Data label for time series mining (Part 6):Apply and Test in EA Using ONNX . 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
Strategy Checklist : This indicator allows you to define a checklist for you to manually check and confirm your strategy before entering into a trade. Author: Carlos Oliveira
Check out the new article: Mastering Model Interpretation: Gaining Deeper Insight From Your Machine Learning Models . Machine Learning is a complex and rewarding field for anyone of any experience. In this article we dive deep into the inner mechanisms powering the models you build, we explore the
Check out the new article: Neural networks made easy (Part 44): Learning skills with dynamics in mind . In the previous article, we introduced the DIAYN method, which offers the algorithm for learning a variety of skills. The acquired skills can be used for various tasks. But such skills can be
super-signals: The semaphore arrow indicator of trend change Fig.1 The super-signals indicator Author: Nikolay Kositsin
Check out the new article: MQL5 Wizard Techniques you should know (Part 10). The Unconventional RBM . Restrictive Boltzmann Machines are at the basic level, a two-layer neural network that is proficient at unsupervised classification through dimensionality reduction. We take its basic principles and
iGDR_Fractal_Levels: iGDR_Fractal_Levels indicator shows the fractals average values over a certain period of time. The indicator displays only three levels on the chart showing them in different colors. The same levels are plotted to the right from the text labels, though considering the variation...
Check out the new article: Ready-made templates for including indicators to Expert Advisors (Part 1): Oscillators . The article considers standard indicators from the oscillator category. We will create ready-to-use templates for their use in EAs - declaring and setting parameters, indicator
Check out the new article: GUI: Tips and Tricks for creating your own Graphic Library in MQL . We'll go through the basics of GUI libraries so that you can understand how they work or even start making your own. Developing a GUI library is one of the biggest non-specific projects that anyone could
New article Simple Mean Reversion Trading Strategy has been published: Mean reversion is a type of contrarian trading where the trader expects the price to return to some form of equilibrium which is generally measured by a mean or another central tendency statistic. Many asset classes, even
Regression_Channel: The Regression Channel is based on the Linear Regression Trend, which represents a usual trend line plotted between two points on a price chart using the method of least squares. Author: John Smith
Check out the new article: OpenAI's ChatGPT features within the framework of MQL4 and MQL5 development . In this article, we will fiddle around ChatGPT from OpenAI in order to understand its capabilities in terms of reducing the time and labor intensity of developing Expert Advisors, indicators and
New article Step-by-Step Guide to Writing an Expert Advisor in MQL5 for Beginners is published: The Expert Advisors programming in MQL5 is simple, and you can learn it easy. In this step by step guide, you will see the basic steps required in writing a simple Expert Advisor based on a developed...
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...