MQL4 Reference Predefined Variables Point

MQL4 Help as One File:

double Point

The current symbol point value in the quote currency.

Example:

  OrderSend(Symbol(),OP_BUY,Lots,Ask,3,0,NormalizeDouble(Ask+TakeProfit*Point,Digits));

See also

MarketInfo()