Current Symbol and Timeframe

This page provides documentation for the Current Symbol and Timeframe functionality.

Overview

The Current Symbol and Timeframe functionality provides methods to access and analyze the current trading symbol's data, including price information, time series data, and statistical calculations.

Available Methods

Symbol Information

  • Symbol: Returns the current symbol name

  • Timeframe: Returns the current timeframe

  • Bid: Returns the current bid price

  • Ask: Returns the current ask price

  • Digits: Returns the number of decimal places

  • Point: Returns the minimum price change

Price Data

  • Open: Returns the opening price for a specific bar

  • Close: Returns the closing price for a specific bar

  • High: Returns the highest price for a specific bar

  • Low: Returns the lowest price for a specific bar

  • Volume: Returns the volume for a specific bar

  • GetPrice: Returns a specific price type for a bar

Time and Bars

  • Time: Returns the time for a specific bar

  • Bars: Returns the total number of bars

Value Analysis

Click on any method name to view its detailed documentation.

Last updated