Mira cómo descargar robots gratis
¡Búscanos en Facebook!
Pon "Me gusta" y sigue las noticias
¿Es interesante este script?
Deje un enlace a él, ¡qué los demás también lo valoren!
¿Le ha gustado el script?
Evalúe su trabajo en el terminal MetaTrader 5
Librerías

CSeries Class - librería para MetaTrader 4

[Eliminado]
Visualizaciones:
5669
Ranking:
(15)
Publicado:
2018.06.27 10:08
\MQL4\Include\
CSeries.mqh (3.28 KB) ver
\MQL4\Experts\
CSeriesTest.mq4 (2.16 KB) ver
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa

CSeries class is a low latency container made for the purpose of collecting ticks and working further with them. It allows user to access ticks in the same way like he would access OHLC (Open High Low Close) bar prices. Index "0" marks the newest container member (newest price collected).

CSeries class constantly keeps in memory a particular number of last ticks. If number of ticks collected exceed the allowed container size, the oldest ticks are discarded while leaving newest ticks in the container.

Furthermore, user can easily calculate significant measures, like moving average, standard deviation or z score using inbuilt container functions. This class can be used according to various needs, it can be used for the purpose of collecting other measurements as well.

s-Downloader (SingleTF) s-Downloader (SingleTF)

The script downloads the historical quotes data of the current chart symbol and timeframe.

SHA256, SHA384 and SHA512 + HMAC SHA256, SHA384 and SHA512 + HMAC

Many developers need these functions, while working with different kinds of external APIs, like Bitcoin and altcoin exchanges where it is often necessary to send data with the confirmation of parameters validity through HMAC-SHA512, HMAC-SHA384 and HMAC-SHA256.

Tipu CCI Tipu CCI

Tipu CCI is one of the popular indicators in the Market. The original code for Tipu CCI is modified by removing compatibility with Tipu Panel. This version of Tipu CCI is open for everyone who is interested in developing an Expert Advisor.

Schedule Schedule

Library for defining schedules by weekday and time.