Indicator that shows spread between two pairs.Where can I find it?

 
canados:
Does it exist?for metatrader4

This one shows the spread.

Files:
 
canados:
Does it exist?for metatrader4

two lines:

int spread = MarketInfo(Symbol(),MODE_SPREAD);

Comment("Spread: ", spread);

Reason: