Articles, Library comments - page 212

ENGULFING: "ENGULFING" EA Trades when there is an ENGULFING pattern. Author: Aharon Tzadik
Alphabet structure : Sets of latin, russian characters, digits, punctuation, etc. Author: DMITRII PECHERITSA
Basic check-up of Experts for MQL4 : This is a simple function for the initial control of an expert. Author: Ali Poormomen
manual trade by keyboard: After looking for many Trading concepts and requirements of my own tried to code an EA. First collected many EA's and tried their codes I re-designed the following codes for my own needs to use for trading. Hope you also find the EA helps you .. Have healthy life and...
Smoothed CCI : Smoothed CCI Author: Mladen Rakic
Holt's double exponential smoothing (mt4 version): Holt's double exponential smoothing with linear forecasting. Author: Mladen Rakic
Stalin : Stalin is one of the so-called "signal" indicators, as it provides a trader with accurate market entry points marking them by red and blue arrows for selling and buying respectively. This indicator uses the most popular, simple and proven method - crossing of two Moving Averages . Though
Kaufman's AMA from wellx: Non-optimized version of Kaufman's adaptive moving average. The code was prepared back in 2005. Unlike the original, the smoothing ratio here is raised to power. The power value is set by the G external variable (the default value is 2, like in the original). Several...
RSI slope divergence - multi time frame version : RSI slope divergence - multi time frame version Author: Mladen Rakic
  Experts: Bands 2  (5)
Bands 2 : A trading system based on indicator iBands (Bollinger Bands, BB). Placing pending Buy Stop and Sell Stop within a specified time interval (from XX o'clock to YY o'clock). Author: Vladimir Karputov
Non Lag Relative Strength Index for MT5 : Non Lag Relative Strength Index for MT5 Eliminates unnecessary preliminary calculations on the built-in RSI. Author: Roberto Jacobs
  Indicators: Candle Patterns  (41   1 2 3 4 5)
Candle Patterns: Visual and Audio alerts when reversal or continuation candle patterns occur. Author: Edward Hirsch
  Indicators: FiboPivotCandleBar  (22   1 2 3)
FiboPivotCandleBar: This indicator is a composite of several indicators: Fibonacci, Pivot Point, ZigZag, Stochastic and Relative Vigor Index, which are combined in this indicator. Author: 3rjfx
  Indicators: RSI with BB  (15   1 2)
RSI with BB: A very simple indicator with RSI and Bollinger Bands calculated on RSI values. Author: Fabio Cavalloni
GARCH : A fractal volatility indicator based on the GARCH model by Tim Bollerslev . Author: Nikolay Kositsin
OzFX_D1_IndAES_v1.0 : The system of three signal indicators in one window Fig.1 The OzFX_D1_IndAES_v1.0 indicator Author: Nikolay Kositsin
iDeMarkerSignAlert : Semaphore arrow signal indicator based on the classic DeMarker oscillator leaving the overbought and oversold areas, which features alerts, sending emails and push-notifications to mobile devices. Author: Nikolay Kositsin
Programming Patters - Builder (classic) : Separate the construction of a complex object from its representation so that the same construction process can create different representations. Author: dmipec
DayTime : An arrow indicator, which compares the daily open price with the close price of an hour. Author: Scriptor
Smart Lines : Converts trendlines into horizontal lines. Author: TUESON KAY PATTON
Pivotal Points : Pivotal points as described in the March 2009 SFO magazine article "Trading FX Like Jesse Livermore Traded Stocks" by Jamie Saettele. Livermore's strategy was based on what he termed "pivotal points". Most traders today are aware of pivot points, and many traders use some form of
  Experts: VFX London Breakout  (168   1 2 3 4 5 ... 16 17)
VFX London Breakout: Expert Advisor which trades breakouts in several pairs during the London Session. Author: Vinicius de Oliveira
Basic Rsi Template EA: A ready made expert adviser template to use for further development or use 'as is' Author: Kenneth Parling
Combined MA Signal: Combined MA Author: Edi Dimitrovski
New article Object-Oriented Approach to Building Multi-Timeframe and Multi-Currency Panels is published: This article describes how object-oriented programming can be used for creating multi-timeframe and multi-currency panels for MetaTrader 5. The main goal is to build a universal panel, which can
Open Buy Limit script. : This is a script for open Buy Limit I make it easy just enter price and lot. It also allows to enter Magic Number and comment. Author: Utenn Dharmathi
Open Sell (Short) order with magic number and comment. : Save time for Open Sell (Short) order with magic number and comment. Author: Utenn Dharmathi
Open Buy (Long) order with magic number and comment. : Save time for Open Buy (Long) order with magic number and comment. Author: Utenn Dharmathi
  Indicators: MA HISTOGRAM  (20   1 2)
MA HISTOGRAM: Trend indicator Author: Szymon Palczynski
New article The Magic of Filtration has been published: Most of the automated trading systems developers use some form of trading signals filtration. In this article, we explore the creation and implementation of bandpass and discrete filters for Expert Advisors, to improve the characteristics of...