Page 3 of 3

Re: Cyclical Indicator

PostPosted: Tue Sep 17, 2013 9:29 pm
by mjf1288
It looks like there is some issue with calculating the last bar. The last bar always seems to be showing a bad value. Is there any way this could be fixed? Thanks

Re: Cyclical Indicator

PostPosted: Wed Sep 18, 2013 9:13 am
by transformer
can you create a simple strategy based on this indicator:

    buy level:0
    sell level:0

    buy: cyclical indicator cross over buy level
    sell cyclical indicaor cross under sell level

Re: Cyclical Indicator

PostPosted: Wed Sep 18, 2013 9:24 am
by Tigre3
mjf1288 wrote:It looks like there is some issue with calculating the last bar. The last bar always seems to be showing a bad value. Is there any way this could be fixed? Thanks


I use cyclical analysis too.. try to use a stochastic set:

Periods: 0,5 of cyclie
%K: 0,25 of cycle.
%D isn't necessary.

As you can see it has the same form (you can calculate the momentum too.. same results) but it also shows divergence.

Try it!

Re: Cyclical Indicator

PostPosted: Wed Sep 18, 2013 12:11 pm
by Apprentice
Your request is added to the development list.

Re: Cyclical Indicator

PostPosted: Wed Sep 18, 2013 3:31 pm
by mjf1288
transformer wrote:can you create a simple strategy based on this indicator:

    buy level:0
    sell level:0

    buy: cyclical indicator cross over buy level
    sell cyclical indicaor cross under sell level



I have proposed a strategy with cyclical and William Vix Fix. Been using it discretionary, but I need to automate it. Here is the request that I put in. viewtopic.php?f=27&t=59414

Re: Cyclical Indicator

PostPosted: Sun Oct 07, 2018 9:23 am
by Apprentice
The indicator was revised and updated.

Re: Cyclical Indicator

PostPosted: Wed Jan 16, 2019 9:25 pm
by Alexander.Gettinger
lucmat wrote:Hey Apprentice
May you translate this indicator in .lua Language?

Thanks in advance for your help!

Lucmat


Please try this indicator:
SMA_Centered_Oscillator.lua
(2.48 KiB) Downloaded 548 times