Print Page | Close Window

Optional Indicator Smoothing

Printed From: BullCharts Forum
Category: BullCharts
Forum Name: BullCharts discussion
Forum Discription: General discussion about getting started with BullCharts and exploring its features.
URL: http://www.bullcharts.com.au/forum/forum_posts.asp?TID=247
Printed Date: 19 Apr 2025 at 5:14am
Software Version: Web Wiz Forums 9.69 - http://www.webwizforums.com


Topic: Optional Indicator Smoothing
Posted By: michaelandnet
Subject: Optional Indicator Smoothing
Date 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

 

 




Replies:
Posted By: Peter
Date 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);



Posted By: maximo
Date 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




Print Page | Close Window

Bulletin Board Software by Web Wiz Forums® version 9.69 - http://www.webwizforums.com
Copyright ©2001-2010 Web Wiz - http://www.webwiz.co.uk