Can I use the second Y axis?

 

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?

Files:
Untitled.png  143 kb
 
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
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...