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: 3
[Request a Feature] [Add To My Favorites] [Watch this Thread]
Author
Previous Thread This topic has been viewed 748 times and has 2 replies Next Thread
ccdltd
Member


USA
Joined: Nov 28, 2003
Posts: 3
Status: Offline

Overbought/Oversold indicators Reply to this Post
Reply with Quote

Are there any plans to implement overbought/oversold technical indicators such as stochastics? Through manual testing I have found them very usefull for reducing drawdowns.
[Apr 10, 2004 11:41:51 AM] Show Post Printable Version     [Link] Report threaten post: please login first  Go to top 
marco


UNITED STATES
Joined: Jan 1, 1970
Posts: 3993
Status: Offline

Re: Overbought/Oversold indicators Reply to this Post
Reply with Quote

We can easily add technical indicators but keep in mind that they are only "looked at" at most once a week and always with the last price before the weekend. What that means is that you would normally want to use longer periods, like 50 or 200 day moving averages.

I haven't looked at techincal indicators in a while. What are the most useful ones that are missing?

These are the ones we currently have:

EMA,SMA,VMA,WMA

MACD, MACDD
----------------------------------------
Portfolio123 Staff
[Apr 10, 2004 7:24:41 PM] Show Post Printable Version     [Link] Report threaten post: please login first  Go to top 
fier
Advanced Member


UNITED STATES
Joined: Dec 14, 2003
Posts: 39
Status: Offline

applause   Re: Overbought/Oversold indicators Reply to this Post
Reply with Quote

Marco,

I would also like to see more choices under tecnical indicators. You make a good point on longer term indicators being most appropriate.

A Volatility indicator would be a great add, I suggest Average True Range % as follows ; ATR( days ), so that ATR(90) would represent the average true range over the last 90 days. This is a much better volatility measure than Beta. An application would be to add ATR(90) < 5 as a buy rule for example. This would filter out very volatile stocks with a greater than 5% ATR average the last 90 days. ATR(90) > 4 would only buy high Volatility stocks. ATR(90>3.5 & ATR(90)<8 would filter out "sleepers" and "heartattcak specials".

code for ATR is; (using your format)

MaxtrA is Max(abs(close(1)-low(0)),abs(close(1)-high(0))).
TR is Max(high-low,MaxtrA).
TRpb is TR/close(1).
TRpct is TRpb*100.

ATR90 is sma(TRpct,90).

For classic TA indicators I would add;
a Slow Stocastics, Stoch(longEMA,shortEMA),
RSI Wilder with smoothing, RSI(days,EMAsmoothing ),
BollingerBands Upper and Lower , BBupper(days,sdev), BBlower(days,sdev).

These would cover most needs. The smoothed RSI is very effective for longer term investing, for example RSI(14,28) would be a classic 14 day RSI with a 28dayEMA smoothing.

Hope this helps and thanks for a great product!
[Apr 12, 2004 8:36:15 AM] 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?