Skip to content

Using etrade API to perform automatic trading based on some basic models.

Notifications You must be signed in to change notification settings

canzhen/auto-trade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E*TRADE API Java Example Appication

The example application provides an environment for testing and validating the sandbox and live API.

Table of Contents

Requirements

  • Java 1.8 or later.
  • Maven 3.0.3 or later
  • An E*TRADE account.
  • E*TRADE consumer key and consumer secret.

Setup

  • Unzip the autotrade.zip.
  • Update oauth keys in the oauth.properties file available with source.

Running Code

  • Run maven clean install
  • If you encounter any issues to run maven clean install command, please change file permissions on the source folder.
  • From the Root project directory, run the run script for mac/linux environment. For Windows, use run.bat.

Features

  • Sandbox
    • Account List
    • Balance
    • Portfolio
    • Order List
    • Order Preview
    • Quote
  • Live
    • Account List
    • Balance
    • Portfolio
    • Order List
    • Order Preview
    • Quote

Documentation

About

Using etrade API to perform automatic trading based on some basic models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages