Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

Dots - indicatore per MetaTrader 5

Pubblicati da::
Vladimir Lyopa
Visualizzazioni:
9174
Valutazioni:
(22)
Pubblicato:
2015.07.03 11:16
Aggiornato:
2016.11.22 07:32
dots.mq5 (4.35 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Real author:

TrendLaboratory

The Dots indicator is based on an indicator developed by TrendLaboratory in 2006. The indicator shows current trend direction by placing colored dots on the main chart. Blue dots indicate an uptrend, red dots indicate a downtrend.

Although the indicator calculation is not based on standard MetaTrader platform indicators, it uses the iMA (Moving Average) function to get prices of a specified type (Open, Close, Maximum, Minimum, Typical etc.). The calculation is based on cosine of a price change angle. The user can set several input parameters.

Input parameters:

  • Length (by default = 10) — indicator period. The higher this value, the higher the time lag, and the fewer false signals are displayed.
  • AppliedPrice (by default = PRICE_CLOSE) — price type to use in calculations.
  • Filter (by default = 0) — useful parameter allowing to filter price surges without adding display lags.
  • Deviation (by default = 0) — vertical indicator shift.
  • Shift (by default = 0) — horizontal indicator shift.

Tips:

  • Recommended strategy is to wait for 2 identical dots and open positions by trend. Unfortunately, sometimes it fails. A suitable alternative would be to use one dot as a signal with Filter parameter set as Spread x 3.

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

ColorZerolagRVI ColorZerolagRVI

This RVI oscillator analogue is calculated based on four Relative Vigor Index indicators.

WRB WRB

The indicator determines and marks WRB (Wide Range Bars or Wide Range Bodies).

ColorZerolagStochs_HTF ColorZerolagStochs_HTF

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

GainLossInfo GainLossInfo

Shows current gain and loss for all candlesticks on the chart.