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 ...
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
Contents Introduction1. Theoretical aspects of the pattern formation2. Pattern trading strategy 2.1. Case 12.2. Case 22.3. Case 33. Creating the EA 3.1. Searching for extremums3.2. Pattern search3.3. Developing the EA4. Testing the strategyConclusion The analysis conducted in the article "How long is the trend?", shows that the price remains in trend for 60% of the time. This ...
Introduction Which market to choose?Working with a group of symbolsCollecting dataApplying CGraphicSelecting files using the "Select txt file" system dialogStatistics on other securitiesConclusion Here we will deal with checking D1 gaps on stock markets. How often does the market continue to move in the direction of a gap? Does the market reverse after a gap? I will try to answer these questions in the article, while ...