Yury Kirillov
Yury Kirillov
  • Information
10+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Internet money miner
Yury Kirillov
Yury Kirillov
10. ПРИБЛИЖЕННОЕ СВЕДЕНИЕ НЕМАРКОВСКИХ ПРОЦЕССОВ К МАРКОВСКИМ. МЕТОД «ПСЕВДОСОСТОЯНИЙ»
https://www.mql5.com/ru/forum/221552/page264#comment_6886667
shared author's Dmitrii Troshin article
Money Management by Vince. Implementation as a module for MQL5 Wizard
Money Management by Vince. Implementation as a module for MQL5 Wizard

The article is based on 'The Mathematics of Money Management' by Ralph Vince. It provides the description of empirical and parametric methods used for finding the optimal size of a trading lot. Also the article features implementation of trading modules for the MQL5 Wizard based on these methods.

Yury Kirillov
Yury Kirillov
Attention! Free VPS!
Register by reference https://my.govpsfx.com/registration.php?ib=3821
And place up five of your advisers!

Внимание! Бесплатный VPS!
Зарегистрируйтесь по ссылке https://my.govpsfx.com/registration.php?ib=3821
И разместите пять своих советников!
Yury Kirillov
Yury Kirillov
Продам подключение к 30-40 ядрам для тестирования советников. Обращаться kirillovyv@gmail.com или в чат MQL.
shared author's Vasiliy Sokolov article
Custom Strategy Tester based on fast mathematical calculations
Custom Strategy Tester based on fast mathematical calculations

The article describes the way to create a custom strategy tester and a custom analyzer of the optimization passes. After reading it, you will understand how the math calculations mode and the mechanism of so-called frames work, how to prepare and load custom data for calculations and use effective algorithms for their compression. This article will also be interesting to those interested in ways of storing custom information within an expert.

shared author's Haruna Nakamura code
 Statistical Functions
Set of statistical functions which allows you to calculate some values describing timeseries.
Yury Kirillov
Yury Kirillov
Comment to topic Что определяет Ваш выбор таймфрейма (ТФ) для торговли? И далее разговор о математическом обосновании выбора таймфрейма.
Анализатор спектра для экспериментов. Расчетная и индикативная части - не мои, переписан только основной модуль для анализа приращений и возможности использования примитивного калибратора. Строки
Yury Kirillov
Yury Kirillov
Листая старые журналы...
hrenfx
http://tradetrade.ru/profile/hrenfx/created/topics/
shared author's Dmitriy Zabudskiy article
Trading DiNapoli levels
Trading DiNapoli levels

The article considers one of the variants for Expert Advisor practical realization to trade DiNapoli levels using MQL5 standard tools. Its performance is tested and conclusions are made.

shared author's Victor article
Introduction to the Empirical Mode Decomposition Method
Introduction to the Empirical Mode Decomposition Method

This article serves to familiarize the reader with the empirical mode decomposition (EMD) method. It is the fundamental part of the Hilbert–Huang transform and is intended for analyzing data from nonstationary and nonlinear processes. This article also features a possible software implementation of this method along with a brief consideration of its peculiarities and gives some simple examples of its use.

shared author's Victor article
Kernel Density Estimation of the Unknown Probability Density Function
Kernel Density Estimation of the Unknown Probability Density Function

The article deals with the creation of a program allowing to estimate the kernel density of the unknown probability density function. Kernel Density Estimation method has been chosen for executing the task. The article contains source codes of the method software implementation, examples of its use and illustrations.

shared author's Victor article
The Box-Cox Transformation
The Box-Cox Transformation

The article is intended to get its readers acquainted with the Box-Cox transformation. The issues concerning its usage are addressed and some examples are given allowing to evaluate the transformation efficiency with random sequences and real quotes.

shared author's Victor article
Time Series Forecasting Using Exponential Smoothing (continued)
Time Series Forecasting Using Exponential Smoothing (continued)

This article seeks to upgrade the indicator created earlier on and briefly deals with a method for estimating forecast confidence intervals using bootstrapping and quantiles. As a result, we will get the forecast indicator and scripts to be used for estimation of the forecast accuracy.

shared author's Victor article
Time Series Forecasting Using Exponential Smoothing
Time Series Forecasting Using Exponential Smoothing

The article familiarizes the reader with exponential smoothing models used for short-term forecasting of time series. In addition, it touches upon the issues related to optimization and estimation of the forecast results and provides a few examples of scripts and indicators. This article will be useful as a first acquaintance with principles of forecasting on the basis of exponential smoothing models.

shared author's Victor article
Analysis of the Main Characteristics of Time Series
Analysis of the Main Characteristics of Time Series

This article introduces a class designed to give a quick preliminary estimate of characteristics of various time series. As this takes place, statistical parameters and autocorrelation function are estimated, a spectral estimation of time series is carried out and a histogram is built.

shared author's Victor article
Statistical Estimations
Statistical Estimations

Estimation of statistical parameters of a sequence is very important, since most of mathematical models and methods are based on different assumptions. For example, normality of distribution law or dispersion value, or other parameters. Thus, when analyzing and forecasting of time series we need a simple and convenient tool that allows quickly and clearly estimating the main statistical parameters. The article shortly describes the simplest statistical parameters of a random sequence and several methods of its visual analysis. It offers the implementation of these methods in MQL5 and the methods of visualization of the result of calculations using the Gnuplot application.

shared author's Victor article
Charts and diagrams in HTML
Charts and diagrams in HTML

Today it is difficult to find a computer that does not have an installed web-browser. For a long time browsers have been evolving and improving. This article discusses the simple and safe way to create of charts and diagrams, based on the the information, obtained from MetaTrader 5 client terminal for displaying them in the browser.

shared author's Victor article
Building a Spectrum Analyzer
Building a Spectrum Analyzer

This article is intended to get its readers acquainted with a possible variant of using graphical objects of the MQL5 language. It analyses an indicator, which implements a panel of managing a simple spectrum analyzer using the graphical objects. The article is meant for readers acquianted with basics of MQL5.

shared author's Victor article
Technical Analysis: How Do We Analyze?
Technical Analysis: How Do We Analyze?

This article briefly describes the author's opinion on redrawing indicators, multi-timeframe indicators and displaying of quotes with Japanese candlesticks. The article contain no programming specifics and is of a general character.

shared author's Victor article
Technical Analysis: What Do We Analyze?
Technical Analysis: What Do We Analyze?

This article tries to analyze several peculiarities of representation of quotes available in the MetaTrader client terminal. The article is general, it doesn't concern programming.