Articles, Library comments - page 15

New article MQL5 Cookbook: Multi-Currency Expert Advisor - Simple, Neat and Quick Approach is published: This article will describe an implementation of a simple approach suitable for a multi-currency Expert Advisor. This means that you will be able to set up the Expert Advisor for testing/trading...
Check out the new article: ALGLIB numerical analysis library in MQL5 . The article takes a quick look at the ALGLIB 3.19 numerical analysis library, its applications and new algorithms that can improve the efficiency of financial data analysis. Why choose ALGLIB when working with financial data
Vertical Time Lines: Indicator can draws up to six different vertical lines each at a designated time. Each vertical line can be historically repeated. Author: file45
PivotPoint: Pivot Points are always very useful for trading, this is a simple way to have some idea of where the market is heading during the day. The indicator also provides the first three supports and resistances. The orange line is the pivot point of the day, the red lines are supports and...
New article Triangular arbitrage has been published: The article deals with the popular trading method - triangular arbitrage. Here we analyze the topic in as much detail as possible, consider the positive and negative aspects of the strategy and develop the ready-made Expert Advisor code. The...
SHA256, SHA384 and SHA512 + HMAC: Many developers need these functions, while working with different kinds of external APIs, like Bitcoin and altcoin exchanges where it is often necessary to send data with the confirmation of parameters validity through HMAC-SHA512, HMAC-SHA384 and...
SymbolSyncEA : Syncs all chart symbols to symbol of the chart the EA is attached to Author: Max B
New article An Example of a Trading System Based on a Heiken-Ashi Indicator is published: In this article we look into the question of using a Heiken-Ashi indicator in trading. Based on this indicator, a simple trading system is considered and an MQL5 Expert Advisor is written. Trading operations...
Sec-WebSocket-Key Generator : Sec-WebSocket-Key Generator Author: Rajesh Kumar Nait
Trade Sessions Indicator: This Indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used. There is an opportunity to use the time changes to the summer time, at present time it's a primitive and realized with the...
New article Data Science and Machine Learning (Part 08): K-Means Clustering in plain MQL5 has been published: Data mining is crucial to a data scientist and a trader because very often, the data isn't as straightforward as we think it is, The human eye can not understand the minor underlying pattern
Check out the new article: Deep Learning Forecast and ordering with Python and MetaTrader5 python package and ONNX model file . The project involves using Python for deep learning-based forecasting in financial markets. We will explore the intricacies of testing the model's performance using key
KA-Gold Bot : KA-Gold Bot is an advanced trading advisor specifically designed for gold, utilizing the powerful combination of the Keltner channel strategy and two exponential moving averages (EMAs) - the 10-period EMA and the 200-period EMA. Principle of Operation: The 10-period EMA represents the
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...
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