Thread: MQL4 Learning
View Single Post
  #121 (permalink)  
Old 07-24-2007, 06:20 AM
MQL4 MQL4 is offline
Member
 
Join Date: Jul 2007
Posts: 41
MQL4 is on a distinguished road
MQL4 Learning

if(bid == MarketInfo(Symbol(),MODE_BID)+10)

It is intended that in a certain time the market recognized the price which is for example, x. And will sell 10 pips above this x. I tried this code, and it doesn't work.

I need the syntax code to sell 10 pips above the level on a certain time.

Help, codersguru, ryanklefas, shinigami, anybody?

Thanks.
Reply With Quote