- ago
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!
0
83
Solved
4 Replies

Reply

Bookmark

Sort
Glitch8
 ( 10.88% )
- ago
#1
Instead of SMA use SmoothInd, it lets you smooth another indicator, including USTYield.
0
- ago
#2
i tried that and now get a compile error.

c# export


0
Glitch8
 ( 10.88% )
- ago
#3
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".
0
Best Answer
- ago
#4
Thanks!
0

Reply

Bookmark

Sort