Skip to content

Automated Trading Bot with OANDA REST API implementation and discussed in my book Developing Trading Bot in JAVA.

Notifications You must be signed in to change notification settings

nagyistge/BuildingTradingBotsInJava.book-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 

Repository files navigation

Automated Trading Bot Framework

The software is covered by the Apache License and is discussed in my book Developing a Trading Bot using JAVA

##How to run the software

  1. Download the source code.
  2. Change the tradingbot.properties by configuring the email and twitter properties
  3. Change the tradingbot-oanda.properties by configuring the your oanda account specific properties
  4. Build the bot by executing script buildbot.bsh. The script uses maven. Please make sure its properly configured.
  5. Run the bot using script runbot-oanda.bsh

Follow live tweets of trades executed by the bot at Java TradingBot Twitter Feed.

The bot is currently using the strategies discussed in the book and some experimental strategies which are implemented in the branch new_ideas.

About

Automated Trading Bot with OANDA REST API implementation and discussed in my book Developing Trading Bot in JAVA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.9%
  • Other 1.1%