SharpTrader.SDK - Developer API

IndicatorHelper..::..CanCalculate Property

GetValue()()()() is allowed to be called only after IndicatorHelper has new data received by Initialize(ValueSeries) or AddInputValue(Double). This helps to ensure that values are not accidentally duplicated to multiple bars. This property indicates whether GetValue()()()() can be called.

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

Syntax


public bool CanCalculate { get; set; }