|
if(bid == MarketInfo(Symbol(),MODE_BID)+10)
Thank You guys, it works! May I ask You another?
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.
Question#2
If within certain seconds the trade is not activated, what is the code syntax for disabling the trade?
Please help!!!
Thank You.
Last edited by MQL4; 07-24-2007 at 12:51 AM.
|