당사 팬 페이지에 가입하십시오
- 조회수:
- 2306
- 평가:
- 게시됨:
- 2025.03.14 14:58
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
This indicator displays a subwindow with histogram of custom bars' durations in minutes. It's applicable for renko boxes, PnF, equivolume bars, and other custom charts, where bar durations are variable, as opposed to standard charts based on timeframes.
Please note that MT5 does not support charts with variable timeframes, so the custom representation, such as renko or equivolume, is emulated by standard charts anyway, and usually uses M1 timeframe, because it's the smallest available timeframe and it provides highest possible accuracy of bar alignment on time axis.
Using this indicator on a regular chart makes small sense, because it'll show vertical columns of the same height for all bars.
Inputs
- Directional - a boolean option to show signed or unsigned histogram; by default, it's false (unsigned) and all values are absolute; if direction is enabled (true) - the values are positive or negative depending from price change on corresponding bar;

The EA automatically trades based on trend and mean reversion signals with validated parameters.

Serialization and deserialization of the JSON format

A SuperTrend indicator that plots trend direction using ATR volatility to create dynamic support/resistance levels for MetaTrader 5.

A hybrid sorting algorithm that provide fast performance for sorting arrays of simple types, structures or object pointers.