Skip to content

Commit

Permalink
chore: update docs (#154)
Browse files Browse the repository at this point in the history
* update config files
* update docs
+semver: minor
  • Loading branch information
DaveSkender authored Sep 25, 2020
1 parent 0c1b454 commit 05c241d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -330,4 +330,7 @@ ASALocalRun/
.mfractor/

# Jekyll site
_site/
_site/

# zip artifacts
.DS_Store
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"**/bin/**": true,
"**/obj/**": true,
"**/_site/**": true,
"**/TestResults/**": true
"**/TestResults/**": true,
"**/*.csproj.user": true
},
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 3000,
Expand Down
Binary file modified docs/examples.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions indicators/Prs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Price Relative Strength (PRS)

(this indicator is not yet available in the library)

[Price Relative Strength (PRS)](https://en.wikipedia.org/wiki/Relative_strength), also called Comparative Relative Strength, shows the ratio of two quote histories, based on change in Close price over a lookback period. It is often used to compare against a market index or sector ETF. This is not the same as the more prevalent [Relative Strength Index (RSI)](../Rsi/README.md).

![image](chart.png)
Expand Down

0 comments on commit 05c241d

Please sign in to comment.