StockFetcher Forums · Filter Exchange · Pivot Points - version 1<< >>Post Follow-up
four
5,087 posts
msg #93322
Ignore four
modified
5/31/2010 1:12:41 PM

Fetcher[
set{a1, cma(s1,5)}
set{a2, cma(s2,15)}
set{b1b, pp * 2}
set{a3, cwma(b1b,15)} and draw a3 and offset 0

draw a1 on plot a2

close between 4 and 5
average volume(30) > 999999

set{pp12, cma(pp,12)}
draw pp on plot pp12

set{cnt1, count(pp 1 day ago crossed above pp12 1 day ago,1)}
set{cnt2, count(a1 1 day ago crossed above a2 1 day ago,1)}
set{v1, cnt1 + cnt2}
v1 > 0 and add column v1

set{var2, day point range} AND add column var2 {dpr}
set{var2a, 5}
set{var3, var2 / var2a} AND add column var3 {dpr / 5}
set{Trigger, var3 + HIGH} AND add column trigger AND draw trigger on plot close
]



hp722c

change 'v1 < 1' to track

---


Perhaps...

Fetcher[
set{cnt, count(rsi(2) decreasing 1 day,1)}
plot cnt equals 1
close > open
close-to-open gap > -10
average volume(5) > 100000
average volume(30) > 100000
close > 1 and close < 100
rsi(2) < 25
draw rsi(2) line at 25
draw ift line at -0.40
ift below -0.40 the past 33 days

set{v1, day point range / 5}
set{trigger, high + v1}
add column trigger
draw trigger on plot close
]



hp722c

Fetcher[

set{cnt, count(rsi(2) decreasing 1 day,1)}
plot cnt equals 1
close > open
close-to-open gap > -10
average volume(5) > 100000
average volume(30) > 100000
close > 1 and close < 100
rsi(2) < 25
draw rsi(2) line at 25
draw ift line at -0.40
ift below -0.40 1 day ago
ift > -0.41 0 days ago

set{v1, day point range / 5}
set{trigger, high + v1}
add column trigger
draw trigger on plot close
]




reference: http://forums.stockfetcher.com/sfforums/?q=view&fid=1002&tid=43812&qrid=&isiframe=


StockFetcher Forums · Filter Exchange · Pivot Points - version 1<< >>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.