https://www.mql5.com/en/docs/constants/objectconstants/enum_object/obj_text
I would start with the example code given there and play with it until it makes sense.

Documentation on MQL5: Constants, Enumerations and Structures / Objects Constants / Object Types / OBJ_TEXT
- www.mql5.com
//| Creating Text object | chart_ID=0, sub_window=0, time=0, price=0, font_size=10, angle=0.0, ...
ASDDA:
https://www.mql5.com/en/docs/constants/objectconstants/enum_object/obj_text
I would start with the example code given there and play with it until it makes sense.
I did like you said but I could not have any ideas to write. That's why I posted a help!
Thank you for helping me, ASDDA!

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi Experts,
I have traded for 4 years, but I'm still a novice at programming. I started learning how to write code a couple of days ago so that I can create my indicator for trading purposes. You can see the indicator (look at the image) which I am trying to create. Utilities of the indicator:
I know I have to ObjectCreate(...), OBJ_TEXT but the time and price... I don't know how to write that...
Thank you so much for helping me!