MetaStock – Indicators – Ted Spread
Do you have a symbol for the Ted Spread?
We do not have a symbol for the Ted Spread; however Reuters Datalink users who have the World Wide Indices Data Package and Futures Data Package can create a custom formula to get the Ted Spread.
Unfortunately at this time we do not have the ability to get the Ted Spread for users of QuoteCenter without having to sign up for Reuters Datalink packages.
How do I set up the Custom Indicator for the Ted Spread?
- Open MetaStock
- Select the Tools Menu
- Select Indicator Builder
- Click on New
- Under Name Type Ted Spread
- Under Formula type:
Security("Online:LIUSD3MD=",C)-(Security("Online:.IRX",C)/10)
- Click on OK
These indicators do connect directly to the Reuters Datalink data servers to calculate the value.
You now have an Indicator for the Ted Spread.
If you would like to have 2 colors for the Ted Spread prices based on if the value went up or down from the day before use the formula below.
If(Security("Online:LIUSD3MD=",C)-(Security("Online:.IRX",C)/10)>=Ref(Security("Online:LIUSD3MD=",C)-(Security("Online:.IRX",C)/10),-1),Security("Online:LIUSD3MD=",C)-(Security("Online:.IRX",C)/10),0); If(Security("Online:LIUSD3MD=",C)-(Security("Online:.IRX",C)/10)<Ref(Security("Online:LIUSD3MD=",C)-(Security("Online:.IRX",C)/10),-1),Security("Online:LIUSD3MD=",C)-(Security("Online:.IRX",C)/10),0);
Have a wonderful day~!