Articles, Library comments - page 130

Volatility ratio: Volatility ratio Author: Mladen Rakic
N trades per set Martingale: Will scale up after N consec losses and will reset after same amount of consec wins Author: Brian Rumbles
Check Margin : required margin and maximum volume calculator. Author: Mokara
StatementToGraph: Graphic displaying of the statement, carring of a data from the *.htm table to the graph, for the convenience of analysis. Author: Денис Орлов
s-Downloader (SingleTF, AllSymbols): The script downloads the historical quotes data of a single timeframe for all symbols in the market watch. Author: amrali 
Memento - behavioral design pattern : without violating encapsulation, capture and externalize an object's internal state so that the object can be restored to this state later Author: DMITRII PECHERITSA
CheckHistory - Check and load history function: Slightly modified history load function from MetaQuotes Author: Andrey Khatimlianskii
OC Momentum: Simple oscillator with a histogram. Author: JAN OPOCENSKY
The "New bar" event handler for the indicators: This indicator will allow you to perform the recalculation of the indicator's data only when the new bar on the chart has appeared. The idea of this approach is described in the "New Bar" Event Handler article. The example of its use in the Expert...
DXYvsEXY_e1 for MT4 - Indicator for MetaTrader 4 : DXYvsEXY_e1 is a faster version of DXYvsEXY. Original code here: https://www.mql5.com/en/code/30714 Author: Pedro Potter
Renko Indicator: RenkoLiveChart_v600 version 6 indicator converted from RenkoLiveChart_v600 version 6 Expert Advisor. Author: file45
Graphic Panel Contest: Graphic Panel Contest submission. Author: investeo 1. 2. 3. 4. 5.
New article Library for easy and quick development of MetaTrader programs (part XXIII): Base trading class - verification of valid parameters has been published: In the article, we continue the development of the trading class by implementing the control over incorrect trading order parameter values
DT Oscillator: It is a DT oscillator as described by Robert Miner with some additional features. Author: Mladen Rakic
ZigZag on Parabolic + Fibo + Channel: ZigZag indicator built using the values of the Parabolic SAR technical indicator with the added possibility to build Fibo levels on the last two indicator peaks and the channel generated with the use of three successive zigzag peaks with selection of these...
New article Introduction to MQL5: How to write simple Expert Advisor and Custom Indicator is published: MetaQuotes Programming Language 5 (MQL5), included in MetaTrader 5 Client Terminal, has many new possibilities and higher performance, compared to MQL4. This article will help you to get...
New article Forecasting Time Series (Part 1): Empirical Mode Decomposition (EMD) Method has been published: This article deals with the theory and practical use of the algorithm for forecasting time series, based on the empirical decomposition mode. It proposes the MQL implementation of this method
New article The Golden Rule of Traders has been published: In order to make profits based on high expectations, we must understand three basic principles of good trading: 1) know your risk when entering the market; 2) cut your losses early and allow your profit to run; 3) know the expectation of...
Improve your Strategy - Best Days To Trade : This is one of the important thing to consider in order to improve our strategy by calculating on average how much an asset moves, in which it will allow us to identify the best days to trade when the market moves the most as well as the worst days to
  Indicators: TRiX  (1)
TRiX: TRiX Author: Mladen Rakic
Precision trend: Precision trend for MetaTrader 4. Author: Mladen Rakic
LRDegrees MT5: Forex indicator for MetaTrader 5 with show double line of linear regression with position degrees and trend alerts. Author: Roberto Jacobs
MA of WPR : Three mooving average of WPR indicator, you can set the indicator period, the mooving average period and the mooving average method. Author: parisparis
New article Deep Neural Networks (Part I). Preparing Data has been published: This series of articles continues exploring deep neural networks (DNN), which are used in many application areas including trading. Here new dimensions of this theme will be explored along with testing of new methods and...
5 _34_5: Indicator 5_34_5 Author: John Smith
WatchDog - An EA monitoring script. : WatchDog sends an e-mail when things go wrong, an order has opened or closed, on requotes, on log errors, on server shut down... Just drag the script in a chart window. Author: Erich Pribitzer
Volatility Trader and Breakout EA (X-liquidex): X-liquidex is an Impulsive/Volatility/Breakout EA. It uses Range, Moving Averages and Keltner channel. It's logics are simple yet powerful. It can best operate in time-frames that are below M30, but deep research and testings as well has to be made...
NNFX Auto Trader : Manage risk like No Nonsense Forex easily in MT4 Author: Alejandro Cercós
OpenCL Test: A small example of the Mandelbrot fractal calculation in OpenCL. The OpenCL accelerates calculations of fractal approximately up to 100 times in comparison with the CPU calculations. Author: Renat Fatkhullin
Mediator - behavioral design pattern : Define an object that encapsulates how a set of objects interact mediator promotes loose coupling by keeping objects from referring to each other explicitly, and it lets you vary their interaction independently Author: DMITRII PECHERITSA