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

Real author:

Maks aka ug

The indicator uses the construction method described by Vladislav Antonov (for those who read his session reviews on Viac or Alpari). Here is a small excerpt from his method:

No need to explain the meaning of resistance and support. There are many methods to determine price levels, but I use my calculations. Dynamic levels of support/resistance are defined using MA lines, and statistic lines are calculated using the higher timeframe.

  1. To calculate intraday levels for one hour, use High, Low and Close of the previous hour candlestick.
  2. To calculate intraday levels for one day, use High, Low and Close of the previous one day candlestick. 
  3. To calculate intraday levels for one week, use High, Low and Close of the previous one week candlestick.

In this review I calculate support and resistance levels using the daily candlestick of the previous day. Thus, the price levels will be valid for the entire day, and the next day they should be recalculated. Example. For example, take daily candle 02.11.06: High = 1.2786 Low = 1.2736 Close = 1.2780. We get the levels for the current day, and use them on all charts smaller than the daily timeframe. The next day, new levels are calculated.

There are 3 methods of calculation, depending on the size of the previous candlestick:

  • Reduced - support and resistance levels for the weak market. If the market has closed with a large candlestick of more than 200 points, it is better to use this calculation as a correction is expected and the market will be weak;
  • Normal - support and resistance levels for the medium volatility of the market. Day candlesticks from 100 to 200 points. Normal works well during the formation of a steady growth or decline, and candlesticks are of a similar size;
  • Extended - support and resistance levels for a strong market. When the market movement gets confined to a triangle and becomes weak, we expect that there will be a strong move, and use the levels with the extended price range.

To decide which method of calculation to use, you should do your own research and gather the statistics of the levels. As to me, I don't keep up with the items described above (this is averagely for the pound). So far, I choose methods guided by my intuition and by the expected price pattern

If you want to read more: http://www.viac.ru/ds/21950.

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

Figure 1. The Levels indicator

Figure 1. The Levels indicator.

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

ImpulseOsMA ImpulseOsMA

The indicator draws bars based on Elder's impulse system.

Relative Momentum Index (RMI) Relative Momentum Index (RMI)

The RMI (Relative Momentum Index) indicator is an improved version of RSI, momentum is included in the calculation.

Three Screen Elder Arrows Three Screen Elder Arrows

An indicator in the form of arrows on the basis of Elder's trading system.

Visual Аnalysis AfterTesting Visual Аnalysis AfterTesting

Easier visual analysis of graphical objects created by the strategy tester.