Re: [amibroker] RSI Calculation wrong?

2007-07-27 Thread Thomas Ludwig
You have to use Wilders Smoothing in order to get the same results as in AB which correspond to the calculation method used by Welles Wilder. > Good evening, > I'm using Amibroker to write a system and also the C++ language. The > problem is my RSI value doesn't match up to AmiBrokers. Here is

Re: [amibroker] RSI Calculation wrong?

2007-07-27 Thread Tomasz Janeczko
@yahoogroups.com Sent: Friday, July 27, 2007 8:22 AM Subject: [amibroker] RSI Calculation wrong? Good evening, I'm using Amibroker to write a system and also the C++ language. The problem is my RSI value doesn't match up to AmiBrokers. Here is my data for a RSI of 8 periods using GBP/

Re: [amibroker] RSI Calculation wrong?

2007-07-27 Thread Graham
I believe this is same as AB in AFL (plots match), although my encyclopaedia uses EMA not Wilders PerRSI = 14; MUp=IIf(C>Ref(C,-1),C-Ref(C,-1),0); MDn=IIf(C< Professional AFL Writing Service Yes, I write AFL code to your requirements http://www.aflwriting.com On 27/07/07, Chris J <[EMAIL PROTECT

[amibroker] RSI Calculation wrong?

2007-07-26 Thread Chris J
Good evening, I'm using Amibroker to write a system and also the C++ language. The problem is my RSI value doesn't match up to AmiBrokers. Here is my data for a RSI of 8 periods using GBP/USD; the values; 1.9796 1.9810 1.9796 1.9736 1.9663 1.9629 1.9531 1.9545 1.9566 differences; +14 -14 -60 -7