[CodeFactor] Apply fixes

This commit is contained in:
codefactor-io
2024-11-03 23:47:53 +00:00
parent af42958c69
commit a0c99ef326
130 changed files with 0 additions and 141 deletions
-1
View File
@@ -39,7 +39,6 @@ namespace QuanTAlib;
///
/// Note: Default period of 14 was recommended by Wilder
/// </remarks>
[SkipLocalsInit]
public sealed class Adx : AbstractBarBase
{
-1
View File
@@ -31,7 +31,6 @@ namespace QuanTAlib;
///
/// Note: Default period of 14 was recommended by Wilder
/// </remarks>
[SkipLocalsInit]
public sealed class Adxr : AbstractBarBase
{
-1
View File
@@ -32,7 +32,6 @@ namespace QuanTAlib;
///
/// Note: Default periods are 12 and 26, similar to MACD
/// </remarks>
[SkipLocalsInit]
public sealed class Apo : AbstractBase
{
-1
View File
@@ -35,7 +35,6 @@ namespace QuanTAlib;
///
/// Note: Default period of 14 was recommended by Wilder
/// </remarks>
[SkipLocalsInit]
public sealed class Dmi : AbstractBarBase
{
-1
View File
@@ -32,7 +32,6 @@ namespace QuanTAlib;
/// Original DMI by J. Welles Wilder Jr. - "New Concepts in Technical Trading Systems" (1978)
/// Enhanced with JMA smoothing by Mark Jurik
/// </remarks>
[SkipLocalsInit]
public sealed class Dmx : AbstractBarBase
{
-1
View File
@@ -35,7 +35,6 @@ namespace QuanTAlib;
///
/// Note: DPO helps identify cycles by removing the trend component from the price data
/// </remarks>
[SkipLocalsInit]
public sealed class Dpo : AbstractBase
{
-1
View File
@@ -31,7 +31,6 @@ namespace QuanTAlib;
/// https://www.investopedia.com/terms/m/macd.asp
/// https://school.stockcharts.com/doku.php?id=technical_indicators:macd
/// </remarks>
[SkipLocalsInit]
public sealed class Macd : AbstractBase
{
-1
View File
@@ -26,7 +26,6 @@ namespace QuanTAlib;
/// Technical Analysis of Financial Markets by John J. Murphy
/// Technical Analysis Using Multiple Timeframes by Brian Shannon
/// </remarks>
[SkipLocalsInit]
public sealed class Mom : AbstractBase
{
-1
View File
@@ -28,7 +28,6 @@ namespace QuanTAlib;
/// Developed by Carl Swenlin
/// Technical Analysis of Stocks and Commodities magazine
/// </remarks>
[SkipLocalsInit]
public sealed class Pmo : AbstractBase
{
-1
View File
@@ -27,7 +27,6 @@ namespace QuanTAlib;
/// Sources:
/// Technical Analysis of Financial Markets by John J. Murphy
/// </remarks>
[SkipLocalsInit]
public sealed class Po : AbstractBase
{
-1
View File
@@ -28,7 +28,6 @@ namespace QuanTAlib;
/// Technical Analysis of Financial Markets by John J. Murphy
/// StockCharts.com Technical Indicators
/// </remarks>
[SkipLocalsInit]
public sealed class Ppo : AbstractBase
{
-1
View File
@@ -26,7 +26,6 @@ namespace QuanTAlib;
/// Technical Analysis of Financial Markets by John J. Murphy
/// StockCharts.com Technical Indicators
/// </remarks>
[SkipLocalsInit]
public sealed class Prs : AbstractBase
{
-1
View File
@@ -26,7 +26,6 @@ namespace QuanTAlib;
/// Technical Analysis of Financial Markets by John J. Murphy
/// Technical Analysis of Stock Trends by Robert D. Edwards and John Magee
/// </remarks>
[SkipLocalsInit]
public sealed class Roc : AbstractBase
{
-1
View File
@@ -27,7 +27,6 @@ namespace QuanTAlib;
/// Jack Hutson - "Technical Analysis of Stocks and Commodities" magazine, 1983
/// John J. Murphy - "Technical Analysis of the Financial Markets"
/// </remarks>
[SkipLocalsInit]
public sealed class Trix : AbstractBase
{
-1
View File
@@ -47,7 +47,6 @@ namespace QuanTAlib;
///
/// Note: Values above +25 indicate overbought conditions, while values below -25 indicate oversold conditions
/// </remarks>
[SkipLocalsInit]
public sealed class Tsi : AbstractBase
{
-1
View File
@@ -27,7 +27,6 @@ namespace QuanTAlib;
/// Enhanced with JMA smoothing by Mark Jurik
/// Technical Analysis of Financial Markets by John J. Murphy
/// </remarks>
[SkipLocalsInit]
public sealed class Vel : AbstractBase
{
-1
View File
@@ -46,7 +46,6 @@ namespace QuanTAlib;
///
/// Note: When +VI crosses above -VI, it signals a potential uptrend, and vice versa
/// </remarks>
[SkipLocalsInit]
public sealed class Vortex : AbstractBase
{