Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
6764
Valutazioni:
(29)
Pubblicato:
2014.07.08 12:39
Aggiornato:
2016.11.22 07:32
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Real author:

HgCl2

The indicator utilizes the idea of adding to a bar open time the value equal to the average minimum swing from the open price for a few days or weeks, and the standard deviation from the average swing multiplied by a coefficient to determine the possible resistance level. It's vice versa for the support level.

The minimum swing relative to the open price of a day or week is the lowest of the distances High - Open and Open - Low.

Resistance level of the indicator is:

R = Open + AV + k_std * Std;

where:

  • AV is the average minimum swing from the open price for a few days;
  • Std - standard deviation from this minimum swing;
  • k_std - multiplier coefficient. (is available in the indicator settings).

For the support level:

S = Open - AV - k_std * Std

In contrast to the methods of finding support and resistance levels using GSV ('Long-Term Secrets to Short-Term Trading' by Larry Williams, chapter: 'Greatest Swing Value'), all minimum swings of 4 and 9-day or week bars are used in calculation without separating divergent bars.

The mean swing value and its standard deviation are calculated separately for the period of four and nine bars, and at the end of calculation the indicator selects the largest sum of the mean swing and standard deviation multiplied by the coefficient. This ratio can be modified in the indicator settings window (the default is one, which means that one standard deviation is added to the mean minimal swing as a filter).

The original indicator was developed in the MQL4 language and published in the CodeBase on 26.08.2013.

Figure 1. The SR_Cloud indicator

Figure 1. The SR_Cloud indicator

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/11319

RD-ForecastOsc_HTF RD-ForecastOsc_HTF

The RD-ForecastOsc indicator with the timeframe selection option available in input parameters.

CCMx_HTF CCMx_HTF

The CCMx indicator with the timeframe selection option available in input parameters.

SRm_Cloud SRm_Cloud

The indicator utilizes the idea of ​​finding possible resistance and support levels for a period defined in the indicator input parameters, similar to the use of GSV.

CHOWithFlat CHOWithFlat

Chaikin Oscillator with the market flat state detection option.