Skip to content

Commit

Permalink
Add missing documentation for new ADX property
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Molinero committed Mar 19, 2020
1 parent 242d087 commit d100431
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Indicators/AverageDirectionalMovementIndexRating.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ public AverageDirectionalMovementIndexRating(int period)
{
}

/// <summary>
/// The Average Directional Index indicator instance being used
/// </summary>
public AverageDirectionalIndex ADX { get; }

/// <summary>
Expand Down

0 comments on commit d100431

Please sign in to comment.