MQL4 Reference 
 Math Functions 
  MathPow
MathPowThe function raises a base to a specified power. 
 Parameters base [in] Base. exponent [in] Exponent value. Return Value Value of base raised to the specified power. Note Instead of MathPow() you can use pow().  |