I found in the forum many codes to create indicators,but I don't know where I paste the code.Can you make a tutorial how I do this?
Thanks,
Pedro Ivo
Size:
Color:
See the WealthScript Programming Guide (Help menu) > Indicators > Custom Indicators.
A tutorial like this won't make any sense, and once you learn a bit of C# 101 you'll quickly understand why. Wealth-Lab is about pure C#, an indicator - whether "formal" or inline - inherits from the DataSeries type. Consequently, for a programmer "inserting" a DataSeries or, for example, a basic data type like boolean or string, is essentially the same thing.
Here's a pointer from the Wiki FAQ on
How do I start with C# ?
Size:
Color: