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

MD5 Hash - MetaTrader 5용 라이브러리

조회수:
7129
평가:
(39)
게시됨:
2013.03.01 13:38
업데이트됨:
2016.11.22 07:32
\MQL5\Include\
md5hash.mqh (8.04 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

128-byte algorithm of hashing developed by a professor Ronald Linn Rivest from Massachusetts Institute of Technology (MIT) in 1991.

The example of using

#include <MD5Hash.mqh>

CMD5Hash  md5;

string str="Now it is easy to control MQL5 data integrity!";
uchar bytes[]; StringToCharArray(str, bytes, 0, StringLen(str)); // transferred string to the byte array // without the last one\0
Print(md5.Hash(bytes, ArraySize(bytes))); // print MD5-hash 
---------------------------------------------------------------------
The result:
c25688ecc77d8141b2f85320809e2a35

As an array we can pass the data read from FileReadArray file, etc.

It will be useful

  • to check data integrity when reading Internet files.
  • to compare files.
  • for hashing personal data and sending to the Internet.
  • for personal data storage in an encrypted type.

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/1553

EMAPredictive3 EMAPredictive3

The Moving Average drawn on the basis of the EMA algorithm. A linear interpolation of two different period EMA is used

EMAAngle EMAAngle

An interesting trend indicator drawn on the basis of the simple Moving Average

CMIDI CMIDI

The class to play music using the MIDI device

i-Friday_Sig i-Friday_Sig

Signals of entries and exits on the system "Friday effect"