Description Usage Arguments Value See Also
Access Historical Trades for a given instrument.
1 2 3 4 5 6 7 8 9 | trading_mdh(
connection,
market_id = "ROFX",
symbol,
date,
date_from,
date_to,
tidy = TRUE
)
|
connection |
S4. Mandatory Formal rRofexConnection class object |
market_id |
String. Market to which we are going to connect.
|
symbol |
String. Use |
date |
String. Date to be queried. With format '%Y-%m-%d'. |
date_from |
String. Used together with 'date_to'. |
date_to |
String. Userd together with 'date_from'. |
tidy |
Logical. Data arranged on a tidy format. |
If correct, it will load a data frame.
Other market data functions:
trading_currencies()
,
trading_md()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.