Articles, Library comments - page 176

Break-Even Master: The Expert Advisor that moves the stop loss to breakeven after reaching certain profit. Author: Il Anokhin
Simple harmonic oscillator: Simple harmonic oscillator Author: Mladen Rakic
New article Library for easy and quick development of MetaTrader programs (part XIII): Account object events has been published: The article considers working with account events for tracking important changes in account properties affecting the automated trading. We have already...
Vortex Oscillator: This version of the Vortex indicator shows the difference between the VI+ and VI- lines as a histogram oscillating around the zero line. Author: Vladimir Karputov
NELODI Trend Waves for MT5: Monster Trend indicator that uses data from up to time periods. Author: NELODI
Schaff Trend Cycle: Indicator Schaff Trend Cycle. Author: John Smith
New article Building interactive semi-automatic drag-and-drop Expert Advisor based on predefined risk and R/R ratio is published: Some traders execute all their trades automatically, and some mix automatic and manual trades based on the output of several indicators. Being a member of the latter...
RSI in MA: RSI in iMA is an indicator to change color in iMA if iRSI crosses level up (uptrend) or crosses level down (downtrend). Author: Nikolaos Pantzos
RSI Candles: Improved version inspired by RSI_candles by © mladen 2018 https://www.mql5.com/en/code/20968 Author: Soewono Effendi 
Negative_Volume_Index_HTF: Negative Volume Index (NVI) indicator with the timeframe selection option available in the input parameters. Author: Nikolay Kositsin
New article Running MetaTrader 4 Client Terminal on Linux-Desktop has been published: Description of a step-by-step Linux-desktop setup using a non-emulator wine for running MetaTrader 4 Client Terminal on it. Author: Bazilevich Vadim
New article Implementation of Indicators as Classes by Examples of Zigzag and ATR is published: Debate about an optimal way of calculating indicators is endless. Where should we calculate the indicator values - in the indicator itself or embed the entire logic in a Expert Advisor that uses it? The...
Programming Patterns - Abstract Factory: Provides an interface for creating families of related or dependent objects without specifying their concrete class. Author: dmipec
New article Error 146 ("Trade context busy") and How to Deal with It has been published: The article deals with conflict-free trading of several experts on one МТ 4 Client Terminal. It will be useful for those who have basic command of working with the terminal and programming in MQL 4. Author:...
  Experts: FiboArc  (13   1 2)
FiboArc: "FiboArc" EA draws Fibonacci Arcs on chart and trades with price breakthrough,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ. Author: Aharon Tzadik
New article Optimization management (Part II): Creating key objects and add-on logic has been published: This article is a continuation of the previous publication related to the creation of a graphical interface for optimization management. The article considers the logic of the add-on. A wrapper
New article Deep Neural Networks (Part VI). Ensemble of neural network classifiers: bagging has been published: The article discusses the methods for building and training ensembles of neural networks with bagging structure. It also determines the peculiarities of hyperparameter optimization for...
Heiken Ashi Histogram: Another suggested way to track Heiken Ashi candles and trading short-term price swings Author: Point Zero
Instantaneous trend line - levels: Instantaneous trend line - using levels for signals filtering Author: Mladen Rakic
RoundPrice-Ext: Very convenient to confirm any market entry signals. Author: John Smith
Hedg System: "Hedg System" EA trades with hedging strategy two trades at any given time: Buy and Sell ,works best on 1D time frames major forex pairs . Author: Aharon Tzadik
MTF_MA: The Multi-timeframe Moving Average indicator Author: Scriptor
New article Applying OLAP in trading (part 2): Visualizing the interactive multidimensional data analysis results has been published: In this article, we consider the creation of an interactive graphical interface for an MQL program, which is designed for the processing of...
New article Applying OLAP in trading (part 1): Online analysis of multidimensional data has been published: The article describes how to create a framework for the online analysis of multidimensional data (OLAP), as well as how to implement this in MQL and to apply such analysis...
Juice: It is not recommended to open a position when the histogram is red. If all indicators give entry signals, the final check is done according to this indicator. The histogram must be green. Author: John Smith
Michelangelo: One of the greatly smoothing trend indicators. Author: John Smith
  Experts: Trix EA  (19   1 2)
Trix EA: This expert is based on the Trix indicator created by raff1410 Author: bobby
Binary Option open trade: The script is designed for opening trades on binary options via the MetaTrader 4 terminal, if your broker supports this feature. Author: Siarhei Baranouski
i-GAP: A semaphore signal indicator forming signals when price gaps appear. Author: Nikolay Kositsin
Programming Patterns - Observer: When the subject changes, it notifies and updates its observers, who know nothing about each other (one-to-many weak relation) Author: dmipec