How to add in ea expert? MT4

 

How to add in ea expert?

  IN MT4

Files:
 
Cristiano Rodrigo Olegini: How to add in ea expert? IN MT4

With so little information, we have no idea what you want or what you are asking?

But it seems that the simplest answer is that what ever it is, you will have to learn to code in MQL or hire someone to do it for you.

 
Cristiano Rodrigo Olegini #: I want to add these boxes to the robot that the earnings of each trade.

This is the English forum, so please only write in English. If you prefer to communicate in your own language, then please use the Portuguese forum.

To add those boxes to your chart, you will have to use at least two graphic objects — one Rectangle object and one Text object.

On Metatrader 4, use: menu → Insert → Shapes → Rectangle and menu → Insert → Text

Fórum MQL5
Fórum MQL5
  • www.mql5.com
MQL5: Fórum sobre sistemas de negociação automatizados e testes de estratégia
 

Alternatively, although not visually the same, but functionally equivalent, you can also use a Price Label, either to the Left or to the Right.

On Metatrader 4, use: menu → Insert → Arrows → Left Price Label or menu → Insert → Arrows → Left Price Label

 
To add them in MQL4 code use the ObjectCreate() function with a object type of OBJ_RECTANGLE, OBJ_TEXT, OBJ_ARROW_LEFT_PRICE or OBJ_ARROW_RIGHT_PRICE.
Object Functions - MQL4 Reference
Object Functions - MQL4 Reference
  • docs.mql4.com
Object Functions - MQL4 Reference