Skip to content

Commit

Permalink
chore: update docs (#580)
Browse files Browse the repository at this point in the history
+semver: minor
  • Loading branch information
DaveSkender authored Oct 11, 2021
1 parent 716e60b commit 9e819ee
Show file tree
Hide file tree
Showing 32 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ updates:
schedule:
interval: "weekly"
- package-ecosystem: "bundler"
directory: "/"
directory: "/docs"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

It can be used in any market analysis software using standard OHLCV price quotes for equities, commodities, forex, cryptocurrencies, and others. We had private trading algorithms, machine learning, and charting systems in mind when originally creating this community library.

More information:
Visit our project site for more information:

- [Overview](https://daveskender.github.io/Stock.Indicators/)
- [Indicators and overlays](https://daveskender.github.io/Stock.Indicators/indicators/)
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Explore more information:
- [Indicators and overlays]({{site.baseurl}}/indicators/#content)
- [Guide and Pro tips]({{site.baseurl}}/guide/#content)
- [Demo site](https://stock-charts.azurewebsites.net) (a stock chart)
- [Example code]({{site.baseurl}}/examples/#content)
- [Example usage code]({{site.baseurl}}/examples/#content)
- [Release notes]({{site.github.repository_url}}/releases)
- [Discussions]({{site.github.repository_url}}/discussions)
- [Contributing guidelines]({{site.baseurl}}/contributing/#content)
Expand Down
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ indicators:
- href: /indicators/Sma/
- href: /indicators/Smma/
- href: /indicators/StarcBands/
- href: /indicators/Stc/
- href: /indicators/StdDev/
- href: /indicators/StdDevChannels/
- href: /indicators/Stoch/
Expand Down
2 changes: 1 addition & 1 deletion docs/_indicators/Renko.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Renko Chart (Preview)
title: Renko Chart
permalink: /indicators/Renko/
layout: default
---
Expand Down
4 changes: 2 additions & 2 deletions docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ See [individual indicator pages]({{site.baseurl}}/indicators/) for specific usag

More examples available:

- [Example code]({{site.baseurl}}/examples/#content) in a simple working console application
- [Example usage code]({{site.baseurl}}/examples/#content) in a simple working console application
- [Demo site](https://stock-charts.azurewebsites.net) (a stock chart)

## Historical quotes
Expand All @@ -97,7 +97,7 @@ You must provide historical price quotes to the library in the standard OHLCV `I

### Where can I get historical quote data?

There are many places to get stock market data. Check with your brokerage or other commercial sites. If you're looking for a free developer API, try [Polygon.io](https://polygon.io), [TwelveData](https://twelvedata.com), or [Alpha Vantage](https://www.alphavantage.co).
There are many places to get stock market data. Check with your brokerage or other commercial sites. If you're looking for a free developer API, see our ongoing [discussion on market data]({{site.github.repository_url}}/discussions/579) for ideas.

### How much historical quote data do I need?

Expand Down
2 changes: 1 addition & 1 deletion docs/indicators.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ redirect_from:

## Oscillators

- [Awesome Oscillator](../indicators/Awesome/#content)
- [ConnorsRSI](../indicators/ConnorsRsi/#content)
- [Commodity Channel Index](../indicators/Cci/#content)
- [Detrended Price Oscillator (DPO)](../indicators/Dpo/#content)
Expand Down Expand Up @@ -113,7 +114,6 @@ redirect_from:
## Price characteristics

- [Average True Range (ATR)](../indicators/Atr/#content)
- [Awesome Oscillator](../indicators/Awesome/#content)
- [Balance of Power](../indicators/Bop/#content)
- [Bull and Bear Power](../indicators/ElderRay/#content)
- [Choppiness Index](../indicators/Chop/#content)
Expand Down
4 changes: 2 additions & 2 deletions src/m-r/Renko/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<type name="standard">
<summary>
(preview) Renko Chart is a modified Japanese candlestick pattern that uses time-lapsed bricks.
Renko Chart is a modified Japanese candlestick pattern that uses time-lapsed bricks.
<para>
See
<see href="https://daveskender.github.io/Stock.Indicators/indicators/Renko/#content">documentation</see>
Expand All @@ -22,7 +22,7 @@

<type name="atr">
<summary>
(preview) The ATR Renko Chart is a modified Japanese candlestick pattern based on Average True Range brick size.
The ATR Renko Chart is a modified Japanese candlestick pattern based on Average True Range brick size.
<para>
See
<see href="https://daveskender.github.io/Stock.Indicators/indicators/Renko/#content">documentation</see>
Expand Down
Binary file modified tests/indicators/_common/Data.Aggregate.xlsx
Binary file not shown.
Binary file modified tests/indicators/a-d/Adl/Adl.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/a-d/Aroon/Aroon.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/a-d/Atr/Atr.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/a-d/Awesome/Awesome.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/a-d/BollingerBands/BollingerBands.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/a-d/Cmf/Cmf.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/a-d/ConnorsRsi/ConnorsRsi.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/a-d/Donchian/Donchian.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/e-k/Epma/Epma.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/e-k/Kama/Kama.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/m-r/Macd/Macd.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/m-r/Marubozu/Marubozu.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/m-r/Mfi/Mfi.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/m-r/Obv/Obv.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/m-r/Pmo/Pmo.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/m-r/Prs/Prs.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/s-z/StdDev/StdDev.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/s-z/StochRsi/StochRsi.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/s-z/Trix/Trix.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/s-z/Ultimate/Ultimate.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/s-z/VolSma/VolSma.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/s-z/Wma/Wma.Calc.xlsx
Binary file not shown.
Binary file modified tests/indicators/s-z/ZigZag/ZigZag.Calc.xlsx
Binary file not shown.

0 comments on commit 9e819ee

Please sign in to comment.