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

Created at 11 Jun 2021, 11:32
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
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