Articles, Library comments - page 3

Check out the new article: MQL5 Wizard Techniques You Should Know (Part 15): Support Vector Machines with Newton's Polynomial . Support Vector Machines classify data based on predefined classes by exploring the effects of increasing its dimensionality. It is a supervised learning method that is
Check out the new article: Design Patterns in software development and MQL5 (Part 4): Behavioral Patterns 2 . In this article, we will complete our series about the Design Patterns topic, we mentioned that there are three types of design patterns creational, structural, and behavioral. We will
All Pivot Points MT5 : An indicator for drawing all important Pivot Points including: "Classic", "Camarilla", "Woodie", "Floor", "Fibonacci", "Fibonacci_Retracement". Author: Hossein Nouri
FFC - Forex Factory Calendar: Modified version of FF Calendar Indicator with new features. Author: awran5
Examples from the book "Neural networks for algorithmic trading with MQL5" : The book "Neural networks in algorithmic trading with MQL5" is a comprehensive guide, covering both the theoretical foundations of artificial intelligence and neural networks and practical aspects of their application in
Check out the new article: Modified Grid-Hedge EA in MQL5 (Part III): Optimizing Simple Hedge Strategy (I) . In this third part, we revisit the Simple Hedge and Simple Grid Expert Advisors (EAs) developed earlier. Our focus shifts to refining the Simple Hedge EA through mathematical analysis and a
Check out the new article: Quantitative analysis in MQL5: Implementing a promising algorithm . We will analyze the question of what quantitative analysis is and how it is used by major players. We will create one of the quantitative analysis algorithms in the MQL5 language. What is quantitative
TrendChannel: The indicator draws two trend lines for the closest price extremes Author: Nikolay Kositsin
  Experts: Breakout H1 Trading  (13   1 2)
Breakout H1 Trading : Short description. Author: Dao Thanh Tan
Normalized MACD: Normalized MACD. Author: Mladen Rakic
Code blocks for "Counters" like Count "X" time and pass : Here are some examples of codes for set counters based on "Count" Author: Hapu Arachchilage Tharindu Lakmal
Check out the new article: Understanding Programming Paradigms (Part 2): An Object-Oriented Approach to Developing a Price Action Expert Advisor . Learn about the object-oriented programming paradigm and its application in MQL5 code. This second article goes deeper into the specifics of
Display trade history on charts (MT5) : to display trade history files(.csv) on charts. Author: ManiABLS
Hurst Exponent: The Hurst Exponent is used as a measure of long-term memory of time series. It relates to the autocorrelations of the time series, and the rate at which these decrease as the lag between pairs of values increases. Studies involving the Hurst exponent were originally developed...
New article Payments and payment methods is published: MQL5.community built-in services offer great opportunities both to MQL5 developers and ordinary traders with no programming skills. But all these features can't be implemented without in-house secure payment system, that provides a convenient
TimeGMT library for the strategy tester : Static class to fix the TimeGMT() function during testing in the strategy tester. Author: amrali
Check out the new article: Neural networks made easy (Part 66): Exploration problems in offline learning . Models are trained offline using data from a prepared training dataset. While providing certain advantages, its negative side is that information about the environment is greatly compressed to
The Roofing Filter : The Roofing Filter Indicator was created by John Ehlers ("Cycle Analytics for Traders" pg. 80 - 82). Author: Andrei Novichkov
A Code block to detect A "New Candle/Bar" using bars history (very effective way) : If you only want to execute your code blocks "only once per bar" it's important to check if there is new bar arrived or not. Author: Hapu Arachchilage Tharindu Lakmal
Forex Fraus (for M1): The Expert Advisor is based on the Williams Percent Range indicator. It sells in the overbought zone and buys in the oversold zone. Trailing Stop and operation timer are attached to it. Author: Dima-Z
Candle Analysis Report : This script helps traders understand the distribution and range of candles in a specific period, which can be useful for making trading decisions such as determining which historical values to use for Take Profit or Stop Loss. Author: Enrique Enguix
Counter Attack Candlestick : Counter attack candlestick pattern Author: Rajesh Kumar Nait
Dominant Candle : Dominant Candle is a a two candlestick set where the wicks intersect each other but body of the candles are either gapped up, gapped down or equal Author: Rajesh Kumar Nait
New article MQL5 Wizard techniques you should know (Part 01): Regression Analysis has been published: Todays trader is a philomath who is almost always (either consciously or not...) looking up new ideas, trying them out, choosing to modify them or discard them; an exploratory process that should
Breakout Martin Gale Expert Advisor for MT5 : This is an mql5 Expert Advisor trading the breakouts and using Martin Gale risk management. Author: Peter Mueller
Check out the new article: Developing an MQTT client for MetaTrader 5: a TDD approach — Final . This article is the last part of a series describing our development steps of a native MQL5 client for the MQTT 5.0 protocol. Although the library is not production-ready yet, in this part, we will use
Limit Stop Order Script: The script for manual trade: when achieving the limit price the script sets stop order and logs out Author: Serhii Ivanenko
Calculate Drawdown in MT4 : this shortcode will calculate the drawdown of a particular ea, where it is applied to a specified symbol. Author: Biswarup Banerjee
Virtual SL TP Pending with SL Trailing for Symbol Chart : Virtual SL TP Pending with SL Trailing for Symbol Chart Author: Iulian Persinaru
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