Click or drag to resize

IndicatorBaseGetLastPrice Method

Returns the last traded price. In case the real time price is not available the closing value of the last available bar is returned

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public double GetLastPrice(
	int barsIndex
)

Parameters

barsIndex  Int32
 

Return Value

Double
See Also