Calculating the Value of a Single Pip

 
Hello,

Is there a way within MQL4 to Calculate the Value of a Single Pip?
On a Normal Account for the Pair EURUSD 1 Pip = $10.00. We all know that.

What I am seeking is the Code/Way to Calculate it for whatever pair and Account Type I am using within the MQL4 Code.

So Does MQL4 have a built-in way to do this?
Or does anyone have any clever ways to do this?

Thanks for your Time
EK
 
look at MarketInfo and MODE_TICKVALUE
 
Thanks Tony!