Skip to content

Commit

Permalink
updated install
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Feb 20, 2024
1 parent 4724d36 commit 40d576c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@

# Roboquant
# ![roboquant logo](https://github.com/neurallayer/roboquant.py/raw/main/docs/roboquant_header.png)

![PyPI - Version](https://img.shields.io/pypi/v/roboquant)
![PyPI - License](https://img.shields.io/pypi/l/roboquant)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/roboquant)
![PyPI - Status](https://img.shields.io/pypi/status/roboquant)
[![discord](https://img.shields.io/discord/954650958300856340?label=discord)](https://discord.com/channels/954650958300856340/954650958300856343)

Roboquant is an open-source algorithmic trading platform. It is flexible, user-friendly and completely free to use. It is designed for anyone serious about algo-trading. So whether you are a beginning retail trader or an established trading firm, roboquant can help you to develop robust and fully automated trading strategies.

![roboquant logo](https://github.com/neurallayer/roboquant.py/raw/main/docs/roboquant_header.png)

## Usage
The following code snippet shows the steps required to run a full back-test on a number of stocks.

Expand Down
Binary file modified docs/roboquant_header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ dependencies = [
[project.optional-dependencies]
torch = ["torch>=2.1.0", "tensorboard>=2.15.2"]
yahoo = ["yfinance~=0.2.36"]
all = [ "roboquant[torch,yahoo]" ]
ibkr = ["nautilus-ibapi~=10.19.2"]
all = [ "roboquant[torch,yahoo,ibkr]" ]


[project.urls]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ requests~=2.31.0
yfinance~=0.2.36
torch>=2.1.0
tensorboard>=2.15.1
nautilus-ibapi~=10.19.2

# Build tools
build~=1.0.3
Expand Down

0 comments on commit 40d576c

Please sign in to comment.