print price on l;abel everytime an MA cross occurs.

 

I have an MA cross indicator with buffers to show MA crosses.

How can I print a label with the price it crossed at just above the crossing area?

Is it a case of adding a 3rd buffer?

The current buffers use symbols so I am not show how to add a label there.

 

IF you don't need too many labels you can use an Object, object type: OBJ_LABEL

https://docs.mql4.com/objects/ObjectCreate