Entries with no category
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...
Contents Setting a task1. Commission. Swap. Profit2. Calculating equity and balance on history 2.1. "Open positions" list2.2. Floating profit equation2.3. Avoiding issues: Are all symbols available?2.4. Considering opened and closed positions on history2.5. How to count the floating profit (Equity)3. Integrating the EA to the dialog box (panel) 3.1. General view of the dialog box3.2. Interacting with the box ...
MT4: MT5: Table of Contents IntroductionObjectivesTrade SignalsSignal TypesComparison with CExpertSignalPhasesOnInit and OnDeinitOnTick Implementation CSignal ClassCSignals ClassIndicator InstancesLimitationsExamplesExample #1: Order Manager SampleExample #2: MA Expert AdvisorExample #3: HA Expert AdvisorExample ...
The current article continues the series describing indicators and setups that generate trading signals. This time, we will have a look at the pivots — reversal levels (points). We will apply the Standard Library again. First, we will consider the reversal level indicator, develop a basic strategy based on it and finally search for the means to improve it. more...
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 ...