TradingView
LazyBear
19 maj 2015 18:21

Ehlers Cyber Cycle Indicator [LazyBear] 

Euro Fx/U.S. DollarFXCM

Opis

The Cyber Cycle Indicator, developed by John Ehlers, is used for isolating the cycle component of the market from its trend counterpart. Unlike other oscillators like RSI, Cyber Cycle Indicator's wave has a variable amplitude.

Use the osc/signal crossover for entry/exit points. You can enable highlighting the crossovers by using region fills (via options page). I have also added an option to color the bars based on this.

Actually I have lot of Ehlers indicators in my to-publish backlog, will try to prioritize them over the others in the pipeline. Lets have an Ehlers week for indicators :)

More info:
Cybernetic Analysis for Stocks and Futures [Ehlers, 2004]

List of my public indicators: bit.ly/1LQaPK8
List of my app-store indicators: blog.tradingview.com/?p=970


Komentarze
nomena
LB, I enjoy your prolific coding efforts. I'm not a coding guy, but I also wondered about the final term in the CCI calculation. See 12/10/20 post. Instead of (1-alpha)*( 1-alpha)*nz(cycle_1), should the final term be (1-alpha)*( 1-alpha)*nz(cycle_2)? Reference J. Ehlers' Cybernetic Analysis for Stocks and Futures, 2004, pg 38, Figure 4.6.
RICHINVESTOR
Very impressive library of codes 👏
I'm studying how I can use them.
TotallyTilt
New to all this and using your indicators. Just wanted to give you a big thanks for doing this and sharing. I really appreciate it as I'm sure a lot of others do to.
RickChan
Just came across this indicator and did some further reading about the mechanics. In your code Line 11:
cycle_=(1-.5*alpha)*(1-.5*alpha)*(smooth-2*smooth+smooth)+2*(1-alpha)*nz(cycle_(1))-(1-alpha)*(1-alpha)*nz(cycle_(1))

Should the index be nz(cycle_(2) for the last nz(cycle_(1) in the end of the line?

From page 34 of Cybernetic Analysis for Stocks and Futures, the formula seemed using index (2) . This indicator is totally new to me so I might be wrong in terms of what I read giving limited information so far. Much appreciated for any insight you might have.
A-shot
How do you get the bars to be colored? I just have the indicator added
LazyBear
Open the Options dialog (click on "Format" icon next to the indicator name.), select "Color bars?".
Pansyfaust
Dude, I think most of my Favourites librbary contains your indicators XD.

Thank you as always.
LazyBear
YW :)
Więcej