Hello.
I´m triying to apply a sqrt transformation to a dataseries as says the link:
http://www2.wealth-lab.com/WL5Wiki/Sqrt.ashxWhen I use Sqrt(ds), where ds is a dataseries, WL not recognise the Sqrt function. If I use Math.Sqrt, parameter must be double and not dataseries, so it´s not valid.
¿How can I apply a sqrt transformation to dataseries?
Thanks!
Size:
Color:
When WL doesn't recognize a function, the compiler leaves a specific message and that should give a hint:
Errors | Strategy >
Compiler error messagesMost likely, you forgot to add a using directive, like
CODE:
Please log in to see this code.
I added an example to the Wiki page.
Size:
Color:
Thanks Eugene and great example.
You are right, I forgot it.
Bit when I compile WL says me than can´t find the namespace Community, why? It says than perhaps there are not references.
How can I solve it?
Thanks!
Size:
Color:
Size:
Color:
Thanks Eugene.
I will use the search you said next time.
Regards.
Size:
Color:
You're welcome.
Size:
Color: