BullCharts Forum Homepage
Forum Home Forum Home > BullCharts > BullCharts discussion
  New Posts New Posts RSS Feed: Optional Indicator Smoothing
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Optional Indicator Smoothing

 Post Reply Post Reply
Author
Message / View First Unread Post
michaelandnet View Drop Down
Newbie
Newbie


Joined: 20 Jun 2005
Location: Azerbaijan
Posts: 8
Post Options Post Options   Quote michaelandnet Quote  Post ReplyReply Direct Link To This Post Topic: Optional Indicator Smoothing
    Posted: 23 Jun 2005 at 10:23pm

With the indicators on the charts is it possible to also have an optional indicator smoothing.

For Example : If you are using CCI with the parameter 14, you get alot of ups and downs. However is it possible to smooth this out.

Do I need to write a new formula for this or can someone suggest any ideas.

Regards

Annette

 

 

Back to Top
Peter View Drop Down
BullCharts Staff
BullCharts Staff
Avatar

Joined: 09 Sep 2004
Location: Australia
Posts: 241
Post Options Post Options   Quote Peter Quote  Post ReplyReply Direct Link To This Post Posted: 24 Jun 2005 at 4:10pm
Sorry, this isn't possible at the moment. But you can make a new indicator that does this with the following script:

[target=Default]
[horzline=0]
n := input("Time periods",14,1);
n2 := input("Smoothing",14,1);
method := inputma("Method",E);
ma(cci(n),n2,method);

Back to Top
maximo View Drop Down
BullCharts Guru
BullCharts Guru
Avatar

Joined: 02 Sep 2006
Location: Australia
Posts: 232
Post Options Post Options   Quote maximo Quote  Post ReplyReply Direct Link To This Post Posted: 17 Oct 2006 at 11:22pm

Using wilders on my dip indicator works okay too.

{before}

(Open/hist(Open,3))*100

{after}

wilders((Open/hist(Open,3)),3)*100

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Bulletin Board Software by Web Wiz Forums® version 9.69
Copyright ©2001-2010 Web Wiz