Skip to content

msilb/akka-trading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

akka-trading

Scala Backtesting + Live Trading Framework built on top of Akka/Spray

What is it good for?

This framework can be useful for people coming from Scala background who are making their first steps in back/live testing automated trading strategies using Oanda's REST API, which is in my opinion one of the best available retail APIs. Since this is work in progress, if you are a Scala enthusiast and are interested in automated trading, have a look and feel free to fork repo and contribute!

Usage

Just clone the repo and drop your trading logic into StrategyFSM.scala. Don't forget to modify AuthInfo.scala to include your own account ID and access token for Oanda's REST API.

Note: If you are simply looking for a way to connect to Oanda REST API using Scala/Akka, check out my Scalanda project

About

Scala Backtesting + Oanda REST API Trading Framework built on top of Akka/Spray

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages