Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers, Unverified Users Joined: 10/28/2004(UTC) Posts: 3,111 Location: Perth, Western Australia
Was thanked: 16 time(s) in 16 post(s)
|
Hi All,
The RSI(C,2) function DOES work in the explorer, but only if you UNCHECK THE LOAD MINIMUM BARS and load the right amount of data!!!
You need to load at least 3 bars for the RSI(C,2) function to return a value, but the algorithm MS uses to compute the minimum bars required concludes you only 2 bars of data; this is why no results get returned.
Additionally, the canned version of the RSI uses Wilders smoothing, which is an exponential function. If you only load four bars of data in the exploration and load, say, 5000 bars of data on your charts, any plot of the RSI(C,2) on the chart will not be the same as the exploration result. You need to ensure you load enough data in the exploration to account for the exponential functionality of the RSI algorithm.
When using exponential functions, always load AT LEAST five times the longest period, i.e. for accurate results of the RSI(C,2) function in an exploration load AT LEAST 10 bars of data, for RSI(C,20) load AT LEAST 100 bars of data.
--
People often say "this doesn't work in the explorer", or, "the explorer doesn't show the same results as the chart". In about 99.99% of cases, this is because of the "load minimum bars" feature or the user is being "lazy" and loading some insufficient amount of data into the exploration (usually in an attempt to make the exploration faster)
I put it to you; what would you prefer: an exploration that is blindingly fast but returns the wrong results, or an exploration that takes a little longer but returns accurate results?
PLEASE, please do NOT ever use the "load minimum bars" feature of the explorer. Force yourself to make a conscious decision about how much data your exploration requires for accuracy EVERY time you run an exploration. After all, SISO ([censored]in, [censored]out) and it's your money that will be following the exploration down the drain!
Hope this helps.
wabbit [:D]
|