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 nameTimeframe: Returns the current timeframeBid: Returns the current bid priceAsk: Returns the current ask priceDigits: Returns the number of decimal placesPoint: Returns the minimum price change
Price Data
Open: Returns the opening price for a specific barClose: Returns the closing price for a specific barHigh: Returns the highest price for a specific barLow: Returns the lowest price for a specific barVolume: Returns the volume for a specific barGetPrice: Returns a specific price type for a bar
Time and Bars
Value Analysis
GetHighestValue: Finds the highest value in a rangeGetLowestValue: Finds the lowest value in a range
Click on any method name to view its detailed documentation.
Last updated