Skip to content

Point

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()

Last updated on