StockFetcher Forums · Filter Exchange · RIGGS filter<< 1 2 3 >>Post Follow-up
Sqwii
160 posts
msg #68846
Ignore Sqwii
10/28/2008 6:43:39 AM

Is it possible to SORT after the stocks with HIGEST change in projection oscillator or williams%R ?

What is the code for sorting the highest change in 1 day ?

For example...

Fetcher[

RSI(2) is below 1
projection oscillator(14) is increasing last 1 day
sort projection oscillator(14) with highest change in 1 day ....


How is that possible.. please help I have been researching for many months now..

chetron
2,817 posts
msg #68847
Ignore chetron
modified
10/28/2008 6:51:44 AM

maybe....

anyone know why MMRK is giving bad data?
10/27/08
too early in the morning?

Fetcher[
/* tachikawa */
set{var1,projection oscillator(14) 1 day ago}
set{podiff,projection oscillator(14) - var1}
add column podiff

RSI(2) is below 1
projection oscillator(14) is increasing last 1 day
/* sort projection oscillator(14) with highest change in 1 day .... */
sort column 5 descending

]



chetron
2,817 posts
msg #68848
Ignore chetron
modified
10/28/2008 7:11:47 AM

should be kinda valid.....
as long as po(14) is increasing then you can't have negative diffs????????

Fetcher[


/* tachikawa */
set{var1,projection oscillator(14) 1 day ago}
set{podiff,projection oscillator(14) - var1}
add column abs(podiff)

RSI(2) is below 1
projection oscillator(14) is increasing last 1 day
/* sort projection oscillator(14) with highest change in 1 day .... */
sort column 5 descending

]





Fetcher[

/* WORK IN PROGRESS */
SET{VAR1,HIGH - OPEN}
SET{VAR2,VAR1 * 100}
SET{RFRFACTOR,VAR2 / OPEN}

SET{VAR3,COUNT(RFRFACTOR BELOW 2.0,100)}
SET{VAR4,COUNT(RFRFACTOR ABOVE 0.9,100)}

SET{VAR13,COUNT(RFRFACTOR BELOW 3.0,100)}
SET{VAR14,COUNT(RFRFACTOR ABOVE 1.9,100)}

ADD COLUMN RFRFACTOR
DRAW RFRFACTOR
ADD COLUMN VAR3
ADD COLUMN VAR4

DRAW VAR4 ON PLOT VAR3

ADD COLUMN VAR13
ADD COLUMN VAR14

DRAW VAR14 ON PLOT VAR13

CLOSE ABOVE .1
VOLUME ABOVE 10000000

SORT COLUMN 5 DESCENDING

]



StockFetcher Forums · Filter Exchange · RIGGS filter<< 1 2 3 >>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.