Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Twitter!
und werden Sie Mitglied unserer Fangruppe
Interessantes Skript?
Veröffentliche einen Link auf das Skript, damit die anderen ihn auch nutzen können
Hat Ihnen das Skript gefallen?
Bewerten Sie es im Terminal MetaTrader 5
Bibliotheken

CSeries Class - Bibliothek für den MetaTrader 4

[Gelöscht]
Ansichten:
5679
Rating:
(15)
Veröffentlicht:
2018.06.27 10:08
\MQL4\Include\
CSeries.mqh (3.28 KB) ansehen
\MQL4\Experts\
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance

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.