Expert Advisors for MetaTrader4
Expert Advisors for MetaTrader4 are all unique and different in the rules they follow to enter and exit the market. MQL 4 is a new built-in language for programming trading strategies. This language allows the creation of your own Expert Advisors that render the trade process management automatic and are perfectly suitable for implementing your own trade strategies. You can create your own Custom Indicators, Scripts and Libraries of functions with the help of MQL 4, as well.
All of the technical indicators that are available in the MT4 platform can be brought to bear in the logic used by an Expert Advisor in almost any way that one can think of thanks to the MQL 4 programming language. All types of moving averages (simple, exponential, etc.), RSI, CCI, etc. You can also create your own custom indicator and call upon it from an Expert Advisor.
Custom Indicators is an analogue of a technical indicator. In other words, Custom Indicators allow creating technical indicators in addition to those already integrated into MetaTrader4 terminal. Like built-in indicators, they cannot make deals automatically and are aimed only for implementing analytical functions.
Scripts are programs destined for single execution of some actions. Unlike Expert Advisors, Scripts aren’t run tick wise and have no access to indicator functions. Libraries are user functions libraries where frequently used blocks of user programs are stored.
Expert Advisors make use of technical indicators in order to assess market conditions and make trading decisions. In order for the Expert Advisor to work, it must be attached to an individual chart on the MetaTrader4 Forex trading platform. An MT4 Expert Advisor can take into consideration dozens of different factors in an instant in order to decide what to do next. This ability to consider such a broad range of price influencing factors coupled with the discipline of a mechanical trading system devoid of emotion leads to a very successful trading combination.
How to Install, Load & Run Expert Advisors & Indicators in MetaTrader4