StockFetcher Forums · Filter Exchange · greatest chart pattern 1-2-3 signal<< 1 2 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #41867
Ignore TheRumpledOne
3/10/2006 12:00:52 AM

Haven't even started...


TheRumpledOne
6,407 posts
msg #41902
Ignore TheRumpledOne
modified
3/11/2006 9:33:23 AM

This one works:

Fetcher[
/* Simple RSI 1-2-3 BUY filter */

RSI(2) 2 days ago below RSI(2) 1 day ago

RSI(2) below RSI(2) 1 day ago

RSI(2) above RSI(2) 2 days ago

price above 1
and avgvol(30) above 500000
]




UNDER CONSTRUCTION:

Fetcher[
/* RSI 1-2-3 BUY filter */

set{Point1, days( rsi(2) 10 day low below rsi(2) 10 day low 1 day ago , 10 ) }
set{Point2, days( rsi(2) 10 day high above rsi(2) 10 day high 1 day ago , 10 ) }
set{Point3, days( rsi(2) 5 day low below rsi(2) 5 day low 1 day ago , 5 ) }

/* plots */

do not draw rsi(2) 10 day low
do not draw rsi(2) 10 day high
do not draw rsi(2) 5 day low
do not draw Point1
do not draw Point2
do not draw Point3

/* display columns */

add column rsi(2) 10 day low
add column rsi(2) 10 day high
add column rsi(2) 5 day low
add column Point1
add column Point2
add column Point3

/* selection criteria */

Point1 > Point2
Point2 > Point3

rsi(2) 5 day low above rsi(2) 10 day low
rsi(2) 5 day low below rsi(2) 10 day high
rsi(2) equal rsi(2) 5 day low

/* price volume selection criteria */

price above 1
and avgvol(30) above 500000

]







TheRumpledOne
6,407 posts
msg #41903
Ignore TheRumpledOne
3/11/2006 9:34:25 AM



Fetcher[
/* 1-2-3 BUY filter */


set{Point1, days( low 10 day low below low 10 day low 1 day ago , 10 ) }
set{Point2, days( high 10 day high above high 10 day high 1 day ago , 10 ) }
set{Point3, days( low 5 day low below low 5 day low 1 day ago , 5 ) }

/* plots */


do not draw Point1
do not draw Point2
do not draw Point3

/* display columns */

add column low 10 day low
add column high 10 day high
add column low 5 day low
add column Point1
add column Point2
add column Point3

/* selection criteria */

Point1 > Point2
Point2 > Point3

low equal low 5 day low

high below high 10 day high

/* price volume selection criteria */

price above 1
and avgvol(30) above 500000

]



MAY ALL YOUR FILLS BE COMPLETE





StockFetcher Forums · Filter Exchange · greatest chart pattern 1-2-3 signal<< 1 2 >>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.