Rejoignez notre page de fans
ClusterBox_DayHistogramm - horizontal cross-section of the market by days - indicateur pour MetaTrader 4
- Vues:
- 15297
- Note:
- Publié:
- 2015.12.11 11:00
- Mise à jour:
- 2016.11.22 07:32
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
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.
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/14190
Tick volumes of a specified interval drawn as histogram of clusters.
Arrows TemplateAn indicator template that draws arrows on the chart.
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 TrailThe Expert Advisor trades based on the support/resistance levels set by the user, while trailing the Stop Loss order.