
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I would like to create a simple EA that does the following (unfortunately having no programming experience):
- inserts 2 limit orders with SL & TP @ a specific time of the day, taking as the price for the 2 limit orders, the opening price of the candle @ the specified time plus a certain amount of pips (for the short order) and the opening price of the same candle @ the specified time minus a certain amount of pips (for the long order);
- it should let you specify the validity of the 2 orders (for example 14:00 EST);
- if none is executed by that time, both should be cancelled;
- If 1 out of 2 is executed within the time specified, the second should be automatically and immediately cancelled;
If there is anyone willing to help me, I would be really thankful.
thank you in advance for your help