|
QuantShare
2013-07-09 11:23:00
0
|
|
Best Answer
- Create a new pivot table
- Add a new row then specify your symbols (Add an "Internal List" condition to select securities from a watchlist)
- Add a new column, select "Indicator Limits" tab, type "year()" under "Formula" then set limits (Example: 2010;2011;2012;2013)
- Update the exiting "Values" item, set "Last Value" in "Summarize", set "From x to x" in "Select Dates" then type the following formula under "Formula":
((close / ref(open, barssince(year() != ref(year(), 1)))) - 1) * 100
|
|