The indicator calculates the angle of inclination between the nearest highs, lows and closes (by high/low/close of neighboring bars). The angle measurement is possible in degrees or radians. A line graph or histogram is drawn in the subwindow. You can specify the scale for the calculation — floating or fixed.
For use in Expert Advisors or other indicators, you must specify a fixed scale.
- Angular measure-measure the angle in degrees or radians.
- Scale mode for calculation — scale mode for calculation. Free scale — free transformation, the indicator will recalculate the data every time you change the scale of the chart. Fixed 1:1 — fixed scale (the data will not change when the graph scale changes) the calculation is done on a one-to-one scale of the graph. Fixed 1:10 — fixed scale of 1:10, the scale unit on the Y-axis increases tenfold. The following scales change accordingly.
- Show comment-display the current data in the comment.
- Indicator Level 1 — the value 1 for the indicator level.
- Indicator Level 2 — the value 2 for the indicator level.
- Indicator Level 3 — the value 3 for the indicator level.
- Build angles of Closes-allow building angles by Closures.
- Style-The Line or Histogram plotting style for closures.
- Color — the color of the line for closures.
- Line width — the thickness of the line for closures.
- Build angles of Highs-allow building angles by Maxima.
- Style-The Line or Histogram plotting style for the highs.
- Color — the color of the line for the maxima.
- Line width — the thickness of the line for the maxima.
- Build angles of Lows-allow building angles by Minima.
- Style-The Line or Histogram plotting style for the lows.
- Color — the color of the line for the minima.
- Line width — the thickness of the line for the minima.
[spoiler title=”Read More…”]
The fixed scale in the MT5 terminal is 10 times different from the same scale in MT4.
To use it in Expert Advisors, you must specify a fixed scale.
The fixed scale in the MT5 terminal is 10 times different from the same scale in MT4.
To use it in Expert Advisors, you must specify a fixed scale.
[/spoiler]