What it uses is a binary search to home in on the value necessary to trigger 
the indicator and as such won't take many passes to arrive at a solution ...

IMHO the generic capabilities outweigh the possibly slightly more CPU that 
would get used over a different approach... 

----- Original Message -----
From: dingo 
Date: Friday, November 2, 2007 1:40 pm
Subject: RE: [amibroker] reverse RSI calculation
To: [email protected]

> So, rather than burn some cpu cycles you want to futz around for 
> a few more
> days trying to find the perfect solution? Good luck..
> 
> d 
> 
> > -----Original Message-----
> > From: [email protected] 
> > [mailto:[EMAIL PROTECTED] On Behalf Of flowridej
> > Sent: Friday, November 02, 2007 12:53 PM
> > To: [email protected]
> > Subject: [amibroker] reverse RSI calculation
> > 
> > I actually found that in my searching yesterday. It looks 
> like it 
> > just 
> > loops through looking for a value that is very close to the 
> desired 
> > value. I was thinking that the RSI calculation should be 
> something 
> > that could be reversed and give an exact value (with much less 
> CPU 
> > time). I should have payed more attention in algebra!
> > Does anyone know how to modify the formula to output a closing 
> price 
> > based on a given RSI input value?
> > 
> > 
> > --- In [email protected], "directaim" wrote:
> > 
> > flowridej
> > 
> > Below was posted previously by Fred Tonetti.
> > 
> > ---------------------------------------------------------------
> > 
> > From: Fred 
> > 
> > Subject: Generalized Price Required to Meet am Indicator Goal
> > 
> > I had posted this along time ago ... 
> > 
> > 
> > 
> > 
> > Please note that this group is for discussion between users only.
> > 
> > To get support from AmiBroker please send an e-mail directly 
> to 
> > SUPPORT {at} amibroker.com
> > 
> > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> > http://www.amibroker.com/devlog/
> > 
> > For other support material please check also:
> > http://www.amibroker.com/support.html
> > 
> > Yahoo! Groups Links
> > 
> > 
> > 
> > 
> 
> 

Reply via email to