Assista a como baixar robôs de negociação gratuitos
Encontre-nos em Facebook!
Participe de nossa página de fãs
Script interessante?
Coloque um link para ele, e permita que outras pessoas também o avaliem
Você gostou do script?
Avalie seu funcionamento no terminal MetaTrader 5
Bibliotecas

CSeries Class - biblioteca para MetaTrader 4

[Excluído]
Visualizações:
5667
Avaliação:
(15)
Publicado:
2018.06.27 10:08
\MQL4\Include\ \MQL4\Experts\
Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para 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.