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.4.0
Syntaxpublic double GetLastPrice(
int barsIndex
)
Parameters
- barsIndex Int32
-
Return Value
Double
See Also