Articles, Library comments - page 284

TrendX : TrendX indicator can be used for the market entry/exit. Author: Nikolay Kositsin
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 prices and
MQL5 Wizard - Trade Signals Based on Hammer/Hanging Man + CCI : The MQL5 Wizard allows creating ready-made Expert Advisors based on the Standard library classes delivered together with the client terminal (see Creating Ready-Made Expert Advisors in MQL5 Wizard for the details). It allows to check
StocksBG : StocksBG indicator displays the activity of major stock exchanges on a chart with M15 or less timeframe. Author: Andrey Aseykin
iVAR_HTF : The iVAR indicator with the timeframe selection option available in the input parameters: input ENUM_TIMEFRAMES TimeFrame= PERIOD_H4 ; // Indicator chart period (timeframe) This indicator requires iVAR.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators. Fig.1. The
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
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 problem in
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 slope (as
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
up3x1_Krohabor_D : Expert Advisor based on three moving averages and exit using Stop Loss or Take Profit. It sets up an entry with the trend. Author: Дмитрий
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
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
BeerGodEA : The Expert Advisor uses signals of the iMA (Moving Average, MA) indicator with a delay from the bar opening time. Author: Vladimir Karputov
Dtm_HTF : The Dtm indicator with the possibility to change the indicator timeframe from input parameters. Author: Nikolay Kositsin
Exp_Daniella : A trading system based on the signals of the Daniella semaphore signal indicator. Author: Nikolay Kositsin
KDJ Indicator : KDJ Indicator Oscillator Author: Vladimir Karputov
Vortex Oscillator System : A trading system based on the Vortex Oscillator signals. Author: Vladimir Karputov
Fractal_Levels : The channel is drawn based on fractals. Author: Nikolay Kositsin
StochValues : The indicator shows a text block with the values ​​of the user defined Stochastic Oscillator period for each timeframe. Author: Nikolay Kositsin
Daniella : A semaphore signal indicator using Average True Range. Author: Nikolay Kositsin
Exp_Stopreversal_Tm : The Expert Advisor is based on the signals of the Stopreversal indicator and is provided with the possibility to set a strict trading time interval. Author: Nikolay Kositsin
RSI Eraser : The Expert Advisor is based on the iRSI (Relative Strength Index, RSI) indicator signals. Author: Vladimir Karputov
  Experts: N seconds N points  (14   1 2)
N seconds N points : The Expert Advisor tracks positions of all symbols with all magic numbers. If a position has been open for "Waiting for seconds" and its profit has reached "Take Profit" points, the EA closes the position. If the profit has not reached "Take Profit" points, the EA moves the take
KI_signals_v2 : A trend indicator, which receives trade signals from the XMACD histogram. Author: Nikolay Kositsin
XMA_Divergence_HTF : The XMA_Divergence indicator with the possibility to change the indicator timeframe from input parameters. Author: Nikolay Kositsin
CCIValues : The indicator shows a text block with the values ​​of the user defined CCI oscillator period for each timeframe. Author: Nikolay Kositsin
XMA_Divergence : A trend indicator displaying divergence areas on the price chart. Author: Nikolay Kositsin
ShadeOpenX_Timer : The ShadeOpenX indicator with the possibility to display the percentage value of time that has elapsed since the beginning of the trading session displayed in input parameters. The possibility is implemented using the classes of libraries that were described in detail in the