Description
Community Components is a library of studies, classes, functions, and in general, "methods". Anything that doesn't fit as an Indicator, Visualizer, or Commission structure can be added here. Like Indicators, the most simple methods should be reserved for programming "on the fly" so as not to over populate the library with short snippets of generally non-useful code.
Discuss and suggest your ideas on the
Forum.
Extension Methods
Starting from version 2013.05, most utility functions and methods in the library are available as C#
Extension Methods. From now on, this is the default and preferred way of working with the library. Of course, full backward compatibility is preserved with wrapper methods, therefore no changes to your already existing code is required. But new additions will no longer be exposed via wrappers and will only be available as extension methods.
As a bonus, you no longer need to add
"using Community.Components" and/or instantiate its classes any more when calling the library with the extension method syntax!
Download Project Source (2012.12)
You can find its zipped source code by clicking on "Attachments" on top of the page.
To download attachments, you need to log in to the Wiki with a SEPARATE Wiki account authorized by Wealth-Lab staff for this purpose! Logging in on the wealth-lab.com site is NOT enough.Wealth-Lab Developer/Pro customers who can't see "Attachments" - please visit Support section at
wealth-lab.com.