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.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public double GetLastPrice(
int barsIndex
)
Parameters
- barsIndex Int32
-
Return Value
DoubleSee Also