[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [system-traders] display_indicator.pl and RSquare



Raphaël,

I think this patch actually breaks RSquare, which depends on BPCorrelation.  
On my own box, I created a new indicator that's just called Correlation 
that's an exact copy of BPCorrelation (except I changed the package name, 
etc.), and then applied the patch.  Was this the right thing to do?

Thanks,

Alex

On Wednesday 19 May 2004 01:26 am, Raphael Hertzog wrote:
> Hi Oliver,
>
> Quoting Oliver Bossert:
> > > When I run display_indicator.pl on a stock with RSquare as the
> > > indicator, it compares it to "14."  What does this mean exactly, and
> > > how do I get it to compare the stock to another stock to tell the
> > > correlation between the movements of the two stocks?
> >
> > Just use BPCorrelation (I:BPCorrelation 14 {I:Prices 500340}
> > {I:Prices GDAXI}). Below you find a patch that makes this indicator
> > working with the actual version of GT.
>
> Please don't forget to commit those "usability" patches.
>
> Cheers,