Report the price of a horizontal line

 

Hi,

If I manually place a horizontal line on the chart,

how do I report the level where I placed the line to my EA ?

How do I even identify the line ?


Thanks.

 
double LinePrice=ObjectGetDouble(0,"linename",OBJPROP_PRICE);
Reason: