Topics
15 Oct 2019, 18:31
1078
3
09 Jun 2019, 13:47
2
1085
1
10 Feb 2019, 17:52
1810
7
Replies
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
Ogacha
19 Oct 2019, 14:50
RE:
Thank you for your reply, Panagiotis!
It went well.
Regards.
@Ogacha