Articles, Library comments - page 283

Composite RSI : Composite RSI Author: Mladen Rakic
DSL - TEMA MACD : Variation of a long known and useful MACD indicator. This version is using: TEMA (Triple Exponential Moving Average) instead of using EMA (Exponential Moving Average) for MACD calculation, DSL (Discontinued Signal Lines) and instead of using one signal line uses two. That way it
Stochastic RVI : Stochastic and RVI (Relative Vigor Index) - both indicators measure overbought and oversold area of the market movement. This indicator combines them both in one single indicator - Stochastic of Relative Vigor Index. It emphasizes the overbought and oversold regions, It produces
Dsl - MACD: Dsl (discontinued signal lines) - MACD. Author: Mladen Rakic
New article Patterns available when trading currency baskets has been published: Following up our previous article on the currency baskets trading principles, here we are going to analyze the patterns traders can detect. We will also consider the advantages and the drawbacks of each pattern and
Inverse Fisher RVI : Relative Vigor Index indicator used in technical analysis to measure the conviction of a recent price action and the likelihood that it will continue. The RVI compares the positioning of a security's closing price relative to its price range, and the result is smoothed by
Fisher RVI : Relative Vigor Index (RVI) indicator is used in technical analysis to measure the conviction of a recent price action and the likelihood that it will continue. The RVI compares the positioning of a security's closing price relative to its price range, and the result is smoothed by
MACD DEMA : In his TASC January 1994 article "Smoothing Data With Faster Moving Averages", Patrick Mulloy describes a MACD that does not use EMA for MACD calculation but uses DEMA (Double Exponential Moving Averages). According to him: Patrick Mulloy : By simply extracting the estimate for the
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
Directional Efficiency Ratio : The Efficiency Ratio (ER) was first presented by Perry Kaufman in his 1995 book "Smarter Trading". It is calculated by dividing the price change over a period by the absolute sum of the price movements that occurred to achieve that change. The resulting ratio ranges
  Experts: N-_Candles_v4  (16   1 2)
N-_Candles_v4 : The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones. The account type is taken into account, i.e. whether it is netting or hedging. Author: Vladimir Karputov
Background_StreamСCandles_HTF : The indicator draws colored candlesticks of a larger timeframe as color filled rectangles using DRAW_FILLING buffers. Rectangles are color filled in accordance with the colors of the StreamСCandles indicator candlesticks, if there are any. Author: Nikolay Kositsin
Pivot Only: This is a simple indicator showing pivot only for H1, H4, daily, weekly and monthly. Author: Siti Latifah
MACD TEMA : In an article "Smoothing Data With Less Lag" that was a continuation of his research for less lag signaling MACD, Patrick Mulloy decided to use TEMA (Triple Exponential Moving Average) instead of using EMA. Patrick Mulloy : Two opposing properties are always at work in the standard
Exp_CMO_Duplex : Two identical trading systems based on the crossover of the CMO indicator and the zero line, for long and short trades, which can be configured in different ways in one Expert Advisor. Author: Nikolay Kositsin
  Experts: CrossMA  (3)
CrossMA : Intersection of two iMA (MA). Uses the iATR indicator. Author: Vladimir Karputov
Simulator regular expressions : The script allows you to try regular expressions. Author: Vladimir Karputov
RFR Expert Advisor: The strategy is based on the breakout of daily support and resistance levels. It was backtested and forward tested using real tick with 99% quality with a success rate even with a small account balance. Best use on EURUSD pair but can also use on other pair with the...
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
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
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
Exp_ChandelExitSign_ReOpen : The Exp_ChandelExitSign_ReOpen trading system based on the signals of the ChandelExitSign indicator with trend following scaling. Author: Nikolay Kositsin
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 supported
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
  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