I am trying to use builing blocks to implement a strat that compares the 5 year yield to the average 5 year yield over 10 day period. Using BB's, i added the indicator compare to indicator but when i try to use the SMA i find that i cannot add USTyield and am limited to prices in the underlying timeseries. Is there any way to do this in building block? if not, how would i do this in c# ? Thanks!
Rename
Instead of SMA use SmoothInd, it lets you smooth another indicator, including USTYield.
i tried that and now get a compile error.
c# export
c# export
Yes, there was a little wrinkle with USTYield. I fixed this for B101. In the mean time the best you can do is fix the C# code.
Replace "5 Year" with "FiveYear".
Replace "5 Year" with "FiveYear".
Thanks!
Your Response
Post
Edit Post
Login is required