mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-18 02:28:05 +00:00
[CodeFactor] Apply fixes
This commit is contained in:
@@ -26,7 +26,6 @@ namespace QuanTAlib;
|
||||
/// Bill Williams - "Trading Chaos" (1995)
|
||||
/// https://www.investopedia.com/terms/a/ac.asp
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Ac : AbstractBase
|
||||
{
|
||||
|
||||
@@ -26,7 +26,6 @@ namespace QuanTAlib;
|
||||
/// Bill Williams - "Trading Chaos" (1995)
|
||||
/// https://www.investopedia.com/terms/a/awesomeoscillator.asp
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Ao : AbstractBase
|
||||
{
|
||||
|
||||
@@ -32,7 +32,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Default period of 25 was recommended by Chande
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Aroon : AbstractBarBase
|
||||
{
|
||||
|
||||
@@ -25,7 +25,6 @@ namespace QuanTAlib;
|
||||
/// Igor Livshin (1990s)
|
||||
/// https://www.investopedia.com/terms/b/bop.asp
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Bop : AbstractBase
|
||||
{
|
||||
|
||||
@@ -30,7 +30,6 @@ namespace QuanTAlib;
|
||||
/// Donald Lambert (1980)
|
||||
/// https://www.investopedia.com/terms/c/commoditychannelindex.asp
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Cci : AbstractBase
|
||||
{
|
||||
|
||||
@@ -28,7 +28,6 @@ namespace QuanTAlib;
|
||||
/// Tushar Chande (1990s)
|
||||
/// Technical Analysis of Stocks and Commodities magazine
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Cfo : AbstractBase
|
||||
{
|
||||
|
||||
@@ -35,7 +35,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Default period is 14
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Chop : AbstractBase
|
||||
{
|
||||
|
||||
@@ -33,7 +33,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Similar to RSI but with different scaling and calculation method
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Cmo : AbstractBase
|
||||
{
|
||||
|
||||
@@ -33,7 +33,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Default period is 10
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Cog : AbstractBase
|
||||
{
|
||||
|
||||
@@ -34,7 +34,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Default period of 14 was recommended by Wilder
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Rsi : AbstractBase
|
||||
{
|
||||
|
||||
@@ -33,7 +33,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Proprietary enhancement of RSI using JMA technology
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Rsx : AbstractBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user