Watch how to download trading robots for free
Find us on Facebook!
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

Kalman bands - indicator for MetaTrader 5

Published by:
Mladen Rakic
Views:
4137
Rating:
(15)
Published:
2018.02.20 11:56
Kalman bands.mq5 (10.81 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

This is a conversion of Kalman bands originally developed by Igor Durkin. Values are the same as MetaTrader 4 version except that we are using possibilities that MetaTrader 4 does not have to make the indicator easier to use.

The original was posted here : https://www.mql5.com/en/forum/175037/page46

DSL - TEMA MACD DSL - TEMA MACD

Variation of a long known and useful MACD indicator using TEMA (Triple Exponential Moving Average) instead of using EMA (Exponential Moving Average) for MACD calculation, and DSL (Discontinued Signal Lines) and instead of using one signal line uses two.

DSL - DEMA MACD DSL - DEMA MACD

Variation of a long known and useful MACD indicator using DEMA (Double Exponential Moving Average) instead of using EMA (Exponential Moving Average) for MACD calculation, and DSL (Discontinued Signal Lines) and instead of using one signal line uses two. That way it sort of introduces levels as well as signal lines and, judging from tests, it seems to be better in avoiding false signals and it can be used in (short term) reversals detection.

Nonlinear Kalman filter Nonlinear Kalman filter

One more from the creations of John Ehlers - nonlinear Kalman filter.

DSL - WPR DSL - WPR

The DSL version of Williams' Percent Range does not use fixed levels for oversold and overbought levels, but is having a sort of dynamic (discontinued signal lines) calculated to identify those levels. That makes it a bit more responsive to market changes and volatile markets.