Skip to content

Commit

Permalink
chore: update packages (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Jul 1, 2023
1 parent d39d151 commit e2094ef
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

**Stock Indicators for .NET** is a C# [library package](https://www.nuget.org/packages/Skender.Stock.Indicators) that produces financial market technical indicators. Send in historical price quotes and get back desired indicators such as moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, etc. Nothing more.

It can be used in any market analysis software using standard [OHLCV price quotes](https://dotnet.StockIndicators.dev/guide/#historical-quotes) for equities, commodities, forex, cryptocurrencies, and others. We had private trading algorithms, machine learning, and charting systems in mind when originally creating this library. [Stock Indicators for Python](https://python.StockIndicators.dev/) is also available.
Build your private technical analysis, trading algorithms, machine learning, charting, or other intelligent market software with this library and your own [OHLCV](https://dotnet.stockindicators.dev/guide/#historical-quotes) price quotes sources for equities, commodities, forex, cryptocurrencies, and others. [Stock Indicators for Python](https://python.stockindicators.dev/) is also available. [Stock Indicators for Python](https://python.StockIndicators.dev/) is also available.

Visit our project site for more information:

Expand Down
16 changes: 8 additions & 8 deletions docs/GemFile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.4.3)
activesupport (7.0.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -31,11 +31,11 @@ GEM
ethon (0.16.0)
ffi (>= 1.15.0)
execjs (2.8.1)
faraday (2.7.4)
faraday (2.7.9)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
faraday-retry (2.1.0)
faraday-retry (2.2.0)
faraday (~> 2.0)
ffi (1.15.5)
ffi (1.15.5-x64-mingw-ucrt)
Expand Down Expand Up @@ -97,7 +97,7 @@ GEM
nokogiri (>= 1.4)
htmlcompressor (0.4.0)
http_parser.rb (0.8.0)
i18n (1.13.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (3.9.3)
addressable (~> 2.4)
Expand Down Expand Up @@ -232,10 +232,10 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.18.0)
nokogiri (1.15.1-x64-mingw-ucrt)
minitest (5.18.1)
nokogiri (1.15.2-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.15.1-x86_64-linux)
nokogiri (1.15.2-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand All @@ -244,7 +244,7 @@ GEM
forwardable-extended (~> 2.6)
posix-spawn (0.3.15)
public_suffix (4.0.7)
racc (1.6.2)
racc (1.7.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down
16 changes: 8 additions & 8 deletions docs/_includes/head-style.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
}

h1 {
font-size: 2.5rem;
line-height: 2.5rem;
font-size: 2.2rem;
line-height: 2.2rem;
}

@media screen and (max-width: 480px) {
h1 {
font-size: 1.75rem;
font-size: 1.8rem;
line-height: 1.8rem;
}
}

h2 {
font-size: 2rem;
line-height: 1.5rem;
font-size: 1.8rem;
line-height: 1.6rem;
}

@media screen and (max-width: 480px) {
Expand All @@ -50,17 +50,17 @@
}

h3 {
font-size: 1.5rem;
font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
h3 {
font-size: 1.25rem;
font-size: 1.2rem;
}
}

h4 {
font-size: 1.25rem;
font-size: 1.2rem;
}

@media screen and (max-width: 480px) {
Expand Down
4 changes: 3 additions & 1 deletion docs/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lazy-images: true

**Stock Indicators for .NET** is a C# [library package](https://www.nuget.org/packages/Skender.Stock.Indicators) that produces financial market technical indicators. Send in historical price quotes and get back desired indicators such as moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, etc. Nothing more.

It can be used in any market analysis software using standard [OHLCV]({{site.baseurl}}/guide/#historical-quotes) price quotes for equities, commodities, forex, cryptocurrencies, and others. We had private technical analysis, trading algorithms, machine learning, and charting systems in mind when originally creating this library. [Stock Indicators for Python](https://python.stockindicators.dev/) is also available.
Build your private technical analysis, trading algorithms, machine learning, charting, or other intelligent market software with this library and your own [OHLCV]({{site.baseurl}}/guide/#historical-quotes) price quotes sources for equities, commodities, forex, cryptocurrencies, and others. [Stock Indicators for Python](https://python.stockindicators.dev/) is also available.

Explore more information:

Expand All @@ -38,6 +38,8 @@ Explore more information:

## Reputable and extensible indicators

You'll get all of the industry standard indicators out-of-the-box. Additionally, you can create compatible [custom indicators]({{site.baseurl}}/custom-indicators/#content).

<img alt="sample indicators shown in chart"
srcset="
examples-400.webp 400w,
Expand Down
6 changes: 3 additions & 3 deletions tests/external/Tests.Other.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
8 changes: 4 additions & 4 deletions tests/indicators/Tests.Indicators.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
<PackageReference Include="coverlet.collector" Version="3.2.0">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit e2094ef

Please sign in to comment.