We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79dfad commit 08864dcCopy full SHA for 08864dc
1 file changed
Algo/Indicators/SuperTrend.cs
@@ -11,6 +11,7 @@
11
Name = LocalizedStrings.SuperTrendKey,
12
Description = LocalizedStrings.SuperTrendDescKey)]
13
[Doc("topics/api/indicators/list_of_indicators/supertrend.html")]
14
+[IndicatorIn(typeof(CandleIndicatorValue))]
15
public class SuperTrend : BaseIndicator
16
{
17
private decimal? _prevSupertrend;
0 commit comments