MQL4 - automated forex trading   /  

Documentation

MQL4 Reference  Conversion functions  StrToDouble

 
Use the opportunities of
MQL5 in MetaTrader 5
Study the new MQL5 language
Study the new MQL5 language.
Reference is already available
double StrToDouble( string value)
Converts string representation of number to double type (double-precision format with floating point).
Parameters:
value   -   String containing the number character representation format.
Sample:
  double var=StrToDouble("103.2812");