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

Author: ug


The indicator uses the construction method described by Vladislav Antonov (you can see his session reviews at Viak or Alpari). I failed to find such an indicator in the internet, so I decided to create it by myself. Below is a short extract from his description:

I shouldn't explain you what support and resistance are. There are many methods to detect price levels. However, I apply my own calculations. The dynamic support/resistance lines are determined by MA lines, whereas the static ones are calculated on the basis of a larger timeframe.

1. To calculate intraday levels for one hour, you should take High, Low and Close values from the preceding one-hour candlestick.
2. To calculate intraday levels for one day, you should take High, Low and Close values from the preceding one-day candlestick.
3. To calculate intraday levels for one week, you should take High, Low and Close values from the preceding one-week candlestick.

In my review, I calculate the price levels of support/resistance on the basis of the one-day candlestick of the preceding day. Thus, the price levels will be valid all day long, but we should recalculate them the next day. For example, if we take a one-day candlestick 02.11.06: High = 1.2786 Low = 1.2736 Close = 1.2780 and obtain the levels for the current day and use them on all charts for the timeframes smaller than one-day timeframe. On the next day, we will have to calculate the new levels.

There are 3 calculation methods according to the size of the preceding candlestick:

Reduced – support/resistance levels for a weak market. If the market was closed with a large candlestick of more than 200 points, it is better to use this method, since a correction is expected, so the market will be flat.
Normal – support/resistance levels for a market with average volatility. Daily candlesticks range from 100 to 200 points. Normal method is good in use when a stable growth or sinking is being observed, candlesticks being approximately of the same size.
Extended (Расширенный) – support/resistance levels for a volatile market. Црут the market shrinks into a triangle and becomes flat, we expect a strong movement to start soon and use the levels with an expanded price range. What method should be applied here, this depends on your own research and level statistics collected. 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.

For those who want to read about this in more details, see: http://www.viac.ru/ds/21950


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

RZI RZI

An indicator for viewing turning shapes.

buy_sell buy_sell

A trend-following indicator. It's simple as a coign.

Filter over WPR Filter over WPR

Indicator Filter over WPR. It is based on indicator Stochastic.

T3MA T3MA

I'm waiting for your opinions.