Articles, Library comments - page 180

Simple ZigZag : Simplified version of the popular ZigZag indicator. The algorithm runs significantly faster, does not use intermediate calculation buffers, does not contain nested cycles and, therefore, does not redraw itself. Author: Oleg Shenker
Averages composite trend : Trend composed by a series of averages Author: Mladen Rakic
  Indicators: T3  (1)
T3 : The T3 Moving Average indicator Author: Scriptor
Daily/Weekly HL: Previous day&week High/Low Author: Fabio Cavalloni
Strategy - Set And Forget (with Martingale system) MT4 : This strategy is the well known set & forget accompanied by the martingale system. It is very useful if you are very busy in which you don't have time, you want to trade the London session while you are sleeping in USA, etc. Author: Mario
MA_RoundingCandle : The MA_Rounding indicator implemented as a sequence of candlesticks. Candlesticks appear as a result of relevant price timeseries processed by the MA_Rounding algorithm. Author: Nikolay Kositsin
Iterator - behavioral design pattern : Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation Author: DMITRII PECHERITSA
  Indicators: BOBB  (1)
BOBB: Based On Bollinger Bands Author: M.G.
Color Smoothed Momentum : More smoothed Momentum with colored indication of the current trend. In this indicator Momentum values are smoothed using the JMA smoothing algorithm for signals filtration and display of a trend. As a result, it is now possible to indicate a trend using the indicator line
YURAZ_MCCH Calculation Indicator : The indicator calculates % of growth or drop towards CLOSE. It is written via use of object-oriented programming and can be easily integrated into any Expert Advisor or other indicator. Author: Yuriy Zaytsev
cIntSpeech : It speaks the specified text using the speech engine. The cIntSpeech class has an only Say() method, it has two parameters. The first is the text to speak, the second is used to allow printing the text in "Experts" tab. Author: Дмитрий
Divergence : The indicator displays the situation when the direction of price movement and technical indicators does not coincide Fig.1 The Divergence indicator Author: Nikolay Kositsin
Indicator of STOPLEVEL.: Indicator of STOPLEVEL. Author: IURII TOKMAN
  Experts: HistoryTraining_V3  (15   1 2)
HistoryTraining_V3: Pending orders ADDED. This program is created for training on historical data. Author: Pavel
  Scripts: LotLoss  (1)
LotLoss : Simple risk management tool. Author: Mokara
Specified_Time_Range_Candles : Specified time range candles indicator Author: Scriptor
New article Library for easy and quick development of MetaTrader programs (part XVIII): Interactivity of account and any other library objects has been published: The article arranges the work of an account object on a new base object of all library objects, improves the CBaseObj base object and
Random Walk Index : The Random Walk Index (RWI) is a technical indicator that attempts to determine if a stock's price movement is of random nature or a result of a statistically significant trend. The Random Walk Index attempts to determine when the market is in a strong uptrend or downtrend by
MQL5 Wizard - Trade Signals Based on 3 Black Crows/3 White Soldiers + Stochastic : The MQL5 Wizard allows creating ready-made Expert Advisors based on the Standard library classes delivered together with the client terminal (see Creating Ready-Made Expert Advisors in MQL5 Wizard for the details). It
Multi Pair Pivot Point Scanner Alerts: Scans multiple symbols looking for when the price crosses a pivot point then it alerts the trader. Author: NickBixy
Interpreter - behavioral design pattern : Given a language, define a represention for its grammar along with an interpreter that uses the representation to interpret sentences in the language Author: DMITRII PECHERITSA
JMA Z-score : JMA Z-score Author: Mladen Rakic
New article Visualize a Strategy in the MetaTrader 5 Tester is published: We all know the saying "Better to see once than hear a hundred times". You can read various books about Paris or Venice, but based on the mental images you wouldn't have the same feelings as on the evening walk in these
Hangseng Trader : A trading system based on object Fibonacci Lines (OBJ_FIBO) and on indicator Resistance & Support. Author: Vladimir Karputov
Fibonacci Time Zones: With "Fibonacci Time Zones" EA you can draw Fibonacci Time Zones on the chart and trade with price breakthrough,has 3 buttons for manual trading and allows to predetermine trailing stoploss & take profit, open and close all trades at once. Author: Aharon Tzadik
ColorXMUV : The drawing of this Moving Average is based on Demark's "Daily Range Projections" method. Author: Nikolay Kositsin
Exp_ColorXMUV_Tm : The Exp_ColorXMUV_Tm Expert Advisor is based on the ColorXMUV MA signals and provides the possibility to set a fixed trading time interval. Author: Nikolay Kositsin
Ocean theory - natural market slope : Ocean theory - natural market slope Author: Mladen Rakic
New article Calculating mathematical expressions (Part 1). Recursive descent parsers has been published: The article considers the basic principles of mathematical expression parsing and calculation. We will implement recursive descent parsers operating in the interpreter and fast calculation modes
Auto Trader : The Expert Advisor enables and disables the "AutoTrading" button at a certain time and closes all opened positions on the account once the specified period of time expires. Author: Andrew Kornishkin