Add destiny to [output directive to enable overriding the standard output choosen in the indicator.

Created at 11 Jun 2021, 11:32
SH

Shares4us

Joined 01.04.2020

Add destiny to [output directive to enable overriding the standard output choosen in the indicator.
11 Jun 2021, 11:32


  [Output("Price", IsOverlay = false, LineColor = "white",  LineStyle=LineStyle.Dots)]
  public IndicatorDataSeries ExpectedPrice { get; set; }

this will enable you to draw a dataserie on the Chart when also using the indicator window.

This is much easier than drawing trendlines for every point to point data.

@Shares4us