Where is Wealth-Lab Pro 5 APIs Document?
Author: xayaraj
Creation Date: 2/13/2010 9:12 PM
profile picture

xayaraj

#1
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.
profile picture

Eugene

#2
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# ?
profile picture

xayaraj

#3
Thank you.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).