Skip to content

Commit 0e295df

Browse files
authored
Add extended analysis section to SMA documentation
Added section about extended analysis for SMA indicator. Signed-off-by: Dave Skender <8432125+DaveSkender@users.noreply.github.com>
1 parent e0aa321 commit 0e295df

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/_indicators/Sma.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ quotes = get_historical_quotes("SPY")
6868
results = indicators.get_sma(quotes, 20, CandlePart.CLOSE)
6969
```
7070

71+
---
72+
7173
# Extended analysis
7274

7375
This indicator has an extended version with more analysis.

0 commit comments

Comments
 (0)