Articles, Library comments - page 161

Bollinger Bands %b : This is Bollinger Bands %b indicator for MetaTrader 5. It is all about the relationship between price and the Upper and Lower Bands. Author: pumper
Trendline Price Alert: This indicator will trigger an audio/visual alert when the symbol mid-price crosses one of two trendlines placed on the chart. Author: Ron
Martingale Bone Crusher: The EA uses martingale strategy: it enters trades according to the price that is above or below Moving Average. If we lose a trade then the EA will take a new trade in the opposite direction with a multiplied lot size. This Martingale EA can work on all pairs and all...
Nonlag_MA_MACD : MACD variation that uses Nonlag MA. Author: Mladen Rakic
ZeroLagMACD : ZeroLagMACD is an MACD version, which has a much smaller lag compared to the classic MACD. Author: Scriptor
  Experts: Yesterday Today  (18   1 2)
Yesterday Today : Trading is based on the analysis of yesterday's OHLC with the current day value. Author: Vladimir Karputov
New article Graphics in DoEasy library (Part 95): Composite graphical object controls has been published: In this article, I will consider the toolkit for managing composite graphical objects - controls for managing an extended standard graphical object. Today, I will slightly digress from
Currency Strength Expert : Trade EURUSD and GBPUSD with simple Currency Strength System. Author: DADALI ARWALY
Nadaraya-Watson estimator : Nadaraya-Watson estimator - metatrader 4 version Author: Mladen Rakic
  Experts: Trailing_Profit  (17   1 2)
Trailing_Profit : Closing all open positions with the specified profit percent. Author: Vladimir Karputov
New article SQL and MQL5: Working with SQLite Database has been published: This article is intended for developers who would be interested in using SQL in their projects. It explains the functionality and advantages of SQLite. The article does not require special knowledge of SQLite functions, yet
Precision trend (histo) : Precision trend (histo). Author: Mladen Rakic
Recursive Moving Average : Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA,TEMA and Rainbow indicators are recursive exponential moving averages. The goal is to remove the loop limit while still running fast. In addition a
Long and Short Stepped Grid Trade : Proportional grid distance, open long and short orders at the same time, skip two grids to take profit; When the equity recaches the take profit of setting, close all positions and restart. Author: Xiao Hua Feng
Adaptive ATR channel : Adaptive ATR channel Author: Mladen Rakic
EMA AND SMA EA : Short description. Author: Tshivhidzo Moss Mbedzi
MQL5 Wizard - Trade Signals Based on Price Crossover with Moving Average Indicator : MQL5 Wizard allows to create the code of Expert Advisors automatically. See Creating Ready-Made Expert Advisors in MQL5 Wizard for the details. Here we will consider the strategy based on price crossover with Moving
Trend Direction And Force Index Alert : Trend Direction And Force Index with Alert derived from Mladen Rakic's version https://www.mql5.com/en/code/21869 Author: Andrew Ingosi Likare
AfterEffects: Trading robot based on the theorem "On the presence of memory (aftereffects) in random sequences". Author: Yury Reshetov
New article Testing trading strategies on real ticks has been published: The article provides the results of testing a simple trading strategy in three modes: "1 minute OHLC", "Every tick" and "Every tick based on real ticks" using actual historical data. Test reports of various modeling modes are
AO Rsi : Ao changes direction Engulfing candle Author: traderonemax
Time Filter Library: The function will filter the trade positon. If the current time in the time you set, the function will return true. Author: TRAN DONG PHAT
  Indicators: RSI with BB  (15   1 2)
RSI with BB : RSI with Bollinger Bands calculated on it Author: Fabio Cavalloni
RSI based Overbought Oversold Detection and Signal Generation : This is an EA to generate signals based on RSI signal crossing the upper level or lower level. Author: Satyam Shivam
Currency Strenght Meter - MT4 : The currency strength meter is a trading tool that is used to identify trending and consolidating markets based on the percentage rate of change in price from one period to the next. Author: Rodi Chamii
Recursive Moving Average : Recursive Moving Average calls itself a number of time in order to reach the appropriate smoothing. For instance DEMA and TEMA are recursive exponential movnig averages. The goal is to remove the loop limit while still running fast. In addition a trigger line provides the
Angle of Averages : This indicator calculate angle of averages using ATR-approximation. Author: Mladen Rakic
New article Timeseries in DoEasy library (part 49): Multi-period multi-symbol multi-buffer standard indicators has been published: In the current article, I will improve the library classes to implement the ability to develop multi-symbol multi-period standard indicators requiring several indicator
BullBear candle row : Reverse candle patterns Author: Forex Eas
New article Graphics in DoEasy library (Part 94): Moving and deleting composite graphical objects has been published: In this article, I will start the development of various composite graphical object events. We will also partially consider moving and deleting a composite graphical object. In fact