Articles, Library comments - page 338

Exp_ColorHMA: The Exp_ColorHMA Expert Advisor is based on the reversal of the ColorHMA moving average direction. The signal is formed when a bar is closing if there is change in the indicator direction. This Expert Advisor requires the compiled indicator file ColorHMA.ex5 in order to run. Place it...
DecEMA_StDev: The DecEMA indicator with additional trend strength indication using colored dots based on the standard deviation algorithm. If the standard deviation of the DecEMA indicator is between the dK1 and dK2 parameter values, then a small colored dot appears on the moving average. Its...
GRFLeadingEdgeMov_HTF: The GRFLeadingEdgeMov indicator with the timeframe selection option available in the input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) This indicator requires GRFLeadingEdgeMov.mq5 indicator file. Place it in...
GRFLeadingEdge_HTF: The GRFLeadingEdge indicator with the timeframe selection option available in the input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) This indicator requires GRFLeadingEdge.mq5 indicator file. Place it in...
Gaus_MA_HTF: The Gaus_MA indicator with the timeframe selection option available in the input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) This indicator requires Gaus_MA.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators. Fig...
FX_Sniper_Ergodic_CCI_HTF: The FX_Sniper_Ergodic_CCI indicator with the timeframe selection option available in the input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) This indicator requires FX_Sniper_Ergodic_CCI.mq5 indicator file. Place it in...
FX5_SelfAdjustingMFI_HTF: The FX5_SelfAdjustingMFI indicator with the timeframe selection option available in input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) This indicator requires FX5_SelfAdjustingMFI.mq5 indicator file. Place it in...
FX5_SelfAdjustingWPR_HTF: The FX5_SelfAdjustingWPR indicator with the timeframe selection option available in input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) This indicator requires FX5_SelfAdjustingWPR.mq5 indicator file. Place it in...
FX5_SelfAdjustingWPR: The WPR oscillator with the boundaries of the overbought/oversold areas in the form of Bollinger Bands. Indicator input parameters: input uint Length=12; // WPR periodinput double BandsDeviation=2.0; // Deviationinput bool MA_Method=true; // Use smoothing for Bollinger...
FX5_SelfAdjustingMFI: The MFI oscillator with the boundaries of the overbought/oversold areas in the form of Bollinger Bands. Indicator input parameters: input uint Length=12; // MFI periodinput ENUM_APPLIED_VOLUME VolumeType=VOLUME_TICK; // Volumeinput double BandsDeviation=2.0; //...
FX5_SelfAdjustingRVI_HTF: The FX5_SelfAdjustingRVI indicator with the timeframe selection option available in input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) This indicator requires FX5_SelfAdjustingRVI.mq5 indicator file. Place it in...
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