Website
Live demos
Guides
Source
Preparing search index...
The search index is not available
OpenAlgo Charts API - v2.3.2
OpenAlgo Charts API
indicators
Tier2Point
Interface Tier2Point
One external observation: a timestamp plus a value per plot key.
interface
Tier2Point
{
time
:
number
;
values
:
Readonly
<
Record
<
string
,
null
|
number
>
>
;
}
Index
Properties
time
values
Properties
time
time
:
number
UTC seconds.
values
values
:
Readonly
<
Record
<
string
,
null
|
number
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
time
values
Website
Live demos
Guides
Source
OpenAlgo Charts API - v2.3.2
Loading...
One external observation: a timestamp plus a value per plot key.