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

TimeSeries - Function Library for Working with Time Series - MetaTrader 5용 라이브러리

조회수:
6963
평가:
(38)
게시됨:
2012.10.10 10:36
업데이트됨:
2016.11.22 07:32
timeseries.mqh (11.54 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Function Library for Working with Time Series

The following equivalents of MQL4 functions are available: iTime, iOpen, iHigh, iLow, iClose, iHighest, iLowest and iBarshift.

Short invocation version is available for all functions (with the current chart's symbol and period).

iHighest and iLowest are available in 2 versions: "from bar X to bar Y" and "from time X to time Y".

 

Header

#include <TimeSeries.mqh>

 

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

InfoMarket InfoMarket

This is an informative script displaying data on the current trading pair in the chart window.

ColorStochastic ColorStochastic

Standard Stochastic shown as a color histogram.

i-AnyRange2 i-AnyRange2

The indicator of two unspecified time intervals.

Exp_ATR_Trailing Exp_ATR_Trailing

The Expert Advisor moves Stop Loss of the open position along the border of the channel built using ATR_Trailing.