Aleksej Poljakov / Perfil
- Informações
7+ anos
experiência
|
90
produtos
|
6
versão demo
|
6
trabalhos
|
0
sinais
|
0
assinantes
|
Vejamos a natureza das mudanças de preço no mercado Forex, não prestando atenção às razões pelas quais essas mudanças ocorrem. Essa abordagem nos permitirá identificar os principais fatores que afetam o movimento dos preços. Por exemplo, vamos considerar os preços de abertura das barras no par de moedas EUR-USD e no período de tempo H1. Por esses preços, construímos o diagrama de Lameray (Figura 1). Neste diagrama, pode-se ver que o movimento dos preços ocorre basicamente de acordo com uma
Este script é projetado para que o trader possa determinar a duração média das transações comerciais, na qual a proporção de possíveis lucros e perdas será ótima. Primeiro, vamos examinar a abordagem geral para determinar a duração ótima das transações comerciais. Nós introduzimos as seguintes variáveis: R - o resultado da transação; T - o tempo durante o qual a transação foi aberta; W - o tempo entre o fechamento da transação anterior e a abertura da próxima. Cada comerciante
Este script é projetado para que o trader possa determinar a duração média das transações comerciais, na qual a proporção de possíveis lucros e perdas será ótima. Primeiro, vamos examinar a abordagem geral para determinar a duração ótima das transações comerciais. Nós introduzimos as seguintes variáveis: R - o resultado da transação; T - o tempo durante o qual a transação foi aberta; W - o tempo entre o fechamento da transação anterior e a abertura da próxima. Cada comerciante se esforça para
O script é baseado na simulação de transações comerciais usando um gerador de números aleatórios. Isso permite obter resultados completamente diferentes, mesmo com os mesmos parâmetros de entrada. Quando você executa o script, é aberta uma caixa de diálogo na qual você pode definir os valores desejados para variáveis externas. No bloco, TradingOptions define os parâmetros básicos necessários para simular a negociação. StartBalance - define o tamanho inicial da balança
O script é baseado na simulação de transações comerciais usando um gerador de números aleatórios. Isso permite obter resultados completamente diferentes, mesmo com os mesmos parâmetros de entrada. Quando você executa o script, é aberta uma caixa de diálogo na qual você pode definir os valores desejados para variáveis externas. No bloco, TradingOptions define os parâmetros básicos necessários para simular a negociação. StartBalance - define o tamanho inicial da balança comercial. NumberTrade -
Este indicador é uma combinação de dois filtros Lanczos modificados. O primeiro filtro serve para extrapolar o preço. Com base em valores anteriores, ele prevê um possível movimento de preços dentro da barra atual. Isto é, mostra qual seria o preço se as tendências passadas permanecessem inalteradas. O segundo filtro para suavizar e calcular a média de preços dentro da janela, determinado pelo nível do filtro. Graças à seleção de pesos, este filtro responde mais ativamente ao componente
Este indicador é uma combinação de dois filtros Lanczos modificados. O primeiro filtro serve para extrapolar o preço. Com base em valores anteriores, ele prevê um possível movimento de preços dentro da barra atual. Isto é, mostra qual seria o preço se as tendências passadas permanecessem inalteradas. O segundo filtro para suavizar e calcular a média de preços dentro da janela, determinado pelo nível do filtro. Graças à seleção de pesos, este filtro responde mais ativamente ao componente
Este indicador é um filtro híbrido sequencial baseado em uma combinação de propriedades médias e médias móveis. Usar a mediana permite filtrar outliers anormais e impulsos aleatórios nos valores da série de preços. Ao mesmo tempo, o filtro mediano não atua na tendência do movimento dos preços, deixando-o inalterado. Como o filtro mediano não é linear, a média usando uma média móvel simples é usada para suavizar seus valores. Essa abordagem nos permite identificar com mais precisão não apenas a
Este indicador é um filtro híbrido sequencial baseado em uma combinação de propriedades médias e médias móveis. Usar a mediana permite filtrar outliers anormais e impulsos aleatórios nos valores da série de preços. Ao mesmo tempo, o filtro mediano não atua na tendência do movimento dos preços, deixando-o inalterado. Como o filtro mediano não é linear, a média usando uma média móvel simples é usada para suavizar seus valores. Essa abordagem nos permite identificar com mais precisão não apenas a
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
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
Este indicador implementa um processo de suavização linear simples. Uma das desvantagens da suavização exponencial é o rápido decaimento do sinal. Isso torna impossível rastrear totalmente as tendências de longo prazo na faixa de preço. A suavização linear permite ajustar com mais precisão e precisão a filtragem de sinal. O indicador é configurado selecionando os parâmetros: LP - este parâmetro permite selecionar o período de suavização. Quanto maior o seu valor, mais tendências de longo prazo
Este indicador implementa um processo de suavização linear simples. Uma das desvantagens da suavização exponencial é o rápido decaimento do sinal. Isso torna impossível rastrear totalmente as tendências de longo prazo na faixa de preço. A suavização linear permite ajustar com mais precisão e precisão a filtragem de sinal. O indicador é configurado selecionando os parâmetros: LP - este parâmetro permite selecionar o período de suavização. Quanto maior o seu valor, mais tendências de longo prazo
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
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
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
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
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
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
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