仕事が完了した
指定
I would like an EA to manage my trades after I have executed a trade. I will explain in more detail.
After I am in a trade and it goes in my direction, I trail the trade. Eg if a trade has a stop loss of 35pips and the price is 0.9885 and I am short once the price gets to
0.9850 I move my stop to break even. Once the price gets to 0.9815 I will move my stop to 0.9850, when price gets to 0.9780 I move my stop to 0.9815 etc etc until
I am stopped out. In history testing, the maximum was about 15 progressive targets. So I would like the EA to be able to trail up to 20 progressive targets
- I want to be able to input each profit target and stop price myself.
- The EA will be turned on once I am already in a trade. I want to be able to input the price targets and stop price rather than the pips risk.
- If the risk is 35 pips I don't always use exactly 35pips therefore I would rather input price targets and stop prices.
- When I turn on the EA and I input the parameters there should be at least 40 text boxes where I can input the price targets and stop prices.
- Eg Entry 1 should have a text box for Stop Price and a text box for Target Price. When price hits the Target Price the stop should move to the Stop Price entered in Entry 1. Entry 2 should have a text box for Stop Price and Target Price. When price hits the Target Price the Stop price should now move to the Stop Price entered in Entry 2 etc etc upto at least 20 entries.
- The EA should be able to work whether I fill out all 40 (one for price target and one for stop price) text boxes or only a few. Obvioulsy I will not fill out all 40 at the beginning of a trade but only a few.
- If the trade continues to go in my direction I should be able to add further profit target prices and stop prices.
- Have a button to clear all text boxes of input
- I want the EA to work on all time frames and all pairs and obviously the EA is to become inactive once the stop is hit and the trade is closed.