Rates
Module for retrieving and managing historical price data from MetaTrader 5.
Provides the Rates class for accessing historical price information.
Rates #
Represents historical price data for a financial instrument.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
symbol
|
str
|
The financial instrument symbol. |
required |
time_frame
|
int
|
The time frame for the rates. |
required |
start_position
|
int
|
The starting position for the rates. |
required |
count
|
int
|
The number of rates to retrieve. |
required |
Returns:
Type | Description |
---|---|
None
|
None |