Hi, I am new to C# so bear with me if this is a basic question.
How do I make basic math functions available (abs, round, etc...)? I tried to add "using System.Math", but that namespace does not seem to be available.
Also, is there a document that list the contents of each of the available namespaces? I have reviewed the documents supplied with WLP5, but am still a little fuzzy on this issue.
Thanks,
Paul
Size:
Color:
Size:
Color:
Thank you, Eugene. As a follow up, I am familiar with the MSDN, but was wondering where to get a list of available namespaces and a description of their contents for Wealthlab specific namespaces. So far I see the one namespace, WealthLab, with three class libraries. Are there any others? Is there a description of each of their contents such that I will know which to include in scripts?
Size:
Color:
QUOTE:
Is there a description of each of their contents such that I will know which to include in scripts?
We follow this policy: if description of something isn't found in the QuickRef, User Guide or WealthScript (Language) Guide, then it's considered undocumented.
Size:
Color:
P.S. And there you'll find many documented examples of using WealthLab namespaces and types e.g. WealthLab.LineStyle, WealthLab.Indicators and many more.
Size:
Color: