Sample pine script stochastic divergence converted to MQL5 – indicator MetaTrader 5

Sample pine script stochastic divergence converted to MQL5 - indicator for MetaTrader 5
The purpose of this code is to convey an idea to people seeking simple and functional approach to converting pine script to MQL5. Here is the pine script code: //@version=5 indicator(title=’sample stochastic divergence’, overlay=true) stoch_len = input.int(title=’stoch_len’, defval=5) f_top_fractal(_src) =>     _src[4] < _src[2] and _src[3] < _src[2] and _src[2] > _src[1] and        _src[2] > … Read more

OsMA. OsMA Divergence – indicator MetaTrader 4

OsMA. OsMA Divergence - indicator for MetaTrader 4
Colored OsMA and OsMA that shows the divergences. You should open the «ind_OsMAColored_v1» indicator and then drag the «OsMA_Divergence_v1» indicator to the same window using the mouse. The gray points are more significant, it works on the 5M best of all, but though it is individual. I recommend you not to consider the divergences factors … Read more

ds_HDiv_OsMA_01 – Another Avocational Indicator by Hidden Divergence of OsMA – indicator MetaTrader 4

ds_HDiv_OsMA_01 - Another Avocational Indicator by Hidden Divergence of OsMA - indicator for MetaTrader 4
It draws the hidden divergence by the OsMA. Some procedures (lines drawing) are taken from FX5_divirgence… The points are drawn at the real moments of the signals discovering on the chart. Yes, I think that it is right, to draw a signal at the zero bar, the chart displays the reality at once! Ones who … Read more

Divergence Trader – EA MetaTrader 5

Divergence Trader - expert for MetaTrader 5
This Expert Advisor developed by Ron Thompson is rewritten from MQL4 and was originally published here by Collector. How It Works The Expert Advisor employs two simple moving averages of opening prices. Calculations are made using values obtained from the current bar and the previous bar. If rearranged, the formula simply represents the difference between … Read more

Divergence – indicator MetaTrader 5

Fig.1 The Divergence indicator
The indicator displays the situation when the direction of price movement and technical indicators does not coincide. It often appears when the indicator reaches overbought or oversold zones (20;80). This indicator was first implemented in MQL4 and published in Code Base at mql4.com on 11.10.2007.    Fig.1 The Divergence indicator Divergence – indicator MetaTrader 5

Awesome Oscillator Divergence – indicator MetaTrader 5

Awesome Oscillator Bullish Divergence
This indicator will plot divergence lines on the Awesome_Oscillator indicator and will give buy and sell signal by displaying arrows. It also has a built-in Show_alert, Play_Sound, Send_Email & Send_Notification function. In default: Bullish Regular_Divergence is plotted in Blue lines & solid, Bullish Hidden_Divergence is plotted in Aqua lines & dotted, Bearish Regular_Divergence is plotted … Read more

Volume Divergence Markers (VDM) – indicator MetaTrader 4

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 marker will be placed. Usually, the markers are placed near the peaks before a reverse or in the … Read more

Divergence – EA MetaTrader 4

Divergence - expert for MetaTrader 4
The Expert Advisor uses signals provided by the DivergenceViewer indicator. This does not require the indicator to be present in the terminal folder. The EA configuration parameters include the “Divergence parameters” block, which duplicates the similar parameters of the indicator. The EA opens deals when a divergence of a specified class is registered. The Stop … Read more

Divergence Petr – indicator MetaTrader 4

Divergence Petr - indicator for MetaTrader 4
The indicator to trade Divergence. One of 30 oscillators can be selected for the detection of the divergences. Indicator values: Extremes as points (red — Highs, yellow — Lows); Divergence using the segments connecting the extremes; The support/resistance lines as rays passing through the extremes; Channels as rays. Selection of the required oscillator is performed … Read more