MQL4 Reference Predefined Variables 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()