Articles, Library comments - page 227

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
BeerGodEA: The Expert Advisor uses signals of the iMA (Moving Average, MA) indicator with a delay from the bar opening time. Author: Vladimir Karputov
N- Candles v5: The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones. Author: Vladimir Karputov
Dtm_HTF: The Dtm indicator with the possibility to change the indicator timeframe from input parameters. Author: Nikolay Kositsin
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
Exp_Daniella: A trading system based on the signals of the Daniella semaphore signal indicator. Author: Nikolay Kositsin
FractalLevels_System: The indicator implements a breakout system using the Fractal_Levels indicator channel. Author: Nikolay Kositsin
Daily BreakPoint: A daily bar breakout strategy. Author: Vladimir Karputov
KDJ Indicator: KDJ Indicator Oscillator Author: Vladimir Karputov
Vortex Oscillator System: A trading system based on the Vortex Oscillator signals. Author: Vladimir Karputov
VR Overturn: Martingale and anti-martingale. 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
risk: Maximum lot calculated based on free margin. Author: Vladimir Karputov