- Go to the CodeBase and look for an EA and amend it according to your ideas.
- Search for articles like: https://www.mql5.com/en/articles/100
- Here is the list of all function (for a keyword search with Ctrl+F) even iCustom that enables an EA to request the data of custom indicators.

Step-By-Step Guide to writing an Expert Advisor in MQL5 for Beginners
- www.mql5.com
The Expert Advisors programming in MQL5 is simple, and you can learn it easy. In this step by step guide, you will see the basic steps required in writing a simple Expert Advisor based on a developed trading strategy. The structure of an Expert Advisor, the use of built-in technical indicators and trading functions, the details of the Debug mode and use of the Strategy Tester are presented.

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
Hello everyone
please i am in need of serious help
I have been trying to build an EA with this custom indicator Supertrend oma histo that i downloaded free from the market.
I am still learning the MQL5 programming language, all i intend doing is getting the EA to pick signals with the custom indicator from the indicator window and users should be able to change the indicator inputs and modify them according their observations.
who has an idea on how to write the code to pick the parameters from the indicator inside the indicator window and pick trades as the values change?