Entries with no category
Continuing with this series on the MQL5 wizard, we will delve into Kohonen-Maps for this one. more...
The idea behind the interface is to scroll the indicator period with the mouse wheel directly from the chart without going into the settings. We are going to use the button to activate the scrolling mode. more...
In this series of articles, we have already made a substantial progress in studying various neural network algorithms. But all previously considered algorithms were based on supervised model learning principles. It means that we input some historical data into the model and optimized weights so that the model returned values very close to reference results. There is another approach to Artificial Intelligence learning methods — unsupervised learning. This method enables model training only ...
In the previous article "Times & Trade (I)" we discussed an alternative chart organization system, which is a prerequisite for creating an indicator enabling the quickest possible interpretation of deals executed in the market. But we have not completed this system: it still lacks the ability to show how you can access certain information, and such access would help to better understand what is happening. Such information cannot be presented directly on the chart. Actually, such presentation ...
In this new article from our series about how to design a trading system based on the most popular technical indicators, we will learn how to design different simple trading systems based on a new technical indicator which is the Williams Percent Range (WRP). more...