Thread: MQL4 Learning
View Single Post
  #124 (permalink)  
Old 07-24-2007, 06:34 AM
jlpi's Avatar
jlpi jlpi is offline
Senior Member
 
Join Date: Oct 2006
Posts: 293
jlpi is an unknown quantity at this point
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
Reply With Quote