ID Lite Info MA - MetaTrader 4 Script | Forex Indicator Download - MT4/MT5 Resources



By default, the indicator displays nine values of the current time frame of two different moving averages (МА), the difference between previous consecutive МА values and the difference between MAs in points. You can set the data display to be positively or negatively offset and/or rounded to the desired number of decimal places. Displaying the value of the zero (current) bar is not supported.
It can be used to simply display open and/or high , and/or low , and/or turn off bar markers and the increments between them (e.g. include markers to show candlestick/bar dimensions from high to low).
There are indicators in the same MetaTrader 5 code base.
The color in the indicator table changes automatically for the value of the МА mark (or bar) and for the delta between subsequent adjacent values. Different colors apply to larger, smaller, and/or equal value changes. Color changes for delta values between two moving averages (bars or offsets) themselves are not provided. Values are calculated and modified when a new bar/bars arrive, when the indicator parameters change, when the time frame or the sign of the chart attached to the indicator changes.
If the X-axis nine values in each table row are too many or too low, then to change the number of cells and the amount of data calculated and displayed, you need to change the positive number 9 >= 2 in this line of code:
#define ARRAY_SIZE_X 9
Additional Information:



Version 1.81 on August 5, 2015:
Adjustments to the code, there is no functionality to increase or decrease indicators. This was done to increase the similarity of the code with the same indicator for MetaTrader 5 (also to increase the correctness of the code and simplicity of its operation).
Version 1.86 on September 25, 2015:
Attachment download
📎 id_lite_info_ma.mq4 (74.64 KB)
Source: MQL5 #13266
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •