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:
6638
Note:
(17)
Publié:
2012.10.12 08:26
Mise à jour:
2016.11.22 07:32
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Real author:

Unknown

This is one of the most non-standard indicators. XprofuterDD presents an attempt to predict the future price behavior for a few bars ahead. The number of bars is specified by drawShift input parameters. Please keep in mind that the indicator is redrawn from the current one on the specified number of bars!

Indicator input parameters:

//+-----------------------------------+
//| Input parameters of the indicator |
//+-----------------------------------+
input uint per       = 14;  // Period for signal
input uint drawShift = 14;  // Forward shift
input uint maPeriod  = 34;  // Moving average period

 

XprofuterDD

XprofuterDD

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/1024

iMACD±ATR iMACD±ATR

MACD shifted for the trading range is used to determine a trend and overbought/oversold areas.

ColorStochastic_HTF ColorStochastic_HTF

Standard Stochastic oscillator displayed as a cloud that can be located by setting the indicator timeframe value different from the chart one.

XprofuterOverlay XprofuterOverlay

XprofuterOverlay shows the line of the price future movement.

Daily Range Daily Range

This indicator calculates and shows daily highest and lowest prices, display them as two set of lines.