stockfetcher 980 posts msg #29428 |
10/23/2003 11:42:07 AM
We have added a new filter construct that allows you to filter based on the number of days since a particular event occurs. The "days" feature allows you to specify the event and a period of time; it returns the number of days since the event most recently occurred.
For example, suppose you want to find stocks where the most recent Bollinger breach was 10 days ago:
Another example that controls the timing of two moving average crossovers:
Finally, an example where the 14-day RSI crossed from below 30 to above 70 within the last 2 weeks:
Note: the "above -1" portion of the filter adds the requirement that the crossover above 70 must have occurred.
As always, if you have any questions or find any problems with this new feature, please let us know.
Thank you,
StockFetcher.com Support
|
defghca 150 posts msg #29444 - Ignore defghca |
10/23/2003 6:59:04 PM
why the second parameter in
upper Bollinger(20),15) equals 10]
crossed below MA(50,30)
days(RSI(14) crossed above 70,10)
|
sfbug 20 posts msg #29485 - Ignore sfbug |
10/25/2003 4:28:22 PM
Ya, what does the 15 do?
|
tomb 267 posts msg #29507 - Ignore tomb |
10/27/2003 1:11:38 PM
Hi,
The second parameter indicates the limit on the number of days to search for the last time the event ocurred. So the "15" tells StockFetcher to search only up to 15 days. This is helpful (though not necessary) if you are simply testing for the presence of an event over the last couple of days or weeks and know the time frame you are looking for. Additionally, if you know you are searching a small time-frame, utilizing that parameter can reduce the computations in your filter, thus potentially increasing your response time.
Tom
StockFetcher.com Support
|
cyclon 2 posts msg #29510 - Ignore cyclon |
10/27/2003 4:57:26 PM
I knew you could do it!!
This opens up fantastic operations.
MEGA THANKS!!!!
|
MODERATOR 28 posts msg #29543 - Ignore MODERATOR |
10/29/2003 12:42:49 AM
This message has been removed by StockFetcher.
|
aarp*sf 2 posts msg #47914 - Ignore aarp*sf |
11/11/2006 10:45:23 AM
concerning the features of 'days since' & '% change since'...
With either a watchlist or a list from a filter, how can I display the '% change since' a date to be supplied as a parameter? What I have in mind would work exactly like the '% change since date added' column available for a watch list, only without the limitation of the starting date being just the one day on which the symbol was added to the watchlist.
|
mackthefinger 1 posts msg #50923 - Ignore mackthefinger |
4/7/2007 7:23:10 PM
I'm trying to filter on days since SAR crossed close. Does anyone have the correct syntax for this? I've tried:
days(Parabolic SAR below close)
days(Parabolic SAR cross close)
etc. and nothing works
|
TheRumpledOne 6,411 posts msg #51182 - Ignore TheRumpledOne |
4/18/2007 1:09:33 AM
Found this code in the "DMI and Parabolic SAR magic" thread.
I wrote and posted it 6/27/2005 6:58:09 PM
|
macer 22 posts msg #55292 - Ignore macer |
9/27/2007 11:20:44 AM
SF is there any way of counting the days since an event that is not the latest occurrence.
eg days(event, look back period, number of events to skip)
macer
|