| 
 PureBytes Links 
Trading Reference Links 
 | 
At 06:51 AM 7/28/98 -1000, Ron Augustine wrote:
>         
>Robert,
>           
>If you're trying to plot a relationship between DJ & S&P Futures, you first
>need to define the relationship that you want to gauge.  You could use a
>proportion like:
>         
>Vars: MyRatio(0), MyScale(100);
>       
>If Close of Data2 > 0 then MyRatio = (Close of Data1 / Close of Data2) *
>MyScale; 
>    
>You could adjust the "MyScale" factor to something that makes sense and plot
>"MyRatio" in a window that has  +100 and -100 threshold lines.
>    
>_____________________________________
>Gosh Thanks Ron thats what I was looking for.
Rober
 
 |