Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Traditional Itrend - indicator for MetaTrader 4

Views:
24790
Rating:
(11)
Published:
2016.05.16 09:42
Itrend_Old.mq4 (5.42 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Author: Andrew & Conversion: Dr. Gaines

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.

If the red graph is greater than zero and grows - go bullish (if at the same time the blue graph is less than zero and falls - the uptrend is getting stronger)

If the red graph is less than zero and falls - go bearish (if at the same time the blue graph is greater than zero and grows - the downtrend is getting stronger)






Common parameters - parameters that affect both lines:

  • "Apply to". The basis for the indicator calculation. In this case it is the price - Close, Open etc.
  • Parameters of the trend direction line (red line). The trend direction in the iTrend is calculated based on the Bollinger Bands technical indicator, and therefore the iTrend trend direction has the same settings as Bollinger Bands:
  • "Mode". Specifies the Bollinger Bands line to use in the calculation of the iTrend: Main, Top or Bottom.
  • "Period". The period of the iTrend indicator
  • "Deviation". The deviation of the iTrend indicator
  • Parameters of the trend strength line (blue line). The line of the trend strength in the iTrend is calculated based on the technical indicators by Alexander Elder - Bears Power and Bull Power
  • "Period". The of the iTrend trend line.

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/7471

RSIFilter_v1 RSIFilter_v1

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.

EVWMA EVWMA

Elastic Volume Weighted Moving Average (EVWMA), a natural replacement for the standard moving average.

Laguerre_ROC Laguerre_ROC

This is an advanced version of RSI. Laguerre converts the signals, so that low-frequency components lag much more that the high-frequency ones.

MA_In_Color_wAppliedPrice MA_In_Color_wAppliedPrice

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