Skip to content

Commit 08864dc

Browse files
committed
Fix commit b4f2c36
1 parent b79dfad commit 08864dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Algo/Indicators/SuperTrend.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
Name = LocalizedStrings.SuperTrendKey,
1212
Description = LocalizedStrings.SuperTrendDescKey)]
1313
[Doc("topics/api/indicators/list_of_indicators/supertrend.html")]
14+
[IndicatorIn(typeof(CandleIndicatorValue))]
1415
public class SuperTrend : BaseIndicator
1516
{
1617
private decimal? _prevSupertrend;

0 commit comments

Comments
 (0)