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

Instance ID script for MT4/MT5 - MetaTrader 5용 스크립트

조회수:
5305
평가:
(15)
게시됨:
2019.10.20 21:15
업데이트됨:
2019.10.20 21:21
instance.mq5 (2.53 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This script calculates and prints out the instance_id for MT4/MT5 installations.

The instance_id is used in the roaming folder names such as

C:/Users/{username}/AppData/Roaming/MetaQuotes/Terminal/{instance_id}/

Please, find more details here:

The original idea comes from the user JC, posted on the forum. Main changes are:

  • Built-in Unicode conversion using StringToShortArray (wide chars, 2 bytes); this should presumably support folder names with non-ASCII characters;
  • Built-in MD5 hashing using CryptEncode (CRYPT_HASH_MD5); this removes dependency from custom MD5 implementation;
The script prints current MetaTrader instance installation folder and corresponding instance_id in the experts log.

      NELODI BackProp Chart NELODI BackProp Chart

      Custom Price Chart using a simple Artificial Neural Network that tries to project price movements into the future. Not very useful for trading, but fun to watch and learn ;)

      VR Calculate Martingale Lite MT 5 VR Calculate Martingale Lite MT 5

      Indicator calculate the average price

      Open/Close Charts Open/Close Charts

      First script selects symbols having spread below specified value on the marketwatch, then opens corresponding charts by appyling timeframe and template stated.

      Quick Script to browse Signals, searching for your own parameters. Quick Script to browse Signals, searching for your own parameters.

      Simplified Script to find signals based on user parameters