거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
2793
평가:
(11)
게시됨:
2018.09.27 15:50
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Actual author: KimIV

An indicator of two ranges of arbitrary time intervals. This is an intraday indicator, that is, it shows the size of trading ranges within a trading day.

The operating principle is as follows. Four time points are taken from input parameters. Also, the low and high in the two intervals are determined. The indicator shows these extrema in the form of horizontal lines.

This indicator is convenient to use for testing breakout and rollback tactics.

The following parameters can be adjusted:

//+----------------------------------------------+
//| Indicator input parameters                   |
//+----------------------------------------------+
input string Start1   = "03:00";   // 1st range start
input string End1     = "08:00";   // 1st range end
input string Start2   = "12:00";   // 2nd range start
input string End2     = "17:00";   // 2nd range end
input uint   nDays = 2;            // The number of days to calculate (0-all days)
input int    Shift=0;              // Horizontal indicator shift in bars 

Fig. 1 Indicator i-AnyRange2Cld

Fig. 1 Indicator i-AnyRange2Cld

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

TrendManager TrendManager

A trend indicator based on the difference between two moving averages.

FX Fish 2MA FX Fish 2MA

Indicator - trading system "FX Fish 2MA".

DLMv DLMv

A trading system based on the FX Fish 2MA indicator.

Nextbar Nextbar

This Expert Advisor doesn't use any indicators. It only applies analysis of Close prices at bar #1 and the specified bar.