I have just downloaded the Wealth-Lab Pro 5 from Fidelity website. Is there a detail APIs document for all the system built in classes and methods/functions calls. I read through the wealthscript document and it is not complete. For example, for drawText(...), there is no function signature definition for each of the function passed in argument. I have no clue of how to use it. Also how many system built classes are there?
Thanks.
Size:
Color:
QUOTE:
For example, for drawText(...), there is no function signature definition
Sure there are!
CODE:
Please log in to see this code.
ChartPane - look up "ChartPane object" in the QuickRef
For everything else, these are standard classes and data types built-in the .NET framework:
Color, Font, int(eger) and string. To look them up, go to Microsoft MSDN website (or install MSDN Express etc.)
Nonetheless, I'd recommed starting right here:
Wealth-Lab 5 Wiki FAQ | Strategies and WealthScript > (scroll down to)
How do I start with C# ?
Size:
Color:
Thank you.
Size:
Color: