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
Views:
6440
Rating:
(10)
Published:
2018.06.16 10:06
CC.mq5 (7.78 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

John Ehlers Cyclic Component Oscillator.

It has two input parameters:

  • Period - calculation period;
  • Applied price - price used for calculations.

Calculations:

Cyclic Component [i] = (HP[i] + 2*HP[i-1] + 2*HP[i-2] + HP[i-3])/6, 

where:

HP[i] = (Price[i] - Price[i-1])*(1 + Alpha)/2 + 2*Alpha*HP[i-1],
Alpha = (1 - sin(2*Pi/Period))/cos(2*Pi/Period)

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

AwesomeMod AwesomeMod

Modified Awesome Oscillator.

Absorption Absorption

The EA trades with the Absorption pattern. Working with pending orders Buy Stop and Sell Stop.

IT IT

Instantaneous Trendline - John Ehlers "instantaneous" trendline.

Stochastic_Fast Stochastic_Fast

Fast Stochastic.