Hi
The following is the spread formula we use for the NOB Spread (Notes
Over Bonds)
We would like to convert it to esignal format.
Thank you
Value1= fracportion (close data1-close data2);
Value2= Intportion (close data1-close data2);
Value3= Value1*32;
Value4=((Value2 *32)+ Value3);
Plot1 (Value4)
The following is the spread formula we use for the NOB Spread (Notes
Over Bonds)
We would like to convert it to esignal format.
Thank you
Value1= fracportion (close data1-close data2);
Value2= Intportion (close data1-close data2);
Value3= Value1*32;
Value4=((Value2 *32)+ Value3);
Plot1 (Value4)
Comment