sohailmithani 192 posts msg #119821 - Ignore sohailmithani |
5/14/2014 7:28:21 PM
Can this filter be used to pick stocks from index best performing or at least having a positive sharpe.
What I want is adding this filter to my stock selection filter and on a daily basis select stocks from index which is best or with positive sharpe.
However, not able to include this code to my own filter. Can someone comment and help in coding this one.
Thanks
|
bcochrane 4 posts msg #120049 - Ignore bcochrane |
5/24/2014 12:26:12 PM
sohailmithani
You may find Page 31 of this thread useful
|
sohailmithani 192 posts msg #120051 - Ignore sohailmithani |
5/24/2014 2:16:43 PM
Thanks
|
davesaint86 725 posts msg #120726 - Ignore davesaint86 modified |
6/12/2014 10:40:55 PM
Below is Kevin's Sharpe-Ration Allocation filter. I tried building a 10 ETF version and haven't had any luck getting right. I was able to figure out setting up the current rankings correctly but the the % Allocation. I would appreciate some help!!! Thanks!
|
davesaint86 725 posts msg #120727 - Ignore davesaint86 modified |
6/12/2014 10:44:24 PM
Duplicate
|
jackmack 334 posts msg #120739 - Ignore jackmack |
6/13/2014 12:31:06 PM
Kevin
Curious how on your site it's EFA but from the yahoo page for 2/28/2014-5/30/2014 (3 month lookback) it was SPY.
Can you advise what I missed?
Thank you
Cheers
|
manumoneya 41 posts msg #120746 - Ignore manumoneya |
6/13/2014 10:08:06 PM
remove this line
ADD COLUMN RANK {TAA current rank}
i don't know why it is causing problem....
|
jimmyjazz 102 posts msg #120747 - Ignore jimmyjazz |
6/13/2014 10:55:40 PM
jackmack, the starting date matters. Compare a start date of 2/28/14 to 3/3/14. The selected ETF switches from SPY to EFA.
|
dashover 226 posts msg #120759 - Ignore dashover |
6/16/2014 11:55:58 AM
symlist(spy,iwm,efa,agg,)
sort on column 5 descending
set{diff2,close minus close 68 days ago}
set{diff2%,diff2 / close 68 days ago}
set{ratio90,diff2% * 100}
add column ratio90
----------
Says EFA, Is this correct?
|
jackmack 334 posts msg #120768 - Ignore jackmack |
6/16/2014 3:02:56 PM
Sorry jimmyjazz - but that is not the way the filter is to be used.
The review is the last day of the month not the first day of the next month
so I am still not sure where Kevin got EFA for June because neither the
yahoo link or the most up to date version of the look back filter had EFA as
the top pick - it was SPY in both cases.
|