diff options
Diffstat (limited to 'Finance/Fundamentals/Technical_analysis.md')
| -rw-r--r-- | Finance/Fundamentals/Technical_analysis.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Finance/Fundamentals/Technical_analysis.md b/Finance/Fundamentals/Technical_analysis.md index bd9ddf6..9ff3327 100644 --- a/Finance/Fundamentals/Technical_analysis.md +++ b/Finance/Fundamentals/Technical_analysis.md @@ -19,3 +19,13 @@ Sahm Rule = looking at the slope of an average sankey diagram for income statement +# Average True Range +- ATR tells us of opportunities within a particular day but also whether Vol as ben increasing or decreasing +- ATR = the average of x true range values + +TR(x) = (High-Low)(x) + +ATR(x) = (TR + TR [...] - x) / open - x ***** REVIEW + + + |
