Ntekzers Range Marker
- 指标
- Ntethelelo Alexcious Makhanya
- 版本: 1.0
-
Please share a comment or rate for improvement
-
Main Function:
- The start function is called on each new tick. It performs the main logic of the indicator:
- It initializes arrays to store daily high and low prices.
- It resizes and initializes these arrays based on the number of days specified by the DAYS input parameter.
- It copies the daily high and low prices into these arrays.
- It finds the highest high and the lowest low over the specified number of days.
- It displays these values as comments on the chart.
- It creates horizontal lines at the highest high and lowest low prices and sets their properties (color and style).
- The start function is called on each new tick. It performs the main logic of the indicator: