MQL4 - automated forex trading   /  

Documentation

MQL4 Reference  Predefined variables  Point

 
Use the opportunities of
MQL5 in MetaTrader 5
Study the new MQL5 language
Study the new MQL5 language.
Reference is already available
double Point
The current symbol point value in the quote currency.
See also MarketInfo().
Sample:
OrderSend(Symbol(),OP_BUY,Lots,Ask,3,0,Ask+TakeProfit*Point);
 Open Time