1 Attachment(s)
Ready-made Expert Advisors from the MQL5 Wizard work in MetaTrader 4
Attachment 27120
Quote:
The MetaTrader 4 and MetaTrader 5 client terminals allow users to create prototypes of MQL programs using the built-in MQL Wizard. The Wizards of the two terminal versions are similar, but still have one important difference. The MetaTrader 5 Wizard can generate ready-to-use Expert Advisor, while this option is not available in the MetaTrader 4 Wizard. The reason for that is that such ready-to-use Expert Advisors are based on the Standard MQL Library classes, i.e. a set of header files available in the terminal. MetaTrader 4 also has a standard library, which however does not include no trade classes from MQL5. In particular, there are no classes for preparing and sending trading orders, calculating signals based on indicator values or price action, using trailing stop, and applying money management. All these functions constitute a necessary basis for building automatically generated Expert Advisors.
more...
Cross-Platform Expert Advisor: Order Manager
Table of Contents
more...
2 Attachment(s)
Cross-Platform Expert Advisor: Signals
1 Attachment(s)
Thomas DeMark's Sequential (TD SEQUENTIAL) using artificial intelligence
Attachment 27370
In this article, I will tell you how to successfully trade by merging a very well-known strategy and a neural network. It will be about the Thomas DeMark's Sequential strategy with the use of an artificial intelligence system. Sequential is well described by DeMark in the book "The New Science of Technical Analysis", which will be useful for reading to any trader. You can find more details on the book here.
more...
Graphical Interfaces X: Text selection in the Multiline Text box (build 13)
Table of Contents
more...
1 Attachment(s)
An example of an indicator drawing Support and Resistance lines
Attachment 27603
Quote:
With this article, the most ancient price level forecasting method of technical analysis will become available to all who want to use it. In addition to having a ready-to-use indicator that draws trend lines (support and resistance lines), you will see how simple the indicator creation process is. You will learn how to formulate conditions for drawing any desired line by changing the indicator code.
more...