I am trying to use the common shares outstanding for current quarter and use that value as double in another calculation.
DataSeries FLOATs = FundamentalDataSeries("common shares outstanding",0);
How can I convert this Dataseries to Double?
Size:
Color:
A DataSeries is a series of double values. See the WealthScript Programming Guide: DataSeries > Accessing a Single Value from a DataSeries
Size:
Color:
Thank you for leading me in the right direction.
By the way, is there a drawing tool in wealth-lab-pro that can give me the total volume in a rectangle as I draw it?
Size:
Color:
No such tool in Wealth-Lab.
However, you can mimick one following a creative idea by Robert expressed
HERE:
CODE:
Please log in to see this code.
Size:
Color: