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

DailyPivot Shift - MetaTrader 5용 지표

게시자:
Nikolay Kositsin
조회수:
8871
평가:
(14)
게시됨:
2011.10.21 10:51
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Real author:

MetaQuotes

DailyPivot_Shift indicator differs from the common DailyPivot indicator, as the main levels can be calculated with day start shift. Therefore, it is possible to calculate the levels based on the local, not server time, for example, GMT-8. Also, this indicator does not consider information concerning Saturday and Sunday quotes, while generating levels on Monday.

Pivot Point (PP) is the equilibrium point - a level the price is attracted to throughout the day. Having three values for the previous day: maximum, minimum and close price, 13 levels for smaller timeframes can be calculated: equilibrium point, 6 resistance levels and 6 support levels. This levels are called check points. The check points provide the possibilty of easy determining the direction of the minor trend. Three values are most important - levels of equilibrium point, Resistance1 (RES1.0) and Support1 (SUP1.0). The pauses in the movement, or even a roll-back, are frequently seen during the moving of the price betweeen these values.

In such a way, the DailyPivot indicator:

  • forecasts the range of prices variation;
  • demonstrates the possible price stops;
  • demonstrates the possible points of changing the direction of price movement.

If the market on the current day opens above the equilibrium point, then it is the signal for opening long positions. If the market opens below the equilibrium point, then the current day is favourable for opening short positions.

The method of check points consists in the monitoring the possibility of turning and breakthrough when the price collides with the resistance level RES1.0 or with the support level SUP1.0. By the time when the price reaches the RES2.0, RES3.0 or SUP2.0, SUP3.0 levels, the market appears to be overbought or oversold as a rule, so these levels are mostly used as the exit levels.

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

DailyPivot Shift indicator


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

XCCX XCCX

Commodity channel index having possibility to select smoothing algorithm and dynamically changing oversold/overbought levels.

XRSX XRSX

Relative strength index with dynamically changing oversold/overbought levels and the possibility to select smoothing algorithm.

ATR Channels ATR Channels

ATR Channels create price movement channels considering ATR (Average True Range).

XCCI XCCI

Standard Commodity Channel Index with the standard average deviation formula and the possibility to select smoothing algorithm and dynamically changing oversold/overbought levels.