wallman 299 posts msg #454 - Ignore wallman |
2/14/2003 11:02:21 PM
what i would like to do is to see just the next day's performance of a particular filter,in other words when i use date offset that gives me feb.1 I only want to see what the stock did on feb.2,anyone know? thanks in advance
|
tomb 267 posts msg #481 - Ignore tomb |
2/18/2003 9:22:40 AM
Hi,
Probably the closest the date-offset feature gets to what you are looking for is through the combined statistics for the next day. When you click on the "Performance" link, the first line in the results table represents the cumulative next-day statistics for all of the matching symbols.
This may not be exactly what you are looking for, but hopefully that helps.
Thank you,
Tom
StockFetcher.com Support
|
stock32470 12 posts msg #484 - Ignore stock32470 |
2/18/2003 3:40:42 PM
I would be interested in seeing the next day's performance without an offset! Imagine the profits!!
Keep up the good work StockFetcher team! This is the best place to be.
Mike
|
omrangassan 6 posts msg #137047 - Ignore omrangassan |
7/26/2017 10:37:12 PM
You all know the offset function which can run the filter you want on past days.
suppose that i used offset 3 which will run the filter 3 days back , how can i add columns to show the values of next day OHLC (relative to the offset day ; i.e. 2 days back) ?
if i run filter using offset 3 (3 days ago) ; how can i add columns for the OHLC values of next day (2 days ago) ?
|
four 5,087 posts msg #137048 - Ignore four modified |
7/26/2017 11:49:47 PM
... example using close
... offset day is your new current day [ today = day 0 ]
add column separator /*use the command separator to neaten things up onto individual rows*/
add column close {today}
add column close 1 day ago {1_day.ago}
add column close 2 days ago {2_days.ago}
add column close 3 days ago {3_days.ago}
|