StockFetcher Forums · Filter Exchange ·  6 Period 22 period Momentum Filter<< >>Post Follow-up
DMOBRIEN
363 posts
msg #90481
Ignore DMOBRIEN
3/27/2010 11:24:02 PM

Momentum filter using a shortened approximation of ma(50) and ma(200) with 5% or greater day range ...

Fetcher[show stocks where the average day range(100) is greater than 5%
set{MOAVG, cma(momentum(6),22)}
draw momentum(6)
draw MOAVG on plot momentum(6)
chart-length is 60 days
price > 1
average volume(100) > 1000000
]



DMOBRIEN
363 posts
msg #90483
Ignore DMOBRIEN
3/27/2010 11:45:58 PM

Another look with Tirone ...

Fetcher[show stocks where the average day range(100) is greater than 5%
set{MOAVG, cma(momentum(6),22)}
draw momentum(6)
draw MOAVG on plot momentum(6)

set{my_high,high 60 day high}
set{my_low,low 60 day low}
set{my_diff, my_high - my_low}
set{my_mid, my_diff / 2}
set{my_mid1, my_high - my_mid}
set{my_top, my_diff *.33}
set{my_S, my_top + my_low}
set{my_R, my_bottom + my_low}
set{my_bottom, my_diff *.67}
draw price line at my_high
draw price line at my_low
draw price line at my_mid1
draw price line at my_R
draw price line at my_S
draw obv ema(10)
chart-length is 60 days
price > 1
average volume(100) > 1000000
add column average day range(100)
sort column 5 descending
]



StockFetcher Forums · Filter Exchange ·  6 Period 22 period Momentum Filter<< >>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.