StockFetcher Forums · Filter Exchange · can someone help me with this filter tx<< >>Post Follow-up
steffi323
31 posts
msg #61960
Ignore steffi323
4/30/2008 9:25:58 AM

it worked before but not today
tx

/*when have scan up go to see results 3 mths ago and change
date offset 22
close above open will colorshade last 22 days
hiop =open to high of day*/


show stocks where market is OTCBB
volume > 950000
close < 0.15



Draw Fibonacci UP(65)
Draw Fibonacci DOWN(65)
draw EMA envelope(20,2.5)
draw t3(8,0.618)
draw linear regression channel(22,0.5,0)





draw adx(14) line at 20
draw cog(5,2) line at 0
draw obv(11) line at 0
draw ersi(15,7) line at 30
draw emv(14,9) line at 0
draw aroon up(25) line at 75


and set{rsi_10_line,rsi(10) - rsi(21)}
and set{rsi_5_line,rsi(5) - rsi(21)}
and set{rsi_2_line,rsi(2) - rsi(21)}
and draw rsi_10_line
and draw rsi_10_line line at 0
and draw rsi_5_line on plot rsi_10_line
and draw rsi_2_line on plot rsi_10_line

set{custom_indicator, close - close 5 days ago}
set{hi52ci, custom_indicator 52 week high}
set{lo52ci, custom_indicator 52 week low}

set{PARBuy, count(close crossed above Parabolic SAR, 1) }
set{DMIBuy, count( di(14) Difference above 0 , 1) }

set{PARSell, count(close crossed below Parabolic SAR,1) }
set{DMISell, count( di(14) Difference below 0, 1) }

set{PARSBuy, PARBuy * DMIBuy}
set{PARSSell, PARSell * DMISell}
set{PARSTrade, PARSBuy + PARSSell}

set{xRange, high - low}
set{AvgRng, cma(xRange,5) }
set{HiOp, high - open}
set{Long_Profit, HiOp/open }

set{B10A, count(Long_Profit > .10 , 100)}

set{A10A, count(Long_Profit > .10 , 1)}
set{chg, sum( A10A - A10A 1 day ago ,5)}

and add column B10A {GT10%}
and add column AvgRng

add column chg{(wk)}
add column chg 1 week ago{(-1wk)}
add column chg 2 weeks ago{(-2wk)}
add column chg 3 weeks ago{(-3wk)}
add column chg 4 weeks ago{(-4wk)}

set{diff1mo, high 1 month high - low 1 month low}
set{diff1yr, high 1 year high - low 1 year low}
set{HiOp, high - open}
set{OpLo, open - low }

draw custom_indicator line at custom_indicator 52 week low
draw custom_indicator line at custom_indicator 52 week high

and set{enterprice,low}
and add column enterprice{buy limit}
add column PARSBuy
add column PARSSell
add column diff1mo
add column diff1yr
and add column HiOp
and add column Trend

sort column 5 descending

chetron
2,817 posts
msg #61970
Ignore chetron
4/30/2008 11:55:31 AM


EXCESSIVE HIOP'S.....
ENJOY



Fetcher[

/*when have scan up go to see results 3 mths ago and change
date offset 22
close above open will colorshade last 22 days
hiop =open to high of day*/


show stocks where market is OTCBB
volume > 950000
close < 0.15



Draw Fibonacci UP(65)
Draw Fibonacci DOWN(65)
draw EMA envelope(20,2.5)
draw t3(8,0.618)
draw linear regression channel(22,0.5,0)





draw adx(14) line at 20
draw cog(5,2) line at 0
draw obv(11) line at 0
draw ersi(15,7) line at 30
draw emv(14,9) line at 0
draw aroon up(25) line at 75


and set{rsi_10_line,rsi(10) - rsi(21)}
and set{rsi_5_line,rsi(5) - rsi(21)}
and set{rsi_2_line,rsi(2) - rsi(21)}
and draw rsi_10_line
and draw rsi_10_line line at 0
and draw rsi_5_line on plot rsi_10_line
and draw rsi_2_line on plot rsi_10_line

set{custom_indicator, close - close 5 days ago}
set{hi52ci, custom_indicator 52 week high}
set{lo52ci, custom_indicator 52 week low}

set{PARBuy, count(close crossed above Parabolic SAR, 1) }
set{DMIBuy, count( di(14) Difference above 0 , 1) }

set{PARSell, count(close crossed below Parabolic SAR,1) }
set{DMISell, count( di(14) Difference below 0, 1) }

set{PARSBuy, PARBuy * DMIBuy}
set{PARSSell, PARSell * DMISell}
set{PARSTrade, PARSBuy + PARSSell}

set{xRange, high - low}
set{AvgRng, cma(xRange,5) }
set{HiOp, high - open}
set{Long_Profit, HiOp/open }

set{B10A, count(Long_Profit > .10 , 100)}

set{A10A, count(Long_Profit > .10 , 1)}
set{chg, sum( A10A - A10A 1 day ago ,5)}

and add column B10A {GT10%}
and add column AvgRng

add column chg{(wk)}
add column chg 1 week ago{(-1wk)}
add column chg 2 weeks ago{(-2wk)}
add column chg 3 weeks ago{(-3wk)}
add column chg 4 weeks ago{(-4wk)}

set{diff1mo, high 1 month high - low 1 month low}
set{diff1yr, high 1 year high - low 1 year low}
set{OpLo, open - low }

draw custom_indicator line at custom_indicator 52 week low
draw custom_indicator line at custom_indicator 52 week high

and set{enterprice,low}
and add column enterprice{buy limit}
add column PARSBuy
add column PARSSell
add column diff1mo
add column diff1yr
and add column HiOp
and add column Trend

sort column 5 descending

]



steffi323
31 posts
msg #61976
Ignore steffi323
4/30/2008 12:57:06 PM

tx chetron greatly appreciated

steffi323
31 posts
msg #61981
Ignore steffi323
4/30/2008 3:22:18 PM

can someone tell me why the rsi doesn't show up on my chart nor the custom indicators???
tx

StockFetcher Forums · Filter Exchange · can someone help me with this filter tx<< >>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.