Assista a como baixar robôs de negociação gratuitos
Encontre-nos em Telegram!
Participe de nossa página de fãs
Participe de nossa página de fãs
Script interessante?
Coloque um link para ele, e permita que outras pessoas também o avaliem
Coloque um link para ele, e permita que outras pessoas também o avaliem
Você gostou do script?
Avalie seu funcionamento no terminal MetaTrader 5
Avalie seu funcionamento no terminal MetaTrader 5
- Visualizações:
- 17966
- Avaliação:
- Publicado:
- 2016.05.16 09:43
-
Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para Freelance
Author: Emerald King, MTE&I
This is an advanced version of RSI. Laguerre converts the signals, so that low-frequency components lag much more that the high-frequency ones. In general, the last bar data has more weight than the previous data, just like the exponential moving average.
This is an advanced version of RSI. Laguerre converts the signals, so that low-frequency components lag much more that the high-frequency ones. In general, the last bar data has more weight than the previous data, just like the exponential moving average.

Traduzido do russo pela MetaQuotes Ltd.
Publicação original: https://www.mql5.com/ru/code/7477

Trend indicator with a multitude of settings. Displays the direction (red) and strength (blue) of the trend as a two-colored histogram. The main signals are the crossing of the zero line, reaching a new high/low, divergence.

Trend filter. In short, the RSIFilter fails on strong fluctuations, but handles the trend good enough, but if it get improved a bit, it could be able to give clear answers.

Modified LSMA_In_Color indicator. Added: usage of the applied price.

The result - receive not only the Murray levels on which the pivot points are based, but also their current statistical significance...