Click or drag to resize

IndicatorBaseIsClose Property

Note: This API is now obsolete.

Specifies what value an empty series node will return. If true, will return the Close price of the corresponding IBars index. If false, will return NaN

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
[ObsoleteAttribute]
public virtual bool IsClose { get; }

Property Value

Boolean
See Also