Entries with no category
Correlation is a statistical relationship between two or more random variables (or quantities which can be considered random with some acceptable degree of accuracy). Changes in one ore more variables lead to systematic changes of other related variables. The mathematical measure of the correlation of two random variables is the correlation coefficient. If a change in one random variable does not lead to a regular change in the other random variable but leads to a change in another statistical characteristic ...
The power of ZigZag (part I). Developing the base class of the indicator Contents IntroductionExtended ZigZag indicator versionClass for clarifying ZigZag indicator dataVisualizing the obtained data setEA for testing the obtained resultsResuming the development of the CZigZagModule classConclusion Many researchers simply skip or do not pay enough attention to determining the price behavior. At the same ...
Line_Profit - indicator for MetaTrader 4 Indicator of the visual profit line in the deposit currency. It works only when there are open positions in the market for the symbol on which the indicator is installed. The line can be moved with the mouse.
Multi-currency night scalper - Night Scalper Multi - expert for MetaTrader 5 Settings: Code: input string Symbol1 = "USDCAD"; // Symbol1 Name input int StopLoss1 = 370; // StopLoss1 input int TakeProfit1 = 20; // TakeProfit1 input int BBPeriod1 = 40; // Bands Period1 input double BBDev1 = 1; // Bands Deviation1 input double ...
input string Symbol1 = "USDCAD"; // Symbol1 Name input int StopLoss1 = 370; // StopLoss1 input int TakeProfit1 = 20; // TakeProfit1 input int BBPeriod1 = 40; // Bands Period1 input double BBDev1 = 1; // Bands Deviation1 input double
The subject of Kohonen neural networks was approached to in some articles on the mql5.com website, such as Using Self-Organizing Feature Maps (Kohonen Maps) in MetaTrader 5 and Self-Organizing Feature Maps (Kohonen Maps) - Revisiting the Subject. They introduced readers to the general principles of building neural networks of this type and visually analyzing the economic numbers of markets using such maps. However, in practical terms, using Kohonen networks just for algorithmic trading ...