There is no second Y axis. Use a separate window.
You could create text there and essentially build your own second y-axis, if that's what you mean
it would be OBJ_LABEL which will statically stay in the same place
https://www.mql5.com/en/docs/constants/objectconstants/enum_object/obj_label

Documentation on MQL5: Constants, Enumerations and Structures / Objects Constants / Object Types / OBJ_LABEL
- www.mql5.com
Label object. Note Anchor point position relative to the label can be selected from ENUM_ANCHOR_POINT enumeration. Anchor point coordinates are set...

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
If I have data that ins't compare with price, ticks count for example. Can I draw my indicator on the common chart but with the second Y axis?
How to releace it with another methods if second axis isn't possible?