StockFetcher Forums · General Discussion · custom standard deviation<< >>Post Follow-up
four
5,087 posts
msg #94337
Ignore four
modified
6/26/2010 8:36:23 PM

I just stumbled upon this...

custom standard deviation

Fetcher[

show stocks where cstddev(high,20) reached a new 6 month high
set{body, abs(close - open)}
set{body_dev,cstddev(body,15)}
show stocks where body_dev is above 2.0

]



--- --- ---

Standard Deviation is located here...

standard deviation

Kevin_in_GA
4,599 posts
msg #94338
Ignore Kevin_in_GA
6/26/2010 9:32:46 PM

This is a great feature - I first learned of it from analyzing Chetron's filters, and find this indispensible for some of what I do.

Example - putting Bollinger-like bands around ratios of stocks, around indices like the ^VIX, etc.


reels
29 posts
msg #94352
Ignore reels
6/27/2010 12:19:19 PM

Nice Four.... how do You find these command or upgrades ? it don't come from UserGuide nor 'Indicators and Measures'

or... http://yepher.com/stockfetcher/command.html

Reel

four
5,087 posts
msg #94354
Ignore four
modified
6/27/2010 12:40:03 PM

Fetcher[

/* WSG */
Set{MA100,CMA(rsi(14),100)}
set{SD,cstddev(rsi(14),100)}
set{SD100,2 * SD}
set{BOLU,MA100 + SD100}
set{BOLD,MA100 - SD100}

draw BOLU on plot rsi(14)
draw BOLD on plot rsi(14)


rsi(14) < BOLD
rsi(14) > rsi(14) 1 day ago .

]



http://forums.stockfetcher.com/sfforums/?q=view&tid=38427&start=10

--------

I type in the search box (top-right corner of the page) and see what returns.

- or - Use Google.com to search and include stockfetcher (ie, standard deviation stockfetcher)

HTH

reels
29 posts
msg #94356
Ignore reels
6/27/2010 1:15:07 PM

tanks,
..one has to immagine... hope one day SF will have a New guide!

StockFetcher Forums · General Discussion · custom standard deviation<< >>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.