StockFetcher Forums · Filter Exchange · Pattern trade<< >>Post Follow-up
four
5,087 posts
msg #90015
Ignore four
3/20/2010 2:54:02 PM

Fetcher[
CLOSE 1 DAY AGO < OPEN 1 DAY AGO
CLOSE > OPEN
close < open 1 day ago
low < low 1 day ago
volume < volume 1 day ago
close > 2
open < 10
volume > 1000000

set{var1, day point range / 5}
set{buy, max(close,open)+Var1}
draw buy on plot close
add column buy

set{vr1, low 1 day ago}
set{vr2, low}
set{low1, min(vr1,vr2)}
draw low1 on plot close
add column low1 {stop loss}
]



four
5,087 posts
msg #99397
Ignore four
2/25/2011 11:30:26 PM

modified above ...
Fetcher[draw rsi(2) < 10
CLOSE 1 DAY AGO < OPEN 1 DAY AGO
CLOSE > OPEN
close < open 1 day ago
low < low 1 day ago
volume < volume 1 day ago
close > 11
open < 100
volume > 1000000

set{var1, day point range / 5}
set{buy, max(close,open)+Var1}
draw buy on plot close
add column buy

set{vr1, low 1 day ago}
set{vr2, low}
set{low1, min(vr1,vr2)}
draw low1 on plot close
add column low1 {stop loss}
]



Mactheriverrat
3,132 posts
msg #99400
Ignore Mactheriverrat
2/26/2011 12:27:04 AM

Hey Four

Can you explain the Buy points and stop loss points and what they are based on?

Thanks

Mactheriverrat

four
5,087 posts
msg #99411
Ignore four
modified
2/26/2011 10:38:53 PM

Mactheriverrat,
The reasoning behind both calculations is to pay attention to the repeating pattern: stocks going up make new highs and stocks going down make new lows.

set{var1, day point range / 5}
set{buy, max(close,open)+Var1}
draw buy on plot close
add column buy

Usually I take the HIGH + .03. However, here I am adding a percentage of the day's range to the higher value of the day's close or open. I want to reduce entries that are false. Trial and Error went into picking the denominator of 5. Personal preference.

set{vr1, low 1 day ago}
set{vr2, low}
set{low1, min(vr1,vr2)}
draw low1 on plot close
add column low1 {stop loss}

I compare the low today and the low from yesterday and use the lower value.

HTH

Mactheriverrat
3,132 posts
msg #99413
Ignore Mactheriverrat
2/26/2011 11:27:29 PM

Thanks four!

StockFetcher Forums · Filter Exchange · Pattern trade<< >>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.