Custom limit orders

 

Hy,

I would like to set custom limit orders based on 1 minute candles. I would like to set a buy limit order 10 pips over the high with a profit take at 15 pips, and the same on the short side. My question is could this be programmed in a way that I have to click only once? As you might guessed I am a complete newbie, so if you answer please be thorough. Thank You!

 
Answer to your question: Yes, but you'll have to doubleclick =)
 
if you're thinking of a button you click to place this order, this can't be done in mql4 but is possible in mql5. you can program an EA to open such orders but there is no way to manually control when they are placed unless you get very creative.
 
just write a script and use it when you need.