Articles, Library comments - page 309

Negative Spread: The Expert Advisor looks for a negative spread and trades using it. The EA waits until Ask is less than Bid, then opens Sell and closes the position immediately. I heard that negative spread appears very rarely, please write in the comments if you encounter one. People on the...
FX5_SelfAdjustingCCI_HTF: The FX5_SelfAdjustingCCI indicator with the timeframe selection option available in input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) This indicator requires FX5_SelfAdjustingCCI.mq5 indicator file. Place it in...
FX5_SelfAdjustingMomentum_HTF: The FX5_SelfAdjustingMomentum indicator with the timeframe selection option available in input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) This indicator requires FX5_SelfAdjustingMomentum.mq5 indicator file. Place...
FX5_SelfAdjustingRVI: The RVI oscillator with the boundaries of the overbought/oversold areas in the form of Bollinger Bands. Indicator input parameters: input uint Length=12; // RVI periodinput double BandsDeviation=2.0; // Deviationinput bool MA_Method=true; // Use smoothing for Bollinger...
FX5_SelfAdjustingMomentum: The Momentum oscillator with the boundaries of the overbought/oversold areas in the form of Bollinger Bands. Indicator input parameters: input uint Length=12; // Momentum period input ENUM_APPLIED_PRICE MomentumPrice=PRICE_CLOSE; // Price type of Momentum...
FX5_SelfAdjustingCCI: The CCI oscillator with the boundaries of the overbought/oversold areas in the form of Bollinger Bands. Indicator input parameters: input uint Length=12; // CCI period input ENUM_APPLIED_PRICE CCIPrice=PRICE_MEDIAN; // Price type of CCIinput double BandsDeviation=2.0; //...
FX5_SelfAdjustingRSI_HTF: The FX5_SelfAdjustingRSI indicator with the timeframe selection option available in input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) This indicator requires FX5_SelfAdjustingRSI.mq5 indicator file. Place it in...
ForecastOscilator_HTF: The ForecastOscilator indicator with the timeframe selection option available in the input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) This indicator requires ForecastOscilator.mq5 indicator file. Place it in...
Flat_HTF: The Flat indicator with the timeframe selection option available in the input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) This indicator requires Flat.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators. Fig.1. The...
MQL5 Wizard - Trade Signals Based on Bullish Engulfing/Bearish Engulfing + RSI: p style="text-align: justify;">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...
_MAvsMA_ema: EA Crossing of 2 MA Author: Marek
Close symbol with profit or loss: Easy EA for closing positions of the symbol with profit or loss. Author: Tadeusz Kiesner
  Experts: Renko Charts  (12   1 2)
Renko Charts: The Renko chart has been created by the Japanese Traders. The main feature of the Renko Charts is that it doesnt use the time and volume. Author: baramantan
Fractal dimension: This indicator do not shows trend direction, but it shows the market is in trend or in volatility...more explanation can be found in indicators source. Author: John Smith
New article LibMatrix: Library of Matrix Algebra (Part One) has been published: The author familiarizes the readers with a simple library of matrix algebra and provides descriptions and peculiarities of the main functions. Author: Evgeniy Logunov
Market Report: Creates a report in HTML about all pairs and symbols, for example how many days ago a cross moving average appeard. Pairs with a last recent cross moving average at daily timeframe have a chance for a trend reversal which may be traded. Author: Thomas Quester
Authenticate into an MT4 account from MQL4 (tested in build 880): MQL4 library that allows authenticating into a MetaTrader 4 account programmatically in release 880+. Author: Sergey Lukin
Trades to CSV: Simple EA template to export trade details from a backtest or live trading to a CSV file. Author: Inovance
BBands Stop v1: Indicator BBands Stop v1 Author: John Smith
BearNaked Pattern1: Its a pattern tha I use in my tradings. Its based in CCI/MA and Bollinger. Author: Daniel Vieira Costa
TrailCD: The indicator shows convergence/divergence of the fast and slow trails. Author: Nikolay Kositsin
Hangseng Trader: This EA works in hangseng futures. Author: Risdyanto Risdyanto
  Experts: Move Cross  (18   1 2)
Move Cross: Simply 450% profit Author: chris
ZigzagColor_Channel: The indicator plots the standard ZigZag by connecting the price peaks with bottoms during the period. It plots a channel by connecting the ZigZag peaks and ZigZag bottoms. The colors looks fine for black and white background. Author: Николай
Volume Divergence Markers (VDM): Flat indicator showing potential entry points. This indicator places a marker on a chart, based on a divergence between trade volumes and bar sizes, i.e., if bar size has been decreasing/increasing for N continuous bars and volume has been doing the opposite, a...
AltrTrend_Signal_v2_2: A semaphore arrow indicator that shows trend change time based on the ADX indicator. Author: Nikolay Kositsin
New article Interaction between MеtaTrader 4 and MATLAB Engine (Virtual MATLAB Machine) has been published: The article contains considerations regarding creation of a DLL library - wrapper that will enable the interaction of MetaTrader 4 and the MATLAB mathematical desktop package. It describes...
Volatility Step Channel: This indicator shows Step Channel based on volatility. Author: fxborg
ATR Values: This indicator plots the values of the user specified ATR period for all timeframes as a text block. The text block corner can be changed by the user. Author: mohit marwaha
FiboStop: Expert Advisor that moves Stop Loss according to Fibonacci retracements or expansions. Author: dacontrader