Replies

Ogacha
19 Oct 2019, 14:50

RE:

Thank you for your reply, Panagiotis!

It went well.

Regards.


@Ogacha

Ogacha
13 Feb 2019, 12:55

RE:

I expect to be brushed up the feature of LevelsAttribute, thank you Panagiotis!


@Ogacha

Ogacha
13 Feb 2019, 11:55

RE:

Perhaps, my English is poor, you don't understand what I want to ask. Excuse me.

I know how to setting color, style of DataSerries.

But I want to set color and style of horizonrtal level lines of (20, 50, 80). Not about DataSeries.

 


@Ogacha

Ogacha
13 Feb 2019, 08:47

RE:

 

There is no such feature at the moment for built in indicators. You can do this for custom indicators only.

Thank you for replying, Panagiotis.

I mean about a custom indicator.

It is possible to set numeric values (20, 50, 80) with LevelsAttribute. I want to know if it is possible to set a line color, style and thickness like OutputAttribute.

[Levels(20, 50, 80)]
[Indicator(IsOverlay = false)]
public class CustomIndicator : Indicator
{
    [Output("Yellow Line", LineColor = "Yellow", LineStyle = LineStyle.Lines, Thickness = 1f)]
    public IndicatorDataSeries YellowLine { get; set; }
    ……
}

 


@Ogacha