Internal function to mimic PlotFundamentalItems()
Author: bgood
Creation Date: 8/18/2009 7:51 PM
profile picture

bgood

#1
Is there an internal plot function that can take a DataSeries and generate an output like PlotFundamentalItems()?
profile picture

Eugene

#2
Could you elaborate: what does "like PlotFundamentalItems" mean? Is it about plotting a series with PlotSeries with a semi-transparent color (e.g. Color.FromArgb(50,Color.Blue))?
profile picture

bgood

#3
What I was thinking was there is an likely an internal routine that plots rectangles that are aligned on bars given a data set in a format. The function "PlotFundamentalItems" assumes that the fundamental information is found by using a "string" that specifies how to find the information. I was looking for a routine that simply plots the information after it has been looked up.
profile picture

Eugene

#4
It's possible using PlotSeriesOscillator. Assuming your data goes in a step-by-step fashion, like fundamental items (i.e. a dividend, period, another dividend etc.) If you fill your data series in a similar manner, you should get the same output:

CODE:
Please log in to see this code.
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).