SL or TP
-
Hi everybody,
I'm a newcomer and EA builder is a very nice tool !
2 questions- how can I build in a sell or buy trade, a TP or a SL based on a condition between two operands, indicators or not
- why when I try to export my work in .ex4, sometimes it's worked and sometimes not
Thank you for answering
Denis
-
I don't fully understand the first question, but I can see your project, and there you use Formula blocks. On the left side you have pips value with option "this value, as is" which means that if you write 20, this means 20. On the left side you have Spread size (ask-bid) - which is the difference between ask and bid prices, let's say something like 0.0002.
Anyway, I don't think you have to use such a calculation at all, because SL and TP are calculated depending on the trade type. For Buy - Ask is used, for Sell - Bid is used.For the second question - the EA itself should work, but it depends what is inside... I can't tell exactly as I don't know what you have doing before. By the way check logs (Journal, Experts) to see if there are some error messages.
-
Dear,
Concerning my second question, I reinstalled the program and now everything is ok
For the first one, I wanted to put as stop loss in a sell trade, a fixed number (20 pips) + the spread, in a buy trade, 20 pips - the spread
This first question was this. If I want to put a take profit on my sell trade when candle closed crossing above the MME12
How can I do ?
For my other sell trade, I wanted to put a stop loss at the last lowest candle
How closes the trade if a candle closed crossing the BBand Stop ?Thanks
-
Again it is hard for me to understand the questions. I hope this helps: http://fxdreema.com/shared/tq6Oyezxc
To put SL at the last low... it should be above Ask price.