Aleksej Poljakov
Aleksej Poljakov
4.7 (8)
  • Information
7+ years
experience
90
products
5
demo versions
5
jobs
0
signals
0
subscribers
Aleksej Poljakov Published product

This script is designed so that the trader can determine the average duration of trade transactions, at which the ratio of possible profits and losses will be optimal. First, let's look at the general approach to determining the optimal duration of trade transactions. We introduce the following variables: R   - the result of the transaction; T   - the time during which the transaction was open; W - the time between the closing of the previous transaction and the opening of the next

Aleksej Poljakov Published product

The script is based on the simulation of trade transactions using a random number generator. This allows you to get completely different results, even with the same input parameters. When you run the script, a dialog box opens in which you can set the desired values ​​for external variables. In the  Trading options  block, the basic parameters that are necessary for trading modeling are defined. Start Balance  - sets the initial size of the trade balance. Number Trade  -

Aleksej Poljakov Published product

The script is based on the simulation of trade transactions using a random number generator. This allows you to get completely different results, even with the same input parameters. When you run the script, a dialog box opens in which you can set the desired values ​​for external variables. In the Trading options block, the basic parameters that are necessary for trading modeling are defined. Start Balance - sets the initial size of the trade balance. Number Trade - sets the number of trade

Aleksej Poljakov Published product

This indicator is a combination of two modified Lanczos filters. The first filter serves to extrapolate the price. Based on past values, he predicts a possible price movement within the current bar. That is, it shows what the price would be if the past trends remained unchanged. The second filter for smoothing and averaging prices within the window, determined by the level of the filter. Thanks to the selection of weights, this filter is most actively responding to the periodic component that is

Aleksej Poljakov Published product

This indicator is a combination of two modified Lanczos filters. The first filter serves to extrapolate the price. Based on past values, he predicts a possible price movement within the current bar. That is, it shows what the price would be if the past trends remained unchanged. The second filter for smoothing and averaging prices within the window, determined by the level of the filter. Thanks to the selection of weights, this filter is most actively responding to the periodic component that is

Aleksej Poljakov Published product

This indicator is a sequential hybrid filter based on a combination of median and moving average properties. Using the median allows filtering out abnormal outliers and random impulses in the values ​​of the price series. At the same time, the median filter does not act on the trend in price movement, leaving it unchanged. Since the median filter is non-linear, averaging using a simple moving average is used to smooth its values. This approach allows us to more accurately identify not only the

Aleksej Poljakov Published product

Этот индикатор представляет гибридный фильтр основанный на совместном использовании медианы и скользящей средней. Использование медианы позволяет отфильтровывать аномальные выбросы и случайные импульсы в значениях ценового ряда. При этом на трендовую составляющую медианный фильтр не действует, оставляя ее без изменений. Так как медианный фильтр является нелинейным, то для сглаживания его значений используется скользящая средняя. Такой подход позволяет более точно выделять не только тренд, но и

Aleksej Poljakov Published product

This script allows selecting the TakeProfit and StopLoss levels. It analyzes the history data, and then calculates the probability of reaching a given price level. How the script works Suppose you have a trading strategy and you want to select the TakeProfit and StopLoss levels. Run the script and set the parameter: Number of Bars - the average position holding time in bars. Once the script operation is complete, the AIS-PPL.csv file will be created in the Files folder in the terminal data

Aleksej Poljakov Published product

This script allows selecting the TakeProfit and StopLoss levels. It analyzes the history data, and then calculates the probability of reaching a given price level. How the script works Suppose you have a trading strategy and you want to select the TakeProfit and StopLoss levels. Run the script and set the parameter: Number of Bars - the average position holding time in bars. Once the script operation is complete, the AIS-PPL.csv file will be created in the Files folder in the terminal data

Aleksej Poljakov Published product

This indicator implements the process of simple linear smoothing. One of the disadvantages of exponential smoothing is the rapid attenuation of the signal. This does not allow for a full-fledged monitoring of long-term tendency of a price series. Linear smoothing allows fine-tuning the signal filtering. The indicator is configured by selecting the parameters: LP - period of smoothing. The higher the value, the more long-term tendencies are displayed by the indicator. Valid values are from 0 to

Aleksej Poljakov Published product

This indicator implements the process of simple linear smoothing. One of the disadvantages of exponential smoothing is the rapid attenuation of the signal. This does not allow for a full-fledged monitoring of long-term tendency of a price series. Linear smoothing allows fine-tuning the signal filtering. The indicator is configured by selecting the parameters: LP - period of smoothing. The higher the value, the more long-term tendencies are displayed by the indicator. Valid values are from 0 to

Aleksej Poljakov Published product

The script allows selecting the required 'Filter level' value of the AIS-MTF MT5 indicator. Run the script on the required chart and selected timeframe. Once its operation is complete, the HPS.csv file will be created in the Files folder. Open the file. You will see three columns. The 'Filter lvl' column represents the value of the 'Filter level' for the AIS-MTF indicator. Am. dev. - degree and direction of the indicator's deviation from the price level (sorted in ascending order). Negative

Aleksej Poljakov Published product

This indicator studies the price action as a combination of micro-trends. All micro-trends are analyzed and averaged. Price movement is filtered based on this averaging. IP_High and IP_Low (blue and red dashed lines) show the instantaneous price movement. They display the forecast only for the current price values, taking into account only the number of bars defined by the 'Filter level' parameter. SP_High and SP_Low (blue and red solid lines) smooth the price movements with respect to history

Aleksej Poljakov Published product

The script allows selecting the required 'Filter level' value of the AIS-MTF indicator. Run the script on the required chart and selected timeframe. Once its operation is complete, the HPS.csv file will be created in the Files folder. Open the file. You will see three columns. The 'Filter lvl' column represents the value of the 'Filter level' for the AIS-MTF indicator. Am. dev. - degree and direction of the indicator's deviation from the price level (sorted in ascending order). Negative values

Aleksej Poljakov Published product

This indicator studies the price action as a combination of micro-trends. All micro-trends are analyzed and averaged. Price movement is filtered based on this averaging. IP_High and IP_Low (blue and red dashed lines) show the instantaneous price movement. They display the forecast only for the current price values, taking into account only the number of bars defined by the 'Filter level' parameter. SP_High and SP_Low (blue and red solid lines) smooth the price movements with respect to history

Aleksej Poljakov Published product

The indicator is based on the analysis of interaction of two filters. The first filter is the popular Moving Average. It helps to identify linear price movements and to smooth minor price fluctuations. The second filter is the Sliding Median. It is a non-linear filter. It allows to filter out noise and single spikes in the price movement. A predictive filter implemented in this indicator is based on the difference between these filters. The indicator is trained during operation and is therefore

Aleksej Poljakov Published product

The indicator is based on the analysis of interaction of two filters. The first filter is the popular Moving Average. It helps to identify linear price movements and to smooth minor price fluctuations. The second filter is the Sliding Median. It is a non-linear filter. It allows to filter out noise and single spikes in the price movement. A predictive filter implemented in this indicator is based on the difference between these filters. The indicator is trained during operation and is therefore

Aleksej Poljakov Published product

This indicator uses the Fibonacci p-numbers to smooth a price series. This allows combining the advantages of the simple and exponential moving averages. The smoothing coefficients depend on the level of the p-number, which is set in the indicator parameters. The higher the level, the greater the influence of the simple moving average and the less significant the exponential moving average. Parameters Fibonacci Numbers Order - order of the Fibonacci p-number, specified by trader. Valid values

Aleksej Poljakov Published product

This indicator uses the Fibonacci p-numbers to smooth a price series. This allows combining the advantages of the simple and exponential moving averages. The smoothing coefficients depend on the level of the p-number, which is set in the indicator parameters. The higher the level, the greater the influence of the simple moving average and the less significant the exponential moving average. Parameters Fibonacci Numbers Order - order of the Fibonacci p-number, specified by trader. Valid values

Aleksej Poljakov Published product
Reviews: 1
FREE

The script analyzes the history of quotes and gives recommendations on the minimum deposit. The calculations take into account the variability of prices and the standard deviation. Margin requirements for the instrument are also taken into account. The result of the script is the minimum recommended deposit for trading the given currency pair