Topics

Forum Topics not found

Replies

ericjavier.santiago
09 Jun 2020, 23:01

RE: Use values as Series

Hi Spotware Team:

Is it possible to obtain the values of the ZigZag as a Series? Below the values are stored in var.

Thanks!


@ericjavier.santiago

ericjavier.santiago
31 Aug 2018, 20:24

Plot a series from a cBot

Hi Panagiotis,

I have a similar problem. I already initialized the series using ( CreateDataSeries();) but now I don't see any plot. Is it possible to plot a series from a cBot?

         

         [Output("bf", Color = Colors.Green, PlotType = PlotType.Line, Thickness = 1)]
        public IndicatorDataSeries bf { get; set; }

       

        protected override void Initialize()
        {
            bf = CreateDataSeries();
        }

Regrads,

Eric


@ericjavier.santiago

ericjavier.santiago
16 Apr 2018, 02:55

Have anyone figured a way to make this happen?


@ericjavier.santiago