StockFetcher Forums · General Discussion · Why is there no smoothing function available?<< >>Post Follow-up
Kevin_in_GA
4,599 posts
msg #86842
Ignore Kevin_in_GA
1/22/2010 6:27:39 PM

I would love to have this capability - not to have to use a MA, which introduces lag into the result, but rather a simple smooting between points using a simple command (like smoothing(variable,degree) or something).

chetron
2,817 posts
msg #86857
Ignore chetron
1/22/2010 10:04:00 PM

isn't that called "weighted"???????

Kevin_in_GA
4,599 posts
msg #86873
Ignore Kevin_in_GA
1/23/2010 10:18:10 AM

Not really what I am looking for - instead I would rather see a function that maybe interpolates a smooth line between three or more points, moving forward and simply adjusting the points up or down a bit to smooth out the indicator line.

chetron
2,817 posts
msg #86880
Ignore chetron
modified
1/23/2010 1:59:44 PM

THOUGH NOT EASY, BUT ISN'T IT LIKE THE TRIPLE ROC......



Fetcher[



SET{VAR1,UPPER BOLLINGER BAND(5) + UPPER BOLLINGER BAND(10)}
SET{VAR2,VAR1 + UPPER BOLLINGER BAND(20)}
SET{UBB3X,VAR2 / 3}

SET{VAR11,LOWER BOLLINGER BAND(5) + LOWER BOLLINGER BAND(10)}
SET{VAR12,VAR11 + LOWER BOLLINGER BAND(20)}
SET{LBB3X,VAR12 / 3}

SET{VAR21,MA(5) + MA(10)}
SET{VAR22,VAR21 + MA(20)}
SET{MBB3X,VAR22 / 3}

DRAW UBB3X ON PLOT PRICE
DRAW LBB3X ON PLOT PRICE
DRAW MBB3X ON PLOT PRICE

CLOSE ABOVE .1
VOLUME ABOVE 1000000





]




WHERE YOU COULD....


Fetcher[




SET{VAR1,UPPER BOLLINGER BAND(5) + UPPER BOLLINGER BAND(10)}
SET{VAR2,VAR1 + UPPER BOLLINGER BAND(20)}
SET{UBB3X,VAR2 / 3}

SET{VAR11,LOWER BOLLINGER BAND(5) + LOWER BOLLINGER BAND(10)}
SET{VAR12,VAR11 + LOWER BOLLINGER BAND(20)}
SET{LBB3X,VAR12 / 3}

SET{VAR21,MA(5) + MA(10)}
SET{VAR22,VAR21 + MA(20)}
SET{MBB3X,VAR22 / 3}

SET{VAR31,COUNT(UPPER BOLLINGER BAND(11) BELOW UBB3X,1)}
SET{VAR32,COUNT(LOWER BOLLINGER BAND(11) ABOVE LBB3X,1)}
SET{VAR33,VAR31 * VAR32}

SET{VAR34,COUNT(MA(11) BELOW MBB3X,1)}
SET{VAR35,COUNT(MA(11) ABOVE MBB3X,1)}

SET{VBUY,VAR33 * VAR34}
SET{VSHORT,VAR33 * VAR35}
SET{VPLAYS,VBUY + VSHORT}

DRAW UBB3X ON PLOT PRICE
DRAW LBB3X ON PLOT PRICE
DRAW MBB3X ON PLOT PRICE

DRAW VSHORT ON PLOT VBUY

VPLAYS ABOVE .5
DO NOT DRAW VPLAYS
CLOSE ABOVE .1
VOLUME ABOVE 100000





]



four
5,087 posts
msg #86892
Ignore four
1/23/2010 10:35:16 PM

http://forums.stockfetcher.com/sfforums/?q=view&fid=1004&tid=40&qrid=&isiframe=

Kevin_in_GA
4,599 posts
msg #86895
Ignore Kevin_in_GA
1/24/2010 7:54:05 AM

That only works on price ROC. What I would like is to be able to smooth data from the LRI or a MACD or other indicator. There is a smoothed RSI, so why not a general smoothing function?

chetron
2,817 posts
msg #86896
Ignore chetron
1/24/2010 8:37:21 AM

that would be a nice addition to the stockfetcher code.

StockFetcher Forums · General Discussion · Why is there no smoothing function available?<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.