거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
게시자:
Nikolay Kositsin
조회수:
11538
평가:
(22)
게시됨:
2012.02.03 13:26
업데이트됨:
2016.11.22 07:32
mpc.mq5 (5.66 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Real author:

alexjou

In trading systems, based on the channel breakout, the long position is opened when the price shows new X days maximum, and short position is opened when the price forms new X day minimum. It allows to forecast the trend direction. But there is a problem - very often trend detected with a lag and the most of the profit is lost.

The HighestLowestRange (HLR) indicator helps to resolve the market entry problem before the channel breakout. The MPC indicator plots a simple channel using extermums of the specified period. It can be used for additional visual control of trading system (channel breakout), based on HighestLowestRange (HLR) indicator

This indicator was first implemented in MQL4 and published in Code Base at mql4.com 25.01.2007.

MPC indicator

MPC indicator

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

StopOutPrice StopOutPrice

The script calculates Stop Out price (at this price position will be closed by broker) of the opened position and the price, at which Free Margin became negative (LockOut price).

X2MA_BBx3_Cloud X2MA_BBx3_Cloud

Bollinger Bands displayed as colored background.

HLR HLR

The HighestLowestRange (HLR) determines the relative price position in range of the several X bars ago. If price located at range bottom (new low), the indicator is equal to 0, if price position at the top of the range (new high), the indicator is equal to 1 (or 100%).

FisherTransform_HTF_Signal FisherTransform_HTF_Signal

FisherTransform_HTF_Signal shows a trend direction as a graphical object with colored trend indication and gives alerts or audio signals in case of a trend change.