Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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
Indicateurs

Bezier - indicateur pour MetaTrader 5

Publié par:
Nikolay Kositsin
Vues:
8428
Note:
(21)
Publié:
2012.02.15 08:14
Mise à jour:
2016.11.22 07:32
bezier.mq5 (8.45 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Real author:

Lizhniyk E

This indicator is one of the alternatives to the moving averages with less delay and possibility to manage sensitivity ratio.

This indicator was first implemented in MQL4 and published in Code Base at mql4.com 28.02.2008.

Indicator input parameters:

//+-----------------------------------+
//| Indicator input parameters        |
//+-----------------------------------+
input int period=8;                      // Smoothing period
input double T=0.5;                      // Sensitivity ratio (from 0 to 1)               
input Applied_price_ IPC=PRICE_WEIGHTED; // Applied price
input int Shift=0;                      // Horizontal shift of the indicator in bars
input int PriceShift=0;                 // Vertical shift of the indicator in points

Bezier

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

FlatTrend2 FlatTrend2

The simplest signal indicator for specifying trend power and direction.

MBKAsctrend3 MBKAsctrend3

Typical semaphore signal indicator that shows market entry points using color arrows.

wlxBWACsig wlxBWACsig

The indicator shows entry signals based on Accelerator Oscillator.

SinTrend SinTrend

Simple trend indicator.