JohnyYuma 60 posts msg #36227 - Ignore JohnyYuma |
6/6/2005 1:26:41 PM
I was trying to modify a filter that I got here, earlier
I need to know the stocks which closed higher today (as compared to yesterday's close) but have been closing lower for the previous 'n' days - together with the 'number of days' that they have been closing lower - so that they can be sorted
This part works fine...
Set{CC,Days(close above close 1 day ago,100)}
BUT
this gives me stocks which are closing lower - including today
If I add - Close today is greater than close 1 day ago,- it does not give me any results
Appreciate your input
Many Thanks is advance
|
xplorer 257 posts msg #36229 - Ignore xplorer |
6/6/2005 4:11:10 PM
It will help to understand what you are trying to do, if you
post your coplete screen ... but I think you may want to use:
Set{CC,COUNT(close above close 1 day ago,100)}
|
JohnyYuma 60 posts msg #36237 - Ignore JohnyYuma |
6/6/2005 8:00:44 PM
Thanks for the reply
my apologies - maybe I was not able to communicate my requirements
- here they are
- I want to be able to pick up the stocks which have closed higher today (vs. previous day's close)
but
before that have been closing lower for a consecutive 'n' number of days
e.g. If a stock closes at 9, 8, 7, and 6 for the past four days and today it closes at 6.50
Hope this helps
Once again, thanks in advance
|
xplorer 257 posts msg #36239 - Ignore xplorer |
6/6/2005 9:58:17 PM
Hmm ... here is a way to give you that ... I am sure there is a better way to get the results you want ...
|
TheRumpledOne 6,411 posts msg #36240 - Ignore TheRumpledOne |
6/6/2005 9:59:22 PM
This should give you what you want.
These are stocks with at least 4 down days before the upturn.
There is a SF bug.. Hey TomB, this doesn't work well with IPOs!!
Of course, change the volume and price to fit your needs.
MAY ALL YOUR FILLS BE COMPLETE.
|
JohnyYuma 60 posts msg #36251 - Ignore JohnyYuma |
6/7/2005 7:21:54 PM
xplorer - Thanks - I knew that method but wanted to avoid 'Hard-coding' the number of days - thanks again
TheRumpledOne - You're the best - this is what I was looking for - Many Thanks
You folks make this community a wonderful experience to interact
(besides stockfetcher..which is the cheapest charting tool available...I get 3 months for what i would get a month for on stockcharts.com - ...just kidding...)
Now..if stockfetcher can implement getting 3 time period charts (daily, Weekly, Monthly) with a single click....kidding again...
Thaks again, folks
|
JohnyYuma 60 posts msg #38991 - Ignore JohnyYuma |
11/20/2005 10:51:49 PM
Folks
Re:------if stockfetcher can implement getting 3 time period charts (daily, Weekly, Monthly) with a single click....
I guess most of you would be aware of this but for those that are not, Stockcharts.com has a gallery view - which shows multiple time periods
and
Stockconsultant.com has a multi-view which can show a chart for 5 different time periods at the same time
Hope this helps
Thanks
|