I am getting this message when I try to plot non-synchronized data. Why is this?
I want to plot exactly the data that I have from an external symbol. No zeroes before and after the time period of the external symbol that distort the display in the chart.
If this is not possible by PlotSeries(), how can I suppress the display of the non-existing data?
Size:
Color:
This is by design.
To quote the WealthScript Programming Guide > DataSeries:
QUOTE:
All DataSeries contain the same number of values as bars in the chart.
Size:
Color:
As a workaround, you can use
Color.Transparent on the bars that you think you don't need:
CODE:
Please log in to see this code.
Size:
Color:
This is great.
Size:
Color: