CycleBAR

 

Hi,

Guys do you have the original formula for this indicator?

Thanks alot

 

Maybe this is the right formula?

http://www.mathe2.uni-bayreuth.de/frib/html/book/hyl00_60.html

Thanks

 

what does it do?

 
kidhudi:
what does it do?

Hi,

The Cycle indicator shows the primary trend and the cycle within that trend...

But the CycleBar don't know how it's work but it paint the past

 

The cycle formula, but I need for the Cyclebar, c'mon guys help.

Thanks

Cycle Indicator

Period:= 10;

denom1:= If(HHV(H,Period)-LLV(L,Period)>0, HHV(H,Period)-LLV(L,Period), 1);

P1:= Mov(((C-LLV(L,Period))/ denom1)*100,3,E);

denom2 := If(HHV(P1,Period)-LLV(P1,Period)>0, HHV(P1,Period)-LLV(P1,Period), 1);

Mov(((P1-LLV(P1,Period))/denom2)*100,3,E)

 

I hope this will help, it repaint the past also.

Files:
cyclebar.mq4  8 kb
 
user4001:
I hope this will help, it repaint the past also.

I have this indicator, and it paint the past

 

so you want it to project itself into the future?

 

all sounds rather interesting

 
kidhudi:
so you want it to project itself into the future?

No, Just that the indicator works for the current bar.

 

CycleBar Refreshing??

I tried this cyclebar indicator on a short time frame. What I found is that it does not refresh itself. This morning I checked to see if it triggered, but did not. When I added another of the same indicator with the same settings to the graph, it triggered a sell line at a high point in the near past. Can you make this indicator refresh itself??

Dave

Reason: