StockFetcher Forums · Filter Exchange · log log RSI(2) < .8<< >>Post Follow-up
four
5,087 posts
msg #91091
Ignore four
modified
4/12/2010 2:49:55 PM

Fetcher[
draw log(log(rsi(2))) < .8
draw log(log(rsi(3))) < .8
rsi(2) > rsi(2) 1 day ago
close > .5
volume > 100000
chart-length is 4 months
]


/* version 2 better? */

****version 2****

Fetcher[
set{divx, rsi(2) + rsi(3)}
set{divy, divx / 10}
add column divy
add column rsi(2)
add column rsi(3)

draw log(log(divy))) < .8
draw log(log(rsi(3))) < .8
divy > divy 1 day ago
close > .5
volume > 100000
chart-length is 4 months
]



mystiq
650 posts
msg #91116
Ignore mystiq
modified
4/13/2010 12:51:44 AM

interesting filter...what does "log" mean? and what is the advantage to using it?

four
5,087 posts
msg #91117
Ignore four
modified
4/13/2010 1:04:14 AM

Logarithm = log



stockfetcher 12/23/2004 1:00:38 PM

Logarithm (log)
Parameters Indicator
Usage log(indicator)
Description This indicator takes the natural log of the input measure.
Fetcher[log(RSI(14)) reached a new 6 week high]




--------------------- Try This ---------------

Fetcher[
rsi(3) < 10 1 day ago
rsi(2) > rsi(3) 1 day ago

close > .50
volume > 100000

chart-length is 4 months
offset 2/12/10
]



mystiq
650 posts
msg #91118
Ignore mystiq
4/13/2010 1:14:55 AM

ok thx

StockFetcher Forums · Filter Exchange · log log RSI(2) < .8<< >>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.