HomeReady-2-GoPortfolioRankingScreenerStockETFToolsCommunityHelp
ForumsEmail UserPollsFeature RequestsGroups


  Index  | Recent Threads  | Who's Online  | User List  | Search
  Search  
Quick Go »
Thread Status: Normal
Total posts in this thread: 6
[Request a Feature] [Add To My Favorites] [Watch this Thread]
Author
Previous Thread This topic has been viewed 401 times and has 5 replies Next Thread
strader1
Advanced Member


UNITED STATES
Joined: Aug 20, 2006
Posts: 274
Status: Offline

Feature Request: Allow #Equity for series in Highest(...) Reply to this Post
Reply with Quote

This would alllow for rules like Sell if Close(0, #Equity) < 0.8*Highest(#Equity,100,0). That is, if all else fails, sit out until the current equity is within 20% of the highest equity over the last 100 bars.
View the feature request here.
[Aug 7, 2012 2:29:51 AM] Show Post Printable Version     [Link] Report threaten post: please login first  Go to top 
Jim101
Advanced Member


UNITED STATES
Joined: Apr 5, 2011
Posts: 98
Status: Offline

Re: Feature Request: Allow #Equity for series in Highest(...) Reply to this Post
Reply with Quote

If the requested portfolio trailing stop cannot be done, this would be a fallback although I think it gets executed only on re-balance while the trailing stop would happen on a daily basis.

A current work-around is to use the Max function

Close(0,#Equity) < 0.8*Max(Close(ii,#Equity,..)

but this would be less accurate than Highest since you might miss a gradual slide into the abyss.
[Aug 7, 2012 6:43:54 AM] Show Post Printable Version     [Link] Report threaten post: please login first  Go to top 
strader1
Advanced Member


UNITED STATES
Joined: Aug 20, 2006
Posts: 274
Status: Offline

Re: Feature Request: Allow #Equity for series in Highest(...) Reply to this Post
Reply with Quote

Jim:

Hi. I almost exclusively use daily rebalances. So for me they're pretty much identical. Weekly (or longer) ports could be reconfigured as daily to take advantage. You could use the Mod(...) so rebalancing still takes place weekly (longer). Max(...) has limitations on the number of parameters, and you have to individually enumerate them.

Best,

Bill
[Aug 8, 2012 4:55:11 AM] Show Post Printable Version     [Link] Report threaten post: please login first  Go to top 
Jim101
Advanced Member


UNITED STATES
Joined: Apr 5, 2011
Posts: 98
Status: Offline

Re: Feature Request: Allow #Equity for series in Highest(...) Reply to this Post
Reply with Quote

Thanks, Bill.

I rarely use anything but a weekly rebalance - probably a habit from only using the screener when I started. Since I don't generate many trades in my models, taking a look at daily re-balancing may be worth the effort.

Jim
[Aug 8, 2012 11:11:54 AM] Show Post Printable Version     [Link] Report threaten post: please login first  Go to top 
strader1
Advanced Member


UNITED STATES
Joined: Aug 20, 2006
Posts: 274
Status: Offline

Re: Feature Request: Allow #Equity for series in Highest(...) Reply to this Post
Reply with Quote

Jim:

Another function you may want to look at is "WeekDay."

Best,

Bill
[Aug 8, 2012 10:00:42 PM] Show Post Printable Version     [Link] Report threaten post: please login first  Go to top 
Jim101
Advanced Member


UNITED STATES
Joined: Apr 5, 2011
Posts: 98
Status: Offline

Re: Feature Request: Allow #Equity for series in Highest(...) Reply to this Post
Reply with Quote

Bill,

WeekDay is interesting.

So when I run a daily re-balance, the sell rules fire but I can restrict the buy rules to Monday. Until one of our Feature Requests is in place, this can be a work-aroound.

Thanks.

Jim
[Aug 10, 2012 7:25:49 PM] Show Post Printable Version     [Link] Report threaten post: please login first  Go to top 
[Show Thread Printable Version]

Free Trial  /  Log In
Username or Email
Password
Stay logged in
Can't remember username or password?