당사 팬 페이지에 가입하십시오
Indicator Tracer - MetaTrader 4용 지표
- 조회수:
- 34506
- 평가:
- 게시됨:
- 2014.07.11 12:37
- 업데이트됨:
- 2016.11.22 07:32
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Traces the output of indicators by buffer. Output can be changed on the chart by moving the VL left or right.
This can be useful when tracing the output of custom indicators, particularly of arrow indicators whose index empty value is not exactly known.
Usage
The indicator comes with two parameters. The first is the name of the indicator. The second is the number of buffers to trace. Make sure that the indicator being referenced is installed.
As shown in the figure below, ind_tracer is used on BB. The starting position of the vertical line is set to 1, which is the last formed bar. Moving the line left or right will cause the referenced bar to change, and hence, the output.
On the other hand, arrow indicators such as Fractals do not always fire a value. As shown below, the indicator sets the buffers to zero to hide them on the chart.
However, this is not always the case. Some indicators may use EMPTY_VALUE or any other index value as set by the SetIndexEmptyValue() function.
Limitations
- custom indicators only: for standard indicators, search for their counterparts in the codebase
- up to a maximum of one instance of ind_tracer on any given chart
- works only on default parameter values for any indicator
The indicator helps to find the correct trend before enter the market.
InfoboardTrading information with Fractal trend.
The indicator shows candle end time and current spread.
Time Filter LibraryThe function will filter the trade positon. If the current time in the time you set, the function will return true.