In this article, I would like to share my experiments with neural networks. After reading a large amount of information available on MQL5, I came to the conclusion that the theory is sufficient. There are plenty of good articles, libraries and source codes. Unfortunately, all this data does not lead to a logical conclusion – a profitable trading system. Let's try to fix this. more...
Here is a new article from our series about learning how to design a trading system by the most popular technical indicators. In this article, we will learn how to create a trading system by the Force Index indicator. We will learn what is this indicator in detail by covering the following topics: Force Index definitionForce Index strategyForce Index strategy blueprintForce Index trading systemConclusion more...
We continue to study models and unsupervised learning algorithms. We have already considered data clustering algorithms. In this article, I will explore a solution of problems related to dimensionality reduction. Essentially, these are certain data compression algorithms that are widely used in practice. Let us study the implementation of one of these algorithms and see how it can be used in building our trading model. more... --------------------- Neural networks made easy ...
Since we started documenting this EA in this series from the very first article Developing a trading Expert Advisor from scratch, it has undergone various changes and improvements while maintaining the same on-chart order system model. It is very simple and functional. However, in many situations, it is not suitable for real trading. Of course, we could add some things to the original system so that we have some information about orders, both open and pending. But this would turn our code into ...
Here is a new article that completes our series about learning how to design a trading system by the most popular technical indicators because we will learn how to do that using a new technical indicator which is the Chaikin Oscillator. We will learn about this technical indicator in detail through the following topics: Chaikin Oscillator definitionChaikin Oscillator strategyChaikin Oscillator strategy blueprint ...