Displaying MA details

 
Hi all,

I was sharing with my friend some charts that have different combinations of Moving averages, the little trouble i faced is i needed to state every time three pieces of information for every moving average; Type, Value, Price applied on.
e.g. Expo, 50, Low. Plus the color sometimes ! .

Can somebody send me a small code to display the MA details on left top, or at the last MA value. ?

thanks in advance
 
Maybe it's better to save your template and send it to your friend.
But if you insist you can add "Comment(var)" to the Moving Averages indicator (Moving Averages.mq4 on indicators folder).
 
Using comment e.g. Comment ( short_name, MA_Period, ") ", MA_Method) ; will only give me the details of one MA,
How to to display 3 MA details ?
 
Comment is capable of displaying far more than for which you give it credit.
 
Reason: