id digits object

id digits object
Download ALL MT5 indicators (5742)
YouTube Video Thumbnail



Similar MetaTrader Tools

id digits object

Info

The id digits object is a Indicator for MetaTrader 5 that clicking on any graphical object makes this indicator display these kinds of information in the experts tab of the terminal:name and type of the clicked object; date and values of its anchor points; the number of decimal places (the number of digits in the fractional part) in these anchor point values. it works with graphical objects in the main window and its subwindows.

Usage

This tool is typically used for enhancing chart analysis and decision making.

Platform

This Indicator works exclusively on MetaTrader 5 (both build 600+ and newer versions).

Setup

Place the downloaded file in MQL5/Indicators folder via File ? Open Data Folder in MetaTrader 5.


How to Install and Use id digits object

1. Installation: Place your file in the MQL/Indicators folder via "Open Data Folder" and restart your terminal.

2. Loading: Find the indicator in the Navigator, drag it onto your chart, and configure the input parameters in the popup window.

3. Customization: Press Ctrl+I to open the indicator list, select your tool, and click "Properties" to change colors, levels, or visual styles.

4. Updating: Replace the old file in the Indicators folder with the new version and restart the platform to apply changes.

Frequently Asked Questions

Q: Why is my indicator not showing? A: Verify the file is in the MQL/Indicators folder, or try right-clicking the "Indicators" tree in the Navigator and clicking "Refresh."

Q: Do custom indicators slow down the platform? A: Too many complex indicators can impact performance; remove unused ones via the "Indicator List" (Ctrl+I).

Q: Can I use MT4 indicators on MT5? A: No, MQL4 and MQL5 are distinct languages; ensure the indicator is compiled specifically for your platform version.

What this tool does

clicking on any graphical object makes this indicator display these kinds of information in the experts tab of the terminal:name and type of the clicked object; date and values of its anchor points; the number of decimal places (the number of digits in the fractional part) in these anchor point values.

Typical Use Case

This Indicator excels in automated trading and technical analysis on MetaTrader 5.

Compatible Platform & Setup

This Indicator works on MetaTrader 5. Place the file in the MQL5/Indicators folder and restart the terminal.

Description & Settings

Related: objective ht f - another powerful indicator for MetaTrader 5 traders.


clicking on any graphical object makes this indicator display these kinds of information in the experts tab of the terminal:

Also recommended: hacking objects in an ex5 - similar indicator with strong performance on MetaTrader 5.


name and type of the clicked object;

date and values of its anchor points;

the number of decimal places (the number of digits in the fractional part) in these anchor point values.
it works with graphical objects in the main window and its subwindows.
it can help identify non-normalized anchor point values by displaying the number of decimal places in them. the function for calculation of decimal place number can be used separately for any other purpose in any other programs.
this indicator works with graphical objects listed below:
often indicators set in a chart's subwindows have values that differ from the chart's main window by the number of decimal places. this auxiliary program makes it possible to verify the decimal place number of values of the anchor points of the graphical objects (set in the subwindows of the indicators). regardless of the decimal place number set in the main window:
fig. 1. indicator's subwindow with two-digit values on a chart with five-digit quotes. the trend line in the
cci
subwindow with two-digit values
fig. 2. indicator subwindow with six-digit values on a chart with five-digit quotes. the trend line in
macd
subwindow with six-digit values
fig. 3. elliott motive wave anchor point values in a chart's main window.
seemingly strange differences can be encountered during the application of the
id_digits_objects
indicator. for example, in the
fig. 4
below a line with five digits is clearly visible on a five-digit quotes chart, the properties of this line also show five digits, but the indicator "boldly" displays eight:
fig. 4.
id_digits_object
has found a non-normalized value at a horizontal line
if this happens on a click on a programmatically set graphical object, then, if necessary, check the usage of the value normalizaton at the time the objects are set in the code of the program, which created the object. if the object was set on the chart manually, then, if necessary, its values can be edited manually in the following way:

in the "settings" tab of the properties dialog of such an object, click on its anchor point value (if it has several acnhor point values, it is sufficient to click on the top one, for instance);

close the properties dialog box of the object by pressing the "ok" button.
after that click on the object again to make sure the values are normalized with the help of
id_digits_object
. figures 5 and 6 demonstrate visual oreder of the described steps:
fig. 5. normalization of a manually set object via its properties dialog box
fig. 6. the same horizontal line, but with a normalized value
however, if necessary, to normalize the anchor point values of the manually set objects programmatic ways can be used. for example, there is a ready-made indicator for trend lines, horizontal lines and fibonacci levels: , which not only helps normalize graphical object values, but also round them up to the required decimal point if needed.

You may also like: chart objects copy paste - excellent alternative for indicator users on MetaTrader 5.

Source Code

/

.......

Leave your opinion, ask a question, share some knowledge

Limitations & Risk Warning

  • This tool is provided for educational and testing purposes only.
  • Past performance does not guarantee future results.
  • Trading involves substantial risk of loss. Use on a demo account first.
  • Results may vary depending on market conditions, broker, and settings.
  • We recommend thorough backtesting and forward testing before using with real funds.
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.