Giter Site home page Giter Site logo

jagl16 / roboquant Goto Github PK

View Code? Open in Web Editor NEW

This project forked from neurallayer/roboquant

0.0 0.0 0.0 10.89 MB

an open source algorithmic trading framework written in Kotlin for anyone serious about algo-trading

License: Apache License 2.0

Kotlin 100.00%

roboquant's Introduction

Roboquant

roboquant Kotlin Automated Build APL v2 Binder GitHub issues GitHub last commit GitHub tag (latest by date)

Roboquant is an algorithmic trading platform that is fast and flexible while at the same time strives to be easy to use. It is fully open source, written in Kotlin, and can be used in Jupyter Notebooks as well as standalone applications. It is meant to be used by anyone serious about algo trading, from retail traders to proprietary trading firms.

roboquant Logo

You can find out more at roboquant.org. Give this repository a star ⭐ if you like the project.

Code sample

To demonstrate how easy it is to get started, the following code snippet shows all the key ingredients required to back-test a trading strategy:

val strategy = EMACrossover() // (1)
val metric = AccountSummary() // (2)
val roboquant = Roboquant(strategy, metric) // (3)

val feed = CSVFeed("data/US") // (4)
roboquant.run(feed) // (5)
  1. Create the strategy that you want to validate

  2. Define the metrics you want to use during the test

  3. Create a Roboquant instance, the engine of the framework

  4. What data should be used, in this case CSV files

  5. Run the back test

Features

Some key features of roboquant are:

  • ✓ Very fast back-testing, even on large volumes of data.

  • ✓ Easy to develop your own strategies and integrate with brokers and data feeds

  • ✓ Trade in multiple asset classes at the same time

  • ✓ Run anything from a technical indicator to complex deep learning based strategies

  • ✓ Easy to transition from back-testing to live trading

  • ✓ Trade on multi-markets with multi-currencies

  • ✓ Developed under open source with a permissive Apache license

  • ✓ Use Jupyter Notebooks with insightful charts if you prefer interactive development

  • ✓ Batteries included: over 200 technical indicators

  • ✓ Out of the box integration with Alpaca, Interactive Brokers, OANDA, IEX Cloud, Yahoo Finance, Alpha Vantage, Binance and most other crypto exchanges

Installation

If you have already Docker installed, all it takes is a single command to have a fully functional Jupyter Lab environment available:

docker run --rm -p 8888:8888 roboquant/jupyter

This also comes with several tutorials. And if you just want to try it without any installation, go toBinder, although it might be a bit slow to start the environment.

Jupyter Lab

See the installation guide for more ways to install and use roboquant, for example if you want to use it in a standalone application and want to include the libraries.

License

Roboquant is distributed under the Apache 2.0 License.

Disclaimer

Roboquant also comes with live trading and paper trading capabilities. Using this is at your own risk and there are NO guarantees about the correct functioning of the software.

Beta version

Roboquant is in its pre-1.0 release and bugs are fore sure still present. Also expect API’s to change without notice. PR are more than welcome, see also the Contribution Guide document. If you’re missing some features, just open an issue on GitHub.

See also the todo documentation for already identified backlog items if you look for something to work on.

roboquant's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.