Well i'm a newb. I'm trying to do something easy like capture outstanding shares and stock price multiply them together (market cap) and output the string to the Chartpane. I'm using WLP 6.2. is my string close?
DrawText( PricePane, "Market Cap= " + (Close * FundamentalDataSeries("common shares outstanding")), 200, 50, Color.Black, Color.Empty );
Size:
Color:
Almost right:
CODE:
Please log in to see this code.
You might want to take a look at the WealthScript Programming Guide (
Help menu) > DataSeries > Accessing a Single Value from a DataSeries.
Size:
Color:
Remember, if you want 1 value, you have to specify the bar.. not the entire series, which is something you would plot.
CODE:
Please log in to see this code.
Size:
Color:
you guys are the bomb! have an awesome weekend!
Size:
Color: