Articles, Library comments - page 22

How to Disable/Enable Auto/Algo-Trading in both MT5 and MT4. : Just simple codes to Disable/Enable Auto/Algo-Trading in both MT5 and MT4. Of course, DLLs must be allowed, This cannot be done without DLLs Author: Kailash Bai Mina
New article Backpropagation Neural Networks using MQL5 Matrices has been published: The article describes the theory and practice of applying the backpropagation algorithm in MQL5 using matrices. It provides ready-made classes along with script, indicator and Expert Advisor examples. As we will see
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
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
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...
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
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
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
Harmonized Hedge for of open trades for chart symbol : Hedge Symbol 100% Author: Iulian Persinaru
Classic Moving Averages with colors : The indicator displays a colored moving average. Author: Mike Pascal Plavonil
Reverse Trades For All Symbols Script : Reverses all open trades for all symbols on the trading platform. Author: Iulian Persinaru
Trailing_StopLoss_for All_orders_and_symbols : Trailing_StopLoss_for All_orders_and_symbols Author: Iulian Persinaru
Adding password protection to your Indicator / Expert Advisor: Several methods of protecting your code have been proposed over the past, but were either too simple (less secure), required re-compilation of your code for each new customer (ok if you only plan on having a dozen or so customers) or...
Bcrypt: Class for working with AES-256 encryption. This class makes use of the MQL5 built-in function CryptEncode() to encrypt/decrypt data. Also, it converts the generated data by CryptEncoded() into a HEX string and vice-versa. Author: Romeu Bertho