|
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.
|