Optional Indicator Smoothing |
Post Reply |
Author | |
michaelandnet
Newbie Joined: 20 Jun 2005 Location: Azerbaijan Posts: 8 |
Post Options
Quote Reply
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
|
|
Peter
BullCharts Staff Joined: 09 Sep 2004 Location: Australia Posts: 241 |
Post Options Quote Reply 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); |
|
maximo
BullCharts Guru Joined: 02 Sep 2006 Location: Australia Posts: 232 |
Post Options Quote Reply 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 |
|
Post Reply |
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |