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

MarketProfile - MetaTrader 5용 지표

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

Real author:

Avals

Market Profile is a tool widely used by futures traders.

Market Profile MetaTrader is a standard solution of the Market Profile that displays the statistical time distribution of the price, price area and control value for the day trading session. The indicator is based on the simple price movement and does not use standard MetaTrader 5 platform indicators.

More information on the Market Profile can be found in:

See also the article "The Price Histogram (Market Profile) and its implementation in MQL5".

The author implemented different colors for the indicator: green is for the Asian session, blue is for the European one, while violet is for the American session. Working periods are M30 and M15.

Input parameters:

  • StartDate - for history testing (test starting date);
  • lastdayStart - if true, it is drawn till the last day (StartDate is ignored);
  • CountProfile - the number of day profiles to be drawn.

The mode is drawn in gray.

This indicator was first implemented in MQL4 and published in Code Base at mql4.com 23.03.2006. In MQL5 this indicator is presented as MarketProfile.mq5 file.

MarketProfile

Besides, one more version of this indicator is available (MarketProfile_.mq5).

This indicator can be added to M5, M15 and M30 charts to show market profile for day sessions. Though M5 timeframe is much more accurate, M30 is recommended for more clarity. Also, it is a standard market profile calculation method. Three different color schemes are available for profile blocks drawing.

MarketProfile_ 

Input parameters:

  1. StartFromDate (by default = __DATETIME__) - if StartFromToday is equal to false, the indicator will start drawing profiles from that date. It draws back in time. For example, if you set this variable to 2010.07.20 and DaysToCount to 2, the profiles will be drawn for 2010.07.20 and 2010.07.19;
  2. StartFromToday (by default = true) - if true, the indicator starts drawing from the current day, otherwise - from the date specified in StartFromDate;
  3. DaysToCount (by default = 2) - the number of day sessions, for which the market profiles are to be drawn;
  4. ColorScheme (by default = 0) - color schemes for profiles blocks:
    • 0 - from blue to red;
    • 1 - from red to green;
    • 2 - from green to blue.
  5. MedianColor (by default = White) - reference value (median) color;
  6. ValueAreaColor (by default = White) - price area border color.

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

Fisher RVI Fisher RVI

Fisher RVI is an oscillator that modifies RVI (Relative Vigor Index) custom indicator values using Inverse Fisher Transform.

XOSMA Oscillator XOSMA Oscillator

Four-colored histogram of OsMA (Moving Average of Oscillator) allowing to implement different smoothing algorithms.

Ichimoku Cloud Ichimoku Cloud

Simplified Ichimoku indicator (Ichimoku Kinko Hyo) containing only the cloud.

Smoothed ADX Smoothed ADX

There are a lot of smoothing algorithms. This indicator is a smoothing of standard ADX.