Job finished
Specification
I need an EA to be programmed in both MQL4 and JAVA according to the following specification:
Job Requirements
(A)
This is a very simply request for an automated trading robot. The idea is to trade with 2-3 lots. First is to set the trade with a limit or stop order to go long or short according to which way I want the trade to go when a certain price point is hit. When the price point is hit open the trade with all three having the same stop loss but with three different take profit levels. Once the first profit level is hit (T1) then move the stops of the remaining open positions to entry point plus spread. Once the second profit target is hit (T2) move the stop of the remaining open position to T1 however I would like the option to keep the stop of the last open position at break even if I wished. This is for MT4.
Any suggestions on improved strategy would be appreciated
I have a second requirement but I am not sure whether you would recommend doing this with the same EA or whether an additional one would be required.
Tell me what you think:
(B)
Step one:
Automatically Open three lots when a certain pre set price point is hit
(long or short)
Step two:
When First profit is hit then the stop loss of the remaining two lots gets moved to break even plus spread (different to before where it was entry point plus spread)
Step three:
When second profit is hit then the stop loss for the third lot becomes a trailing stop.
I would also like to choose to trade with 2 lots instead of 3. This means that once the first profit is hit the stop loss gets moved to either break even or entry point plus spread and then becomes a trailing stop at that point
I hope this is clear apologies if it is not but feel free to ask me any questions you like.