Daily Change (Percentage indicator) for MT4


The Daily Change indicator shows you the % Daily Change of yesterday close with respect to actual price (Bid). It can calculate the percentage change between yesterday close price and the actual bid price. The indicator can be used on any timeframe.

 

External Modifications:

 

You can change the following settings:

Label_Color = DarkBlue - You can set the font color
Font_Size = 14 - You can set the font size

X_Position = 3 - You can set X position (distance) from corner
Y_Position = 3 - You can set Y position (distance) from corner
Corner_Position = 2 - You can change the corner position (0: Top Left / 1: Top Right / 2: Bottom Left / 3: Bottom Right)

 

LAST RELEASE: DailyChange_Rev1.mq4.

Modifications in the last release: Color changes automatically (positive or negative). An arrow will show you if the movement is up or down.

 

External Modifications in DailyChange_Rev1.mq4:

You can change the color and size:

Color: You can set the color for Up Movement, Down Movement and No Movement

Size: You can set the text font size and the arrow size

 

You can modify the position of text and arrow:

X_Position - You can set X position (distance) from corner

Y_Position - You can set Y position (distance) from corner

Corner_Position - You can change the corner position (0: Top Left / 1: Top Right / 2: Bottom Left / 3: Bottom Right)

You can download the indicator here: https://www.mql5.com/en/code/10165