Asset
Syntax
this.asset(symbol)
Description
The asset
function returns the current bar for a specific symbol.
Returns
The asset
function returns a OHLC bar
Examples
this.asset("AAPL");//=> {open: 100, high: 103, low: 99, close: 102}
this.asset(symbol)
The asset
function returns the current bar for a specific symbol.
The asset
function returns a OHLC bar
this.asset("AAPL");//=> {open: 100, high: 103, low: 99, close: 102}