dcoburns 2 posts msg #133232 - Ignore dcoburns |
12/14/2016 6:01:02 PM
Hi everyone. I know it probably is a simple question but I already read the manual and went through the forum with no answer.
I want to test my filter going back 90 days - which I know I can use date offset. But I don't want to see the performance till today on the chart, but only 5 days after the results. So in this example, I only want to see results till the 85th day.
For the record I did find a previous post from 2003. But I guess the answer is outdated.
Thanks for the help!
|
four 5,087 posts msg #133237 - Ignore four modified |
12/14/2016 10:50:11 PM
ma(5) 90 days ago crossed above ma(10) 90 days ago
chart-length 85 days
-- Explanation:
1. use 90 days ago for all events
2. set chart-length to 85 (days before 85 will not show on chart)
or
chart-length 90 days -- visually look 5 days after the far left side of the chart
|
dcoburns 2 posts msg #133344 - Ignore dcoburns |
12/21/2016 11:43:15 AM
Four. Thanks for your answer.
I made a mistake on my question and instead of writing down "Table" I wrote "Chart". The fact is I am interested in seeing the performance of my screen results for the next day and the next five days after the trigger happens. Just two columns on the table, one with "Next Day performance %" and the other for "Performance after 5 days %".
|
mahkoh 1,065 posts msg #133347 - Ignore mahkoh |
12/21/2016 2:46:18 PM
add this to your filter:
set{5dayperf,roc(90,1) - roc(85,1)}
add column 5dayperf
|