From f8d83097faa348c06b99fdb0e358431a7bd6fb02 Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Sat, 27 Jul 2024 20:25:16 -0400 Subject: [PATCH] docs: Add inline convergence info link (#1227) --- README.md | 2 +- docs/GemFile.lock | 6 +++--- docs/_includes/head-style.html | 7 +++++-- docs/_includes/head.html | 4 ++-- docs/_includes/header.html | 4 ++-- docs/_indicators/Adx.md | 2 +- docs/_indicators/Alligator.md | 2 +- docs/_indicators/Atr.md | 2 +- docs/_indicators/AtrStop.md | 2 +- docs/_indicators/ChaikinOsc.md | 2 +- docs/_indicators/ConnorsRsi.md | 2 +- docs/_indicators/Dema.md | 2 +- docs/_indicators/Dynamic.md | 2 +- docs/_indicators/ElderRay.md | 2 +- docs/_indicators/Ema.md | 2 +- docs/_indicators/FisherTransform.md | 2 +- docs/_indicators/ForceIndex.md | 2 +- docs/_indicators/Gator.md | 2 +- docs/_indicators/HtTrendline.md | 2 +- docs/_indicators/Kama.md | 2 +- docs/_indicators/Keltner.md | 2 +- docs/_indicators/Kvo.md | 2 +- docs/_indicators/Macd.md | 2 +- docs/_indicators/Mama.md | 2 +- docs/_indicators/Pmo.md | 2 +- docs/_indicators/Pvo.md | 2 +- docs/_indicators/Rsi.md | 2 +- docs/_indicators/Smi.md | 2 +- docs/_indicators/Smma.md | 2 +- docs/_indicators/StarcBands.md | 2 +- docs/_indicators/Stc.md | 2 +- docs/_indicators/Stoch.md | 2 +- docs/_indicators/StochRsi.md | 2 +- docs/_indicators/SuperTrend.md | 2 +- docs/_indicators/T3.md | 2 +- docs/_indicators/Tema.md | 2 +- docs/_indicators/Trix.md | 2 +- docs/_indicators/Tsi.md | 2 +- docs/_indicators/VolatilityStop.md | 2 +- docs/assets/css/style.scss | 3 ++- docs/pages/home.md | 4 ++-- tests/other/Convergence.Tests.cs | 30 +++++++++++++++++++++++++++++ 42 files changed, 81 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index 040354b33..f66f8607c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,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. -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. +Build your 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. Visit our project site for more information: diff --git a/docs/GemFile.lock b/docs/GemFile.lock index 9ea019735..edd0bb195 100644 --- a/docs/GemFile.lock +++ b/docs/GemFile.lock @@ -43,7 +43,7 @@ GEM faraday (2.10.0) faraday-net_http (>= 2.0, < 3.2) logger - faraday-net_http (3.1.0) + faraday-net_http (3.1.1) net-http faraday-retry (2.2.1) faraday (~> 2.0) @@ -246,9 +246,9 @@ GEM mutex_m (0.2.0) net-http (0.4.1) uri - nokogiri (1.16.6-x64-mingw-ucrt) + nokogiri (1.16.7-x64-mingw-ucrt) racc (~> 1.4) - nokogiri (1.16.6-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) diff --git a/docs/_includes/head-style.html b/docs/_includes/head-style.html index cb2e9fd54..b6c4ba2b1 100644 --- a/docs/_includes/head-style.html +++ b/docs/_includes/head-style.html @@ -1,7 +1,7 @@