PureBytes Links
Trading Reference Links
|
safdar
As Preston has explained, making sure that the number of days/periods explored is that same as that
displayed will solve the problem. The underlying reason for apparent problem is that RSI uses
Wilders Smoothing internally. Wilders Smoothing is a form of exponential moving average, and because
exponential moving averages these retain a diminishing portion of ALL available data, the plotted
value is influenced by data well outside the nominal "periods" parameter.
As a rule of thumb use at least 5 times as much data in an exploration as the highest "periods"
value in your code. This is usually sufficient to give "accuracy" to within four decimal places.
Quite a number of other functions exhibit the same symptom, ADX, ATR etc. etc.
Kind regards
Roy Larsen
www.metastocktips.co.nz
Free formulas and MS links
----- Original Message -----
From: "safdar bagasrawala" <safdar19@xxxxxxxxx>
To: <equismetastock@xxxxxxxxxxxxxxx>
Sent: Monday, October 18, 2004 6:02 AM
Subject: [EquisMetaStock Group] explorer returning wrong results
> when I explore for stocks with RSI less than with formula :rsi(close,14)< than 30 in the filter
> the results are wrong. why this is happining.
> the expert advisor shows different value than the report in explorer
> value of plotted indicato(rsi) is correct. plese some one help incorrecting this anomaly
>
>
> ---------------------------------
> Do you Yahoo!?
> vote.yahoo.com - Register online to vote today!
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|