거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
라이브러리

CSeries Class - MetaTrader 4용 라이브러리

[삭제]
조회수:
5730
평가:
(15)
게시됨:
2018.06.27 10:08
\MQL4\Include\
CSeries.mqh (3.28 KB) 조회
\MQL4\Experts\
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.