StockFetcher Forums · Filter Exchange · rsi(3)<3 tweaked<< >>Post Follow-up
shelupinin
120 posts
msg #37809
Ignore shelupinin
9/4/2005 3:53:43 PM

Hi!
below is just another filter based on rsi(3)<3, it uses some ideas from one of TheRumpedOne's filters
Fetcher[rsi(3) is below 3
and cxm50 is below 0
and wrxwr is above 0
and e13xe26 is below -20
and price is above 1
and average volume(30) is above 50000


set{E1326b,days(ema(13) is above ema(26),100)}
set{E1326a,days(ema(13) is below ema(26),100)}
set{E13xE26, E1326a - E1326b}


set{E50b,days(close is above ma(50),100)}
set{E50a,days(close is below ma(50),100)}
set{CxM50, E50a - E50b}

set{WRb,days(Williams %R(10) is above Williams %R(10) 1 day ago,100)}
set{WRa,days(Williams %R(10) is below Williams %R(10) 1 day ago,100)}
set{WRxWR, WRa - WRb}

and add column E13xE26 {E13xE26}
add add column WRxWR
and add column CxM50
add add column rsi(2)
add add column weekly rsi(2)

and draw RSI(2)
and draw ema(5)
and draw Williams %R(10)
and draw Parabolic SAR
and draw +di(14)
and draw -di(14)
and draw adx(14)
and draw di(14) difference
]


shows more than 300% ROI
Alex


TheRumpledOne
6,407 posts
msg #37813
Ignore TheRumpledOne
9/4/2005 11:50:09 PM

Fetcher[
set{E1326b,days(ema(13) is above ema(26),100)}
set{E1326a,days(ema(13) is below ema(26),100)}
set{E13xE26, E1326a - E1326b}

set{E50b,days(close is above ma(50),100)}
set{E50a,days(close is below ma(50),100)}
set{CxM50, E50a - E50b}

set{WRb,days(Williams %R(10) is above Williams %R(10) 1 day ago,100)}
set{WRa,days(Williams %R(10) is below Williams %R(10) 1 day ago,100)}
set{WRxWR, WRa - WRb}

and add column E13xE26 {E13xE26}
add add column WRxWR
and add column CxM50
add add column rsi(2)
add add column weekly rsi(2)

and draw RSI(2)
and draw ema(5)
and draw Williams %R(10)
and draw Parabolic SAR
and draw +di(14)
and draw -di(14)
and draw adx(14)
and draw di(14) difference

rsi(3) is below 3
and cxm50 is below 0
and wrxwr is above 0
and e13xe26 is below -20
and price is above 1
and average volume(30) is above 50000

]



Nice work.

One thing though.... place your reference to set variable AFTER the set, NOT before.

MAY ALL YOUR FILLS BE COMPLETE.


TheRumpledOne
6,407 posts
msg #37821
Ignore TheRumpledOne
9/5/2005 11:30:58 AM

Fetcher[
/* SWING TRADE PERFORMANCE DASHBOARD (STPD) - last 5 days */

/* SWING TRADE PERFORMANCE DASHBOARD (STPD) - AS OF FRIDAY */

set{open4, open 4 days ago}
set{MAXPL5, high 5 day high - open4}
set{GROSSPL5, CLOSE - open4}
set{hodiv5, MAXPL5 / open4}
set{MAXPCT5, hodiv5 * 100}
SET{MAXDD5, LOW 5 DAY LOW - open4}
add column MAXPL5
add column MAXPCT5
ADD COLUMN MAXDD5
ADD COLUMN GROSSPL5


/* SWING TRADE PERFORMANCE DASHBOARD (STPD) - AS OF THURSDAY */


set{MAXPL4, high 4 day high 1 DAY AGO - open4}
set{GROSSPL4, CLOSE 1 DAY AGO - open4}
set{hodiv4, MAXPL4 / open4}
set{MAXPCT4, hodiv4 * 100}
SET{MAXDD4, LOW 4 DAY LOW 1 DAY AGO - open4 }
add column MAXPL4
add column MAXPCT4
ADD COLUMN MAXDD4
ADD COLUMN GROSSPL4



/* SWING TRADE PERFORMANCE DASHBOARD (STPD) - AS OF WEDNESDAY */


set{MAXPL3, high 3 day high 2 DAYS AGO - open4}
set{GROSSPL3, CLOSE 2 DAYS AGO - open4}
set{hodiv3, MAXPL3 / open4}
set{MAXPCT3, hodiv3 * 100}
SET{MAXDD3, LOW 3 DAY LOW 2 DAYS AGO - open4 }
add column MAXPL3
add column MAXPCT3
ADD COLUMN MAXDD3
ADD COLUMN GROSSPL3


/* SWING TRADE PERFORMANCE DASHBOARD (STPD) - AS OF TUESDAY */


set{MAXPL2, high 2 day high 3 DAYS AGO - open4}
set{GROSSPL2, CLOSE 3 DAYS AGO - open4}
set{hodiv2, MAXPL2 / open4}
set{MAXPCT2, hodiv2 * 100}
SET{MAXDD2, LOW 2 DAY LOW 3 DAYS AGO - open4 }
add column MAXPL2
add column MAXPCT2
ADD COLUMN MAXDD2
ADD COLUMN GROSSPL2

/* SWING TRADE PERFORMANCE DASHBOARD (STPD) - AS OF MONDAY */


set{MAXPL1, high 1 day high 4 DAYS AGO - open4}
set{GROSSPL1, CLOSE 4 DAYS AGO - open4}
set{hodiv1, MAXPL1 / open4}
set{MAXPCT1, hodiv1 * 100}
SET{MAXDD1, LOW 1 DAY LOW 4 DAYS AGO - open4 }
add column MAXPL1
add column MAXPCT1
ADD COLUMN MAXDD1
ADD COLUMN GROSSPL1

sort column 6 descending
/* end Backtest Display */

/* enter your filter below 5 days ago */

set{E1326b,days(ema(13) is above ema(26),100)}
set{E1326a,days(ema(13) is below ema(26),100)}
set{E13xE26, E1326a - E1326b}


set{E50b,days(close is above ma(50),100)}
set{E50a,days(close is below ma(50),100)}
set{CxM50, E50a - E50b}

set{WRb,days(Williams %R(10) is above Williams %R(10) 1 day ago,100)}
set{WRa,days(Williams %R(10) is below Williams %R(10) 1 day ago,100)}
set{WRxWR, WRa - WRb}

rsi(3) 5 days ago is below 3
and cxm50 5 days ago is below 0
and wrxwr 5 days ago is above 0
and e13xe26 5 days ago is below -20
and price 5 days ago is above 1
and average volume(30) 5 days ago is above 50000

]



I loaded your filter in my SWING TRADE PERFORMANCE DASHBOARD.

Looks like you have a profitable filter!

MAY ALL YOUR FILLS BE COMPLETE.


TheRumpledOne
6,407 posts
msg #37822
Ignore TheRumpledOne
9/5/2005 11:33:34 AM

The above filter may/may not work if you use Internet Explorer and click on the filter.

Seems to work fine with Mozilla.

HEY SF, any ideas?


TheRumpledOne
6,407 posts
msg #37823
Ignore TheRumpledOne
9/5/2005 11:35:29 AM

Make that works sometimes!!

SF, ever since you put in the MORE... there seems to have be problems with clicking on the filters.

Perhaps we can go back to the "old way"... PLEASE!


StockFetcher Forums · Filter Exchange · rsi(3)<3 tweaked<< >>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.