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
Bibliothèque

TimeSeries - Function Library for Working with Time Series - bibliothèque pour MetaTrader 5

Vues:
6992
Note:
(38)
Publié:
2012.10.10 10:36
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

Function Library for Working with Time Series

The following equivalents of MQL4 functions are available: iTime, iOpen, iHigh, iLow, iClose, iHighest, iLowest and iBarshift.

Short invocation version is available for all functions (with the current chart's symbol and period).

iHighest and iLowest are available in 2 versions: "from bar X to bar Y" and "from time X to time Y".

 

Header

#include <TimeSeries.mqh>

 

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

InfoMarket InfoMarket

This is an informative script displaying data on the current trading pair in the chart window.

ColorStochastic ColorStochastic

Standard Stochastic shown as a color histogram.

i-AnyRange2 i-AnyRange2

The indicator of two unspecified time intervals.

Exp_ATR_Trailing Exp_ATR_Trailing

The Expert Advisor moves Stop Loss of the open position along the border of the channel built using ATR_Trailing.