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

ClusterBox_DayHistogramm - horizontal cross-section of the market by days - MetaTrader 4용 지표

조회수:
15800
평가:
(29)
게시됨:
2015.12.11 11:00
업데이트됨:
2016.11.22 07:32
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

General Information

For each candlestick of any timeframe there is a corresponding amount of ticks that formed it. On Forex charts this trait is displayed as Volume, although it has no direct relation to the real trade volumes. However, the tick volume data can be in the same way as the real volume data.

The information about the ticks that came before the indicator was attached are taken from the special tick file, which is formed with the help of the Ticks collector. A ready-made tick file can also be taken from the archive. If the history rendering is not required, then the indicator values will appear in real-time, provided the new ticks arrive.

About the ClusterBox_DayHistogramm indicator

A variation of the ClusterBox_Histogramm indicator. The difference is the fixed data collection interval. Thus, unlike the ClusterBox_Histogramm indicator, which displayed the tick volumes by clusters for a custom history range set by user, the ClusterBox_DayHistogramm indicator uses 24 hours as the specified interval. This approach allows to see the price concentration levels for each day separately.

In order to see the precise numerical value of the tick amount corresponding to the cluster, it is necessary to move the mouse cursor to the line of interest. The information about the price cluster and its tick volume will appear in the tooltip.

More detailed usage of the indicator is described in the article The horizontal cross-section of the market.

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

ClusterBox_Histogramm - horizontal cross-section of the market ClusterBox_Histogramm - horizontal cross-section of the market

Tick volumes of a specified interval drawn as histogram of clusters.

Arrows Template Arrows Template

An indicator template that draws arrows on the chart.

Simple News Simple News

The Expert Advisor places a grid of pending orders in both directions several minutes before the specified time and trails the Stop Loss order after the orders trigger.

Levels with Trail Levels with Trail

The Expert Advisor trades based on the support/resistance levels set by the user, while trailing the Stop Loss order.