Articles, Library comments - page 224

Trailing Master: The Expert Advisor that performs order trailing after reaching certain profit. Author: Il Anokhin
Percentage Price Oscillator Extended: The Percentage Price Oscillator Extended (PPO) is a technical Momentum indicator showing the relationship between two Moving Averages. To calculate the PPO, subtract the 26-day Exponential Moving Average (EMA) from the nine-day EMA, and then divide this...
Kase DevStops: Originally developed bu Cynthia Kase (in her book "Trading With the Odds"). This version is calculating the DevStops exactly as described in the book. Engineering a Better Stop: The Kase DevStops What all of this boils down to is that we need to take variance and skew into...
Smoothed Rate of Change: Smoothed Rate of Change (Smoothed-RoC) is a refinement of Rate of Change (RoC) indicator that was developed by Fred G Schutzman. It differs from the RoC in that it based on Exponential Moving Averages (EMAs) rather than on price closes. Like the RoC, Smoothed RoC is a...
Percentage Price Oscillator: The Percentage Price Oscillator (PPO) is a technical Momentum indicator showing the relationship between two Moving Averages. To calculate the PPO, subtract the 26-day Exponential Moving Average (EMA) from the nine-day EMA, and then divide this difference by the...
VisualOpenOrderWithMM: Drag & Drop the script at chart on point where StopLoss should stay. Script will compare desired StopLoss with the current price and determine the type of the order - Buy or Sell. The next step is calculating the volume according Free Margin and the Risk Author: Christo...
Mikahekin_HTF: The Mikahekin indicator with the timeframe selection option available in input parameters. Author: Nikolay Kositsin
An abstract trading robot, an OOP pattern: An example of a template for developing automated trading systems. Author: Sergey Pavlov
MarketHoursShade_v01: Indicator Market Hours Shade v01. Author: John Smith
HOPS and LOPS: Even though it seems like a funny name, it is not. The "HOPS" and "LOPS" stand for High Of the Previous Session and Low Of the Previous Sessions. That makes it a sort of support/resistance or a pivot type of indicator. This version supports any of the time frames that are...
ZigZag based on the fractals of a larger timeframe: ZigZag based on the fractals of a larger timeframe considering VininI_FractalsTrend indicator data. The indicator has no other input parameters except the possibility to select a timeframe. Author: Nikolay Kositsin
Rsi(var): RSI variation. Indicator was originally developed by Igor Durkin. Quoting his description (originally posted here : https://www.mql5.com/en/forum/175870) Igor Durkin: ... So-called normal RSI uses EMA smoothing with period = 2*Length-1 (or Wilder's smoothing with...
  Indicators: Target indicator  (13   1 2)
Target indicator: You confuse where the next target? Use this indicator - it will show you where the next target. Author: reza rahmad
TimeManagement: The header file contains functions and input variables for a time management. #include <TimeManagement.mqh>void OnTick(){   if( !CheckTime() )   {      Print("The trade is not allowed by time management");      return;   }   if( !CheckDayOfWeek() )   {      Print("The trade is not...
Moving Average Mirror: Entry BUY after Red Line crossing up the Blue Line and exit before the Red Line crossing down the Blue Line. Opposite position : entry SELL after Red Line crossing down the Blue Line. Author: andy tjatur
TrendX: TrendX indicator can be used for the market entry/exit. Author: Nikolay Kositsin
SubWindow: A library for working with chart subwindows. Author: fxsaber
A set of scripts for a quick trade with the mouse.: Scripts of pending, market orders, placing and removing stops. Author: Vladimir Khlystov
RAVI iFish: Range Action Verification Index (RAVI) with inverse Fisher transform. Developed by Tushar Chande, the Range Action Verification Index (RAVI) is used in order to help identify if the market is in a trend. The indicator shows the difference (in percentage) between the current...
StocksBG: StocksBG indicator displays the activity of major stock exchanges on a chart with M15 or less timeframe. Author: Andrey Aseykin
Vertical Horizontal Filter: The Vertical Horizontal Filter ("VHF") determines whether prices are in a trending phase or a congestion phase. The VHF was first presented by Adam White in an article published in the August, 1991 issue of Futures Magazine. Interpretation Probably the biggest...
Moving slope rate of change - Extended: In his article "The Hunt for Superior Signals – Two Moving Function Hybrids" (September 2005), William Rafter described the Moving Slope Rate Of Change. This is the MSROC as originally described. Instead of using just a change in price to calculate...
Hi/lo mod: It is a very old version of High/Low indicator (basically the idea comes from a Gann High Low activator with some modifications). Modification was made at that time to allow users to use the indicator in scalping but as well in trending mode. Usage is simple : It signals a buy/sell...
New article Risk Evaluation in the Sequence of Deals with One Asset. Continued has been published: The article develops the ideas proposed in the previous part and considers them further. It describes the problems of yield distributions, plotting and studying statistical regularities. Let us...
Signal for Trend: The indicator shows trade signals using combined Stohastic with breaking of High/Low by Moving Average. The idea is to combine trend and when to open the market using Stohastic 14,3,3 and price break Moving Average 5 shift 2 typical and ADX to see the trend. Author: reza rahmad
SAR trading v2.0: Trading signals are generated based on a comparison of two trend indicators: iMA (Moving Average, MA) and iSAR (Parabolic SAR). The EA works on the zero bar, only one position can be open. Trailing stop is used. Author: Vladimir Karputov
  Libraries: Clock  (1)
Clock: A library for creating analog clocks using MetaTrader 4/5 graphical resources. Author: fxsaber
Momo_trades: The Expert Advisor trades based on the signals of iMA (Moving Average, MA) and iMACD (Moving Average Convergence/Divergence, MACD). The minimum distance between the price and the MA indicator is taken into account. Author: Vladimir Karputov
FORTS Currency Powers: An example of creating synthetic instruments for calculating the strength of RTS, USD, RUB based on futures contracts of the FORTS market. Author: Quantum
Dealers Trade v 7.74 MACD: The EA trades using signals of the iMACD (Moving Average Convergence/Divergence, MACD) indicator. Lot is increased when the number of position grows (Martingale) Author: Vladimir Karputov