Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
6226
Note:
(17)
Publié:
2018.05.02 16:32
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Indicator based on "Automated Support And Resistance" article by Mel Widner published in TASC.

Two oscillators are defined: the WSO (Widner Support Oscillator) and the WRO (Widner Resistance Oscillator).

The WSO compares the current Close with the most recent six support levels. Values range from 0 to 100. WSO = 0 means that the Close is below all of the six support levels, and WSO = 100 means that the current Close is above all of the six support levels. Changes in WSO indicate changes in support, either breaking of an old level or establishing a new one. The WSO is defined as:

WSO = 100(1 – (INT(S1/C) + INT(S2/C) + INT(S3/C) + INT(S4/C) + INT(S5/C) + INT(S6/C))/6)

A similar discussion applies to the WRO. The WRO compares the current Close with the most recent six resistance levels. Values range from 0 to 100. WRO = 0 means that the Close is below all of the six resistance levels, and WRO = 100 means that the current Close is above all of the six resistance levels. Changes in WRO indicate changes in resistance, either breaking an old level or establishing a new one. The WRO is defined as follows:

WRO = 100(1 – (INT(R1/C) + INT(R2/C) + INT(R3/C) + INT(R4/C) + INT(R5/C) + INT(R6/C))/6)

Hurst Exponent Hurst Exponent

The Hurst exponent is referred to as the "index of dependence" or "index of long-range dependence". It quantifies the relative tendency of a time series either to regress strongly to the mean or to cluster in a direction.

Fractal Dimension - Jurik Fractal Dimension - Jurik

Fractal Dimension from Mark Jurik is much smoother than the others but the general rule is the same: it is not a directional indicator, but is attempting to determine if there is a trend in the current market price changes or not, and it should be used bearing that in mind.

WSO & WRO Channel WSO & WRO Channel

This version of WSO (Widner Support Oscillator) and WRO (Widner Resistance Oscillator) shows channel on chart instead of displaying oscillator values in a separate window.

Linear Regression Study Linear Regression Study

Linear regression line with an addition of standard error channel projection.