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

LeadLagRelationshipTester - MetaTrader 5용 스크립트

조회수:
4086
평가:
(26)
게시됨:
2017.12.06 15:03
업데이트됨:
2018.05.11 09:34
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Script for checking the LeadLagRelationship indicator, it is intended for sending quotes with a delay.

How to check: run the script and indicator with a common communication channel on the same instrument. Set the delay parameter in the script. After accumulating sufficient data, the indicator should show the delay specified in the script.


Script Parameters

  • inpTimerPeriod - period of the main timer in milliseconds.
  • inpUseMode - channel mode; 0 - file, 2 - global variables of the terminal. The channel mode is the method for delivering the quotes. The "file" method serves for delivery of quotes from external sources, while global variables are convenient for checking synthetic instruments.
  • inpFilename - name of the file to receive the quotes. It must have the .csv extension and should be located in (\Terminal\Common\Files). If the quotes delivery method using a file is selected, enter the file name in this parameter.
  • inpGlobalVariableAsk - name of the global variable for Ask, if the quotes delivery method using global variables is selected.
  • inpGlobalVariableBid - name of the global variable for Bid, if the quotes delivery method using global variables is selected.
  • inpSetLag - delay in milliseconds. This is the delay for sending the quotes.

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

PS Magicas - Three moving averages PS Magicas - Three moving averages

PS Magicas - Three moving averages that give target and possible entries.

CDictionary CDictionary

An implementation of the dictionary (associative array) data structure in MQL5, based on CArrayObj and CList.

Larry Conners RSI 2 Larry Conners RSI 2

Simple Expert Advisor based on the Larry Conners RSI 2 strategy.

Renko 2.0 Renko 2.0

A complete Renko chart indicator with wicks. Configure using Tick Size, Pip Size, Points or R. Now with Asymetric Reversals!