Thread: MQL4 Learning
View Single Post
  #125 (permalink)  
Old 07-24-2007, 04:21 PM
MQL4 MQL4 is offline
Member
 
Join Date: Jul 2007
Posts: 41
MQL4 is on a distinguished road
Quote:
Originally Posted by jlpi View Post
MQL4,

it is incorrect to write MarketInfo(Symbol(),MODE_BID)+10 or Bid+10,
you should write MarketInfo(Symbol(),MODE_BID)+10*Point or Bid+10*Point to take into account the value of the pip
Thank You JLPI, and everyone else!!!
Reply With Quote