Articles, Library comments - page 316

New article Fast Testing of Trading Ideas on the Chart is published: The article describes the method of fast visual testing of trading ideas. The method is based on the combination of a price chart, a signal indicator and a balance calculation indicator. I would like to share my method of...
Multicurrency OnTick (string symbol) event handler: This is the simplified implementation of multicurrency mode in MetaTrader 5. It isn't necessary to consider the details how does it work. It has minimum settings and simple structure. It's implemented in extended OnTick(string symbol) function...
Labtrend1_v2: Labtrend1_v2 indicator. Author: John Smith
Trailing: The Expert Advisor can be used for Trailing and hidden Take Profit/Stop Loss. Author: adam malik kasang
EA_SimpleTPSLpanel: Simple TP/SL panel for MetaTrader 5. The limits are not sent as pending orders, if triggered, it is executed as an immediate order. Author: SearchSurf
BSI Trend Indicator: This indicator shows the condition of the trend using the BSI Indicator. It is drawn by combining the BSI value and LWMA. Author: fxborg
Metatrader Expert Advisor e-Regr and Metatrader Indicator i-Regr: Regression Channel Indicator and Expert Advisor Author: boris
Fast3: A semaphore signal indicator. Its signals are calculated similarly to the Fast2 indicator. The difference is that trade signals are shown on the chart as corresponding arrows. Author: Nikolay Kositsin
Exp_ColorZerolagHLR: The Exp_ColorZerolagHLR Expert Advisor enters the market when the ColorZerolagHLR indicator cloud changes its color. The signal is formed when a bar is closing if the oscillator has crossed its signal line. This Expert Advisor requires the compiled indicator files...
wajdyss_نسبة امتلاء الشمعة_Indicator_V3: to show the proportion of filled candle http://forum.m-e-c.biz/t28908.html Author: Wajdi MURAD
Mirror in the Bands: Mirror indicator in the chart. Entry Buy when Red line above Blue line dan Entry Sell when Red line below Blue line. For the Exit try to combine my mirror others indicator. Author: andy tjatur
PSAR trader: Trades using parabolic sar signals Author: Tonny Obare
New article Creating and Publishing of Trade Reports and SMS Notification is published: Traders don't always have ability and desire to seat at the trading terminal for hours. Especially, if trading system is more or less formalized and can automatically identify some of the market states. This...
New article How to call indicators in MQL5 is published: With new version of MQL programming language available not only the approach of dealing with indicators have changed, but there are also new ways of how to create indicators. Furthermore, you have additional flexibility working with...
JMomentum_HTF: The JMomentum indicator with the timeframe selection option available in the input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) This indicator requires JMomentum.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators...
ColorSchaffJJRSXTrendCycle: The Schaff Trend Cycle indicator based on the difference between two JJRSX oscillators with different periods. Fig.1. The ColorSchaffJJRSXTrendCycle indicator Author: Nikolay Kositsin
ColorZerolagJJRSX: This variant of JJRSX oscillator is calculated based on five JJRSX indicators. All editable variables are implemented as indicator input parameters. However, keep in mind that these variables are interdependent to some extent, so you should adjust them more carefully! FactorN...
J_TPO_HTF: The J_TPO indicator with the timeframe selection option available in the input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) This indicator requires J_TPO.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators. Fig.1. The...
J2JMASign: Semaphore signal indicator triggering when the J2JMA moving average changes direction. The indicator uses the CJJMA class from SmoothAlgorithms.mqh library (copy it to <terminal_data_folder>\MQL5\Include). The use of the class was thoroughly described in the article "Averaging Price...
J2JMACandle: The J2JMA indicator implemented as a sequence of candlesticks. Candlesticks appear as a result of relevant price timeseries processed by the J2JMA algorithm. In many situations, such approach may be more informative for the purpose of analysis. This indicator requires the the...
ColorJ2JMAStDev: The ColorJ2JMA with additional trend strength indication using colored dots based on the standard deviation algorithm. If the standard deviation of the ColorJ2JMA indicator is between the dK1 and dK2 parameter values, then a small colored dot appears on the moving average. Its...
ColorJ2JMA_HTF: The ColorJ2JMA indicator with the timeframe selection option available in the input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) This indicator requires ColorJ2JMA.mq5 indicator file. Place it in...
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...
Instantaneous_TrendFilterSign: Semaphore signal indicator using the trend filter algorithm based on moving averages. Fig.1. The Instantaneous_TrendFilterSign indicator Author: Nikolay Kositsin
Instantaneous_TrendFilter_HTF: The Instantaneous_TrendFilter indicator with the timeframe selection option available in the input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) This indicator requires Instantaneous_TrendFilter.mq5 indicator file....
DayExtremumZones: The indicator shows daily extremum zones. Maximum zone: distance from day maximum - Х% of day range, minimum zone: distance from day minimum + Y% of day range. Flexible parameter setting is allowed. Tune zone parameters as you like! The indicator can display information using...
ind_aMU_HTF: The ind_aMU indicator with the timeframe selection option available in the input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) This indicator requires ind_aMU.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators. Fig...
Impulse_HTF: The Impulse indicator with the timeframe selection option available in the input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) This indicator requires Impulse.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators. Fig...
iFXAnalyser_HTF: The iFXAnalyser indicator with the timeframe selection option available in the input parameters. Author: Nikolay Kositsin
Exp_i-AMMA: The Exp_i-AMMA Expert Advisor is based on the reversal of the i-AMMA 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 i-AMMA.ex5 in order to run. Place it in...