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
Views:
6160
Rating:
(17)
Published:
2018.11.20 12:52
Ehlers_CG.mq5 (7.53 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Ehler's Center of Gravity indicator is FIRfilter by John Ehlers applied to a price. It is the result of Ehlers' analysis of adaptive filters. "Gravity center" has zero lag that enables accurate detection of reversal points.

It has one configurable parameter:

  • Period - calculation period

Interpretation:

Intersection of the main and signal lines.

Crossing at overbought/oversold level.
Since the indicator has no fixed levels, search for the new overbought level is reduced to observing the previous peak: if the indicator has formed a new peak that is higher than the previous one, we can assume that the asset is overbought, and it is time to sell at the downward intersection of the indicator lines.
Search for the new oversold level is reduced to observing the previous bottom: if the indicator has formed a new bottom that is lower than the previous one, we can assume that the asset is oversold, and it is time to buy at the upward intersection of the indicator lines.

Divergences.

Along with a simple signal detection method (intersection of the main and signal lines), the indicator also works by divergence signals.

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

Elders_Safe_Zone Elders_Safe_Zone

Elder's Safe Zone indicator

Elders_Safe_Zone_Triple Elders_Safe_Zone_Triple

Elder's Safe Zone Triple indicator

Day_Of_Week_Lables Day_Of_Week_Lables

Day of week indicator

RSICloudBG RSICloudBG

RSICloud indicator with background filling for overbought/oversold areas, as well as for the channel between them