vladimir 3 posts msg #30054 - Ignore vladimir |
11/27/2003 12:55:33 PM
I would like to select stocks based on wether their price over a specified period fits in a channel, e.g. find all stocks which price did not exceed 30 and did not go below 20 at any moment during the last 30 days OR find all stocks which price did not deviate more then 50% from the lowest during the last 30 days. The second search is preferable. Please let me know how I could make a search of this kind using StockFetcher indicators.
|
newhave 2 posts msg #30056 - Ignore newhave |
11/27/2003 5:54:23 PM
for the last 30 day close between 20 and 30
|
newhave 2 posts msg #30057 - Ignore newhave |
11/27/2003 5:56:49 PM
for the last 30 day close between 0 and 50 percent
|
vladimir 3 posts msg #30059 - Ignore vladimir |
11/28/2003 12:38:50 PM
newhave: It does not seem to work - making fetch for "for the last 90 day close between 20 and 30" returns stocks AD, AGM etc. which were above 30 within this period of time. Exactly the same resuts returned for "close between 20 and 30".
|
dducey 19 posts msg #30063 - Ignore dducey |
11/28/2003 2:58:48 PM
|
dducey 19 posts msg #30065 - Ignore dducey |
11/28/2003 3:18:41 PM
Fetcher [Show Stocks where average day range(30) is below 50%]
|
houghton 29 posts msg #30076 - Ignore houghton |
11/29/2003 10:55:41 AM
Examples above may work but will also list stocks in strong uptrend (not trading range) that crossed above 20 thirty days ago and closed near 30 yesterday. Try this:
High 30 day high is below 30 and low 30 day low is above 20 and high 30 day high is less than 150% of low 30 day low
The first half works but not sure the second half provides anything more. Adding the 150% phrase seems to provide the same list of stocks as the first phrase.
|