Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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:
12854
Note:
(5)
Publié:
2008.07.10 09:12
Mise à jour:
2014.04.21 14:52
\MQL4\Include\
T3Series.mqh (31.22 KB) afficher
T3_Lnx.mq4 (6.51 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Indicator T3.Lnx. It uses signals Heiken Ashi.

For the indicator to work, you should place files T3Series.mqh and PriceSeries.mqh into directory MetaTrader\experts\include.

Heiken Ashi#.mq4 should be placed in directory MetaTrader\indicators.

Inputs:

T3Period= 14; // averaging period of T3Bollinger Bands
MA_method=0; // averaging method
MA_Smooth=20; // smoothing depth of the obtained Moving Averages
Bands_Smooth=20; // smoothing depth of the obtained Bollinger Bands
Smooth_Curvature=100; // smoothing parameter ranging from -100 to +100; it affects the transition quality;
Bands_Shift=0; // indicator's shift along the time axis
Input_Price_Customs=0; // selecting prices the indicator is calculated on


T3.Lnx

BW MFI + Volumes BW MFI + Volumes

An update for the BW MFI with the displaying of volumes.

ZZ_TimeWinter 1-1000.mq4 ZZ_TimeWinter 1-1000.mq4

YURAZ's library, determining the switch to dayllight saving time and revert to standard time

MACD_Histogram MACD_Histogram

MACD Histogram with outomatic divergent line .

Kijun-sen+ Kijun-sen+

It draws the Kijun line with the specified period on the chart and allows to draw the line with the KijunShift periods forward.