SharpTrader.SDK - Developer API

IndicatorHelpers Class

Indicator-like transformations that are consumed by actual indicators and other functionality.

Namespace:  Sharpshooter.SDK.Indicators
Assembly:  Sharpshooter.SDK (in Sharpshooter.SDK.dll)

Syntax


public static class IndicatorHelpers

Remarks


As with actual indicators, arrays of return values are synchronized in their indexing with input. Input value with index i is the latest used in calculating result[i]. Values that cannot be calculated due to insufficient data are zero.

Inheritance Hierarchy


Object
  Sharpshooter.SDK.Indicators..::..IndicatorHelpers