mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-16 17:48:05 +00:00
[CodeFactor] Apply fixes
This commit is contained in:
@@ -40,7 +40,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Focuses on the relationship between price and volume
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Adl : AbstractBase
|
||||
{
|
||||
|
||||
@@ -42,7 +42,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Positive values indicate buying pressure, while negative values indicate selling pressure
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Adosc : AbstractBase
|
||||
{
|
||||
|
||||
@@ -49,7 +49,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Provides a more detailed analysis of volume flow than traditional OBV
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Aobv : AbstractBase
|
||||
{
|
||||
|
||||
@@ -39,7 +39,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Values above zero indicate buying pressure, while values below zero indicate selling pressure
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Cmf : AbstractBase
|
||||
{
|
||||
|
||||
@@ -44,7 +44,6 @@ namespace QuanTAlib;
|
||||
/// Note: Positive values suggest prices are rising with light volume (bullish),
|
||||
/// while negative values suggest prices are falling with light volume (bearish)
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Eom : AbstractBase
|
||||
{
|
||||
|
||||
@@ -42,7 +42,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Positive values indicate buying pressure, while negative values indicate selling pressure
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Kvo : AbstractBase
|
||||
{
|
||||
|
||||
@@ -46,7 +46,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Values above 80 indicate overbought conditions, while values below 20 indicate oversold conditions
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Mfi : AbstractBase
|
||||
{
|
||||
|
||||
@@ -41,7 +41,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Rising NVI suggests smart money is buying, while falling NVI suggests smart money is selling
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Nvi : AbstractBase
|
||||
{
|
||||
|
||||
@@ -44,7 +44,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Rising OBV suggests buying pressure, while falling OBV suggests selling pressure
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Obv : AbstractBase
|
||||
{
|
||||
|
||||
@@ -40,7 +40,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Rising PVI suggests public buying pressure, while falling PVI suggests public selling pressure
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Pvi : AbstractBase
|
||||
{
|
||||
|
||||
@@ -37,7 +37,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Positive values indicate higher short-term volume, while negative values indicate higher long-term volume
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Pvo : AbstractBase
|
||||
{
|
||||
|
||||
@@ -37,7 +37,6 @@ namespace QuanTAlib;
|
||||
/// Note: High positive values indicate strong upward momentum with volume support,
|
||||
/// while high negative values indicate strong downward momentum with volume support
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Pvol : AbstractBase
|
||||
{
|
||||
|
||||
@@ -36,7 +36,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Higher absolute values indicate more significant price moves with volume support
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Pvr : AbstractBase
|
||||
{
|
||||
|
||||
@@ -37,7 +37,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Rising PVT suggests buying pressure, while falling PVT suggests selling pressure
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Pvt : AbstractBase
|
||||
{
|
||||
|
||||
@@ -39,7 +39,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Rising TVI suggests accumulation, while falling TVI suggests distribution
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Tvi : AbstractBase
|
||||
{
|
||||
|
||||
@@ -33,7 +33,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Higher values indicate stronger volume force
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Vf : AbstractBase
|
||||
{
|
||||
|
||||
@@ -33,7 +33,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Returns Point of Control (price level with highest volume)
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Vp : AbstractBase
|
||||
{
|
||||
|
||||
@@ -37,7 +37,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Commonly used by institutional traders
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Vwap : AbstractBase
|
||||
{
|
||||
|
||||
@@ -34,7 +34,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: More responsive to high-volume price movements
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Vwma : AbstractBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user