Time Series Operations

This page provides documentation for time series operations available through the API.

Overview

The Time Series operations provide various methods to access historical price data and market information. These methods allow you to retrieve open, high, low, close prices, volume data, and perform time-based operations on historical data.

Available Methods

Price Data Access

  • iOpen: Returns the opening price of a bar

  • iClose: Returns the closing price of a bar

  • iHigh: Returns the highest price of a bar

  • iLow: Returns the lowest price of a bar

  • iVolume: Returns the volume of a bar

  • iTime: Returns the opening time of a bar

Data Navigation

  • iBars: Returns the total number of available bars

  • iBarShift: Returns the bar index for a specified time

Data Analysis

  • iHighest: Returns the index of the bar with the highest value

  • iLowest: Returns the index of the bar with the lowest value

Last updated