Page 1 of 3

Cyclical Indicator

PostPosted: Wed Mar 20, 2013 3:13 am
by Apprentice
Capture (1).PNG

cyclical indicator.lua
(6.33 KiB) Downloaded 1277 times

Smoothed CI.lua
(15.19 KiB) Downloaded 1120 times

Please Install CMA.bin for this one
viewtopic.php?f=17&t=24476

Re: Cyclical Indicator

PostPosted: Wed Mar 20, 2013 9:26 am
by mulligan
Great indicator. Is it possible to get the up and down color option added? Thanks, as always, for your work.

Re: Cyclical Indicator

PostPosted: Wed Mar 20, 2013 5:40 pm
by juju1024
Thank you for your great work ;)

Re: Cyclical Indicator

PostPosted: Thu Mar 21, 2013 5:22 am
by Apprentice
Style Options Added.

Re: Cyclical Indicator

PostPosted: Thu Mar 21, 2013 6:34 am
by lucmat
Hi all
I don't if it's only my problem, but this indicator draws a readable line only with "method 1";
with other method the output lines are too erratic.
I've tried with old and beta version of TS....
Could you give me some feedback?

Thanks

Lucmat

Re: Cyclical Indicator

PostPosted: Thu Mar 21, 2013 7:08 am
by Apprentice
This behavior is expected.

Re: Cyclical Indicator

PostPosted: Thu Mar 21, 2013 7:15 am
by lucmat
Dear Apprentice
do you think it's possible to smooth these erratic lines with centered moving average?
Thanks
Lucmat

Re: Cyclical Indicator

PostPosted: Sat Mar 23, 2013 5:22 am
by Apprentice
Smoothed version Added.
As for CMA.
In fact, the CMA will add even more noise.
You can test this by Adding this code at line 32
Code: Select all
indicator.parameters: addStringAlternative ("MAMethod", "CMA", "CMA", "CMA");

Re: Cyclical Indicator

PostPosted: Sun Mar 24, 2013 9:57 pm
by juju1024
hi,

Is it possible to get choice dynamic or static mode option added please ?

Cordialy

Re: Cyclical Indicator

PostPosted: Mon Mar 25, 2013 5:37 pm
by Apprentice
Your request has been added to the development list.