IndicatorBaseGetLastPrice Method |
Returns the lastPrice traded price. In case the real time price is not available the closing value of the lastPrice available bar is returned
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.5.0
Syntaxpublic double GetLastPrice(
int barsIndex
)
Parameters
- barsIndex Int32
-
Return Value
Double
See Also