warning about colors to color.
Created at 17 Feb 2020, 06:24
TR
warning about colors to color.
17 Feb 2020, 06:24
hi everyone, i need your help to update this code to work in version 3.7 thanks.
[Output("Weak Up Trend", Color = Colors.Green, PlotType = PlotType.Histogram, Thickness = 2)]
public IndicatorDataSeries weakbuy{ get; set; }
firemyst
17 Feb 2020, 08:45
RE:
traderfxmaster007 said:
[Output("Weak Up Trend", LineColor = "Green", PlotType = PlotType.Histogram, LineStyle = LineStyle.Solid, Thickness = 2)]
public IndicatorDataSeries weakbuy { get; set; }
@firemyst