Real simple question. I have this line of code
CODE:
Please log in to see this code.
and I want to smooth it with WLMA, which I thought would be
CODE:
Please log in to see this code.
but that is obviously incorrect. What am I doing wrong? Thanks!
Vince
Size:
Color:
If you want to smooth ROC.Series, then you need to pass it to WLMA.Series, not the other way around.
CODE:
Please log in to see this code.
Size:
Color:
Thanks Cone, but I mis-spoke! I wanted the ROC of the smoothed series. I am using it in a rotation script so I needed to code it as in my initial example.
Vince
Size:
Color:
QUOTE:
I wanted the ROC of the smoothed series.
In this case, the line of code is fine as long as
"using Community.Indicators;" is present. Otherwise it's not obvious what you're doing wrong.
Size:
Color:
Thanks Eugene! That was it...the most obvious mistake!
Vince
Size:
Color:
Vince, please pay attention to the Editor's compile and error messages frame.
Size:
Color: