Aleksej Poljakov
Aleksej Poljakov
4.7 (8)
  • 정보
7+ 년도
경험
90
제품
5
데몬 버전
5
작업
0
거래 신호
0
구독자
Aleksej Poljakov 출시돈 제품

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 출시돈 제품

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 출시돈 제품

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 출시돈 제품

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 출시돈 제품

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 출시돈 제품

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 출시돈 제품

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

Aleksej Poljakov 출시돈 제품

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 출시돈 제품

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 출시돈 제품

이 표시기는 간단한 선형 평활화 프로세스를 구현합니다. 지수 평활화의 단점 중 하나는 신호의 급격한 감쇠입니다. 이것은 가격대의 장기적인 추세를 완전히 추적하는 것을 불가능하게 만듭니다. 선형 평활화를 사용하면 신호 필터링을 보다 정확하고 미세하게 조정할 수 있습니다. 표시기는 매개변수를 선택하여 구성됩니다. LP - 이 매개변수를 사용하여 평활 기간을 선택할 수 있습니다. 값이 클수록 표시기는 더 장기적인 추세를 표시합니다. 유효한 값은 0 - 255입니다. SP -이 매개 변수는 표시기의 감도에 영향을 미칩니다. 이 매개 변수가 클수록 가격 시리즈의 마지막 값의 영향이 커집니다. 이 매개변수의 값이 0이면 표시기는 LP+1과 같은 기간으로 단순 이동 평균을 표시합니다. 유효한 값은 0 - 255입니다

Aleksej Poljakov 출시돈 제품

이 표시기는 간단한 선형 평활화 프로세스를 구현합니다. 지수 평활화의 단점 중 하나는 신호의 급격한 감쇠입니다. 이것은 가격대의 장기적인 추세를 완전히 추적하는 것을 불가능하게 만듭니다. 선형 평활화를 사용하면 신호 필터링을 보다 정확하고 미세하게 조정할 수 있습니다. 표시기는 매개변수를 선택하여 구성됩니다. LP - 이 매개변수를 사용하여 평활 기간을 선택할 수 있습니다. 값이 클수록 표시기는 더 장기적인 추세를 표시합니다. 유효한 값은 0 - 255입니다. SP -이 매개 변수는 표시기의 감도에 영향을 미칩니다. 이 매개 변수가 클수록 가격 시리즈의 마지막 값의 영향이 커집니다. 이 매개변수의 값이 0이면 표시기는 LP+1과 같은 기간으로 단순 이동 평균을 표시합니다. 유효한 값은 0 - 255입니다

Aleksej Poljakov 출시돈 제품

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 출시돈 제품

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 출시돈 제품

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 출시돈 제품

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 출시돈 제품

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 출시돈 제품

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 출시돈 제품

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 출시돈 제품

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 출시돈 제품
리뷰: 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