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
Good morning,
I would like to implement an EA that runs two EAs in one.
The first that send only virtual orders and deserves only to check that the equity curve is above or below its moving average.
The second identic to the virtual one that send real order to the broker and is active only when the equity curve calculated in the "first EA" is above its moving average.
I have no idea where begin because I'm almost a newbie and this is a rather complex topic.
I attach the code of the EA I have copied, modified and adapted from an old post.