Articles, Library comments - page 154

ConsecutiveRSI: Set the number of consecutive candles along with RSI level for a valid signal. Author: John Davis
VSA Syndicate Trader v1.04: Syndicate Trader is coded from the basic VSA (Volume Spread Analysis) study by Wyckoff. EA will identify potential No Demand and No Supply strike zones and excecute buy or sell market orders (Instant execution). Author: Nathan Nthusi
AbsoluteStrength: The oscillator that displays forces of Buyers (Bulls) and Sellers (Bears) separately. Author: Igor Durkin
Candle Strength: Indicator that shows candle strength. Author: Il Anokhin
DarvasBoxes_System_HTF: The DarvasBoxes_System indicator with the timeframe selection option available in input parameters. Author: Nikolay Kositsin
New article Price velocity measurement methods has been published: There are multiple different approaches to market research and analysis. The main ones are technical and fundamental. In technical analysis, traders collect, process and analyze numerical data and parameters...
New article Custom Graphical Controls. Part 3. Forms is published: This is the last of the three articles devoted to graphical controls. It covers the creation of the main graphical interface component - the form - and its use in combination with other controls. In addition to the form classes,...
iCCI iRSI: A trading system based on two custom indicators: CCI Color Levels and RSI Custom Smoothing. Author: Vladimir Karputov
  Experts: Sudoku  (3)
Sudoku: Classical Sudoku puzzle right in MetaTrader chart. Author: Stanislav Korotky
New article Parsing HTML with curl has been published: The article provides the description of a simple HTML code parsing library using third-party components. In particular, it covers the possibilities of accessing data which cannot be retrieved using GET and POST requests. We will select a website
  Scripts: Stat  (2)
Stat: The script displays the brief statistics for trading on the instrument over the specified period - the number of deals, profit, profit factor. Author: Aliaksandr Yemialyanau
Currency Loader: The EA unloads historical data in the *.csv format for several timeframes of the symbol it is attached to. Author: Kenzo
PSAR trader v2: Trades using parabolic SAR signals Author: Tonny Obare
Quick ZigZag plus DiNapoli: The "Fast ZigZag" indicator including the drawing of DiNapoli's target levels Author: Victor
ColorParabolic_Alert: The ColorParabolic semaphore signal indicator featuring alerts, sending emails and push notifications. Author: Nikolay Kositsin
VR Calculate Martingale Lite: Indicator calculate the average price Author: Vladimir Pastushak
New article Custom Strategy Tester based on fast mathematical calculations has been published: The article describes the way to create a custom strategy tester and a custom analyzer of the optimization passes. After reading it, you will understand how the math calculations mode and the mechanism of...
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