Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

PercentInfo - MetaTrader 5 Script | Forex Indicator Download - MT4/MT5 Resources

author blogger | 497 reads | 0 comments |

PercentInfo - indicator for MetaTrader 5

Arif Ndro Nugroho

PercentInfo provides information about price increases and decreases expressed as percentages and points obtained from the three largest time frames of currency charts. A simple and easy-to-use information assistant.

 //+------------------------------------------------------------------------+
//|Indicator input parameters|
//+------------------------------------------------------------------------+
Input color UpColor=cyan; //Color moving upward
Input color DnColor=magenta; //Color moving downwards
Input color Zr color = gray; //Color remains unchanged
Input integer font size = 11 ; //font size
Input type_font FontType=Font14; //Font type
Input ENUM_BASE_CORNER what corner = corner lower left corner ; // position corner
Input unit Y_= 20 ; //Vertical position
Input unit X_= 5 ; //Horizontal position 

PercentInfo - indicator for MetaTrader 5

Figure 1 PercentInfo indicator

This gets the font name. The mqh library should be located in the "terminal_directory\MQL5\Include" folder for the operation of indicators.


Attachment download

📎 getfontname.mqh (5.12 KB)

📎 percentinfo.mq5 (8.89 KB)

Source: MQL5 #1029

Refresh