Articles, Library comments - page 141

Mass Index: The Mass Index is intended for detection of trend turns based on changes in the bandwidth between the maximal and the minimal price. If the bandwidth expands, the Mass Index increases, if it narrows, the index decreases. Author: MetaQuotes Software Corp.
DayPivotPoint: Indicator DayPivotPoint System with Signal and Alert for MetaTrader 4 Author: Roberto Jacobs
Bid-Ask-Spread: The indicator shows BID-ASK-SPREAD information on chart Author: Onur Uzuncakmak
Magnified Market Price: The indicator shows price on a chart. It is simple to write. Author: John Smith
SSL_Channel_Chart: A variant of the SSL indicator performed in the form of the channel and represented as the colored cloud with the filling of alerts when the direction of the trend changes Fig.1 The SSL_Channel_Chart indicator Author: Nikolay Kositsin
Pseudo-Indicator with Asynchronous Multi-Threaded Calculations Demo: This is an indicator w/o buffers which demonstrates parallel multi-threaded calculations in chart objects hosting worker expert adviser. Author: Stanislav Korotky
Aroon oscillator - multi time frame version: Aroon oscillator - multi time frame version Author: Mladen Rakic
RSI-Crossover_Alert: The simplest semaphore indicator having alerts and providing the possibility to send signals to a mailbox and a smartphone. Author: Nikolay Kositsin
New article How to Quickly Create an Expert Advisor for Automated Trading Championship 2010 is published: In order to develop an expert to participate in Automated Trading Championship 2010, let's use a template of ready expert advisor. Even novice MQL5 programmer will be capable of this task,...
SSL_Alert: A trend indicator SSL, marking trend change moments using colored icons, with the possibility to generate alerts, send emails and push-notifications. Author: Nikolay Kositsin
Macd Support and Resistance: MACD on the chart. Author: Gatis
Dserg - LinRegression Breakout: The indicator for automatic drawing of consolidation areas and channels based on the linear regression Fig.1 Dserg - LinRegression Breakout Author: Nikolay Kositsin
BitMEX Trading API Header files: BitMEX Trading API Header files and example codes to trade on BitMEX exchange. Author: Romeu Bertho
New article Library for easy and quick development of MetaTrader programs (part II). Collection of historical orders and deals has been published: In the first part, we started creating a large cross-platform library simplifying the development of programs for MetaTrader 5 and MetaTrader 4 platforms...
Dynamic Stop Loss: Dynamic Stop-Loss is a tool for traders who trade without a stop-loss. It gives the traders a trick to trade as if there is no stop-loss but actually using one. Author: Joel Protusada
New article Deep Neural Networks (Part VIII). Increasing the classification quality of bagging ensembles has been published: The article considers three methods which can be used to increase the classification quality of bagging ensembles, and their efficiency is estimated. The effects of...
Jurik Filter: This is an improved Jurik Filter with the option to be applied to any indicator not only to prices. Author: Jane Johnson
Correlation: The indicator calculates the correlation of the currency pairs. Author: John Smith
Level Sensor: The indicator which draws a structure of the market. Author: John Smith
Pivots MT4: Simple pivot indicator Author: Keith Watford
Price Time Correlation Trading Model: A Price Time correlation model is used for Trend and Reversal trading Author: raposter
  Indicators: SSL  (1)
SSL: A simple trend indicator of the NRTR type that uses the breakout of a channel drawn based on the Moving Averages of the High and Low price series. Author: Nikolay Kositsin
Cross: Simple code for Candle Cross above or below Conditions.. Author: Abubakar Saidu
Trading the trend - histogram: Trading the trend - histogram Author: Mladen Rakic
BB stops 2 - MACD: BB stops of MACD with multiple stops Author: Mladen Rakic
AscTrend Expert Advisor: Trading strategy based on ASCTrend indicator as main signal,filtered by NRTR indicator and/or by TrendStrength indicator. Author: Alain Verleyen
Entry Hour Stochastic Trader: The One Hour Stoc Trader uses a simple trigger criteria of: Stochastic rising while in Over-Sold zone (stocval<Stoc_Lo) and specific hour of day for Buy trades; and Stochastic falling while in Over-Bought zone (stocval>Stoc_Hi) and specific hour of day for Sell...
StepMA_3D_v3_Cloud: StepMA_3D_v3 indicator fills the space between the medium and slow trend with color and paints the fast trend line depending on its location Author: Nikolay Kositsin
Three Indians: Detection of a pattern "three Indians" on the basis of the ZigZag. Author: Денис Орлов
Programming Patterns - Factory Method: Define an interface for creating an object, but let subclasses decide which class to instantiate. Lets a class defer instantiation to subclasses. Author: dmipec