Page 21 of 45

Re: Metatrader 5 Versions of indicators.

Posted: Tue Dec 19, 2017 11:38 pm
by Tsar
society wrote: Tue Nov 21, 2017 9:19 am Anyone have a basic RSI with alerts OB/OS for MT5? tks
stochasticrsi without Alert

Standard RSI may not show market cycles or volatility changes. In case the market enters trend state, RSI often is not able to reach the appropriate level that can trigger position opening signal according to the trend direction. Implementation of Stochastic oscillator to RSI creates a dynamic indicator that better corresponds to its current volatility.

The indicator is inspired by John Ehlers' article "Using The Fisher Transform" published in November 2002 in the "Technical Analysis Of Stock & Commodities" magazine. The simplest method of working with this indicator is completely equivalent to Stochastic oscillator or RSI.

The indicator uses SmoothAlgorithms.mqh library classes (must be placed to the terminal_data_folder\MQL5\Include).

Working with the classes was thoroughly described in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

Re: Metatrader 5 Versions of indicators.

Posted: Wed Dec 20, 2017 12:03 am
by Tsar
Tsar wrote: Tue Dec 19, 2017 11:38 pm

stochasticrsi without Alert

Standard RSI may not show market cycles or volatility changes. In case the market enters trend state, RSI often is not able to reach the appropriate level that can trigger position opening signal according to the trend direction. Implementation of Stochastic oscillator to RSI creates a dynamic indicator that better corresponds to its current volatility.

The indicator is inspired by John Ehlers' article "Using The Fisher Transform" published in November 2002 in the "Technical Analysis Of Stock & Commodities" magazine. The simplest method of working with this indicator is completely equivalent to Stochastic oscillator or RSI.

The indicator uses SmoothAlgorithms.mqh library classes (must be placed to the terminal_data_folder\MQL5\Include).

Working with the classes was thoroughly described in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

Re: Metatrader 5 Versions of indicators.

Posted: Wed Dec 20, 2017 12:08 am
by Tsar
Double stochastic of RSI

Re: Metatrader 5 Versions of indicators.

Posted: Wed Dec 20, 2017 12:12 am
by Tsar
Double Stoch RSI Floating

These the same of Double stochastic of RSI, except that this version uses "Floating levels" instead of fixed levels for OB/OS conditions.

Re: Metatrader 5 Versions of indicators.

Posted: Wed Dec 20, 2017 12:37 am
by Tsar
navid110 wrote: Tue Dec 19, 2017 7:33 pm Is there an MT5 ver. of any ''Bressert'' family indicators?


Robby DSS Bressert Colored.gif
Here the DSS Bressert indicator for MT5 version :

The Double Smoothed Stochastics indicator was proposed by William Blau and Walter Bressert.
The calculation of DSS values is similar to Stochastic indicator, the difference is the use of double exponentially smoothing.

The interpretation of DSS values is the same as for Stochastic - the values above 80 indicates the overbought state of the market, the values below 20 indicates the oversold market state.


Re: Metatrader 5 Versions of indicators.

Posted: Mon Jan 15, 2018 2:38 am
by tradd
After updating MT5 build 1756, two Mladen indicatprs give same error.

[img]http://666kb.com/i/dq419zidtubnbqppr.gif[/img]

Re: Metatrader 5 Versions of indicators.

Posted: Fri Jan 19, 2018 7:45 pm
by Tsar
Renko 2.0


A complete Renko chart indicator with wicks for MetaTrader 5.

Re: Metatrader 5 Versions of indicators.

Posted: Tue Jan 23, 2018 1:04 am
by baraozemo
hi,
renko 2 1.05 is from a personal friend... the mql5.com is publishing the updates with a big lake...
as soon I got the last version I will publish it here...

this 1.05 was fixed 3 times and tested by me before the final release but this 1.05 final has some good fixes and works
fine with forex or brazillian brokers ;-)

Re: Metatrader 5 Versions of indicators.

Posted: Fri Jan 26, 2018 6:28 am
by tradd
Hi Baraozemo,

You're the one of MT5 user like me. Mt4 renko indicators are on offline charts and some indicators (Donchian, Mov.Averages, Ichimoku etc) works well. Especially RenkoStreet. By the way, Mt5 Renko works at online charts but indicators doesn't fit. Would you ask this problem to your friend?

Thanks.

Re: Metatrader 5 Versions of indicators.

Posted: Fri Jan 26, 2018 6:35 am
by tradd
2018 new Mladen MT5 indicators. He published at MQL5 codebase section.


Moving slope rate of change - Extended
Moving slope rate of change
Correlation
Hi/lo mod

Thanks Mladen.