@pond-ts/financial API Reference
Preparing search index...
OhlcvColumns
Interface OhlcvColumns
The conventional bar-column names. Override per call via a study's
column
.
interface
OhlcvColumns
{
close
:
string
;
high
:
string
;
low
:
string
;
open
:
string
;
volume
:
string
;
}
Index
Properties
close
high
low
open
volume
Properties
Readonly
close
close
:
string
Readonly
high
high
:
string
Readonly
low
low
:
string
Readonly
open
open
:
string
Readonly
volume
volume
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
close
high
low
open
volume
@pond-ts/financial API Reference
Loading...
The conventional bar-column names. Override per call via a study's
column.