All Comment add on the chart ?
-
how to add all comments on the chart in MQL4
like this
-
@ItzShahzad-X look at your Objects list in MT4 - you will see that technically its just a bunch of label objects with a background rectangle label.
You could do the same with fxdreema block draw text by x and y coordinates, but it takes a lot of time. Faster method is building the graphical panel using custom mql4 code in Metaeditor, and then copy-paste that code into fxdreema custom code block.

-
@roar brother inside objects
like
account balance : 500 USD
account equity : 498 USDProfit today : 50 USD
Profit yesterday : 143 USDLike This
-
@ItzShahzad-X You need variables to get that info and then use the 'comment' block to make them visible or as roar suggested.
-
@l-andorrà please explain in project please make EA for MT4 please
-
@ItzShahzad-X Well, if you create a first version I will be glad to help instead of building it from scratch.

-
@l-andorrà In this project I have added simple comments. I have to add the comments above as I have posted, For examples Today's Profit, Yesterday Profit, All time Profit ETC,
I have added all the variables
https://fxdreema.com/shared/psPWq7v4 -
Your current configuration is correct. If you need more info to be displayed, you just need to connect a second, third or more 'comment block' below the current one and adjust the positions on chart accordingly.
-
@l-andorrà Sir I understand your point but I don't know the exact variable usage and which variable usage is used in which place. so explain me inside this robot
-
-
@ItzShahzad-X Then what you need is using variables first before visualizing them in the comment block. I see no variables are created for that project. Are you familiar with them?
-
@l-andorrà No Sir, I am not familiar with them. Please can you make them within this project
-
 -
@VHV-Profit-Masters This was done by mistake
