Is there an internal plot function that can take a DataSeries and generate an output like PlotFundamentalItems()?
Size:
Color:
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))?
Size:
Color:
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.
Size:
Color:
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.
Size:
Color: