README.md

myfxbook Interface for R

A simple interface for R to access data from myfxbook.

Find out more about the myfxbook API.

Installation

library(devtools)
install_github("DataWookie/myfxbook-for-R")

Usage

Have a look at the file in the demo directory. You'll need to set up a JSON file with your myfxbook login credentials. The file contents should look something like this:

{
    "username" : "username@gmail.com",
    "password" : "2ed2e628a257"
}


DataWookie/myfxbook-for-R documentation built on May 6, 2019, 1:53 p.m.