PeriodParams
Interface
Types Module: Datafeed
Parameters passed to getBars
Properties
countBack
The exact amount of bars to load, should be considered a higher priority than from
if your datafeed supports it
Type
number
firstDataRequest
Used to identify if it's the first call of getBars
Type
boolean
from
Unix timestamp (leftmost requested bar)
Type
number
to
Unix timestamp (rightmost requested bar - not inclusive)
Type
number