Learn R Programming

PortfolioEffectHFT (version 1.7)

util_setCredentials: Set API Credentials

Description

Saves platform client log-in credentials. To retrieve your account credentials, please log in to your account or register for a free account at https://www.portfolioeffect.com/registration. This function should be called before any other requests to the server are made.

Usage

util_setCredentials(username,password,apiKey,hostname="quant07.portfolioeffect.com")

Arguments

username
User name
password
User password
apiKey
User api key
hostname
Server hostname

See Also

portfolio_create

Examples

Run this code
#util_setCredentials("User Name", "User Password ", "User apiKey")

Run the code above in your browser using DataLab