Skip to content

Commit

Permalink
move to roboquant 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Jul 6, 2023
1 parent b8a33a5 commit bbaa48b
Show file tree
Hide file tree
Showing 21 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -15,7 +15,7 @@ USER 1000

# Install the Kotlin kernel in the Jupyter environment
# RUN pip install kotlin-jupyter-kernel==0.11.0.255
RUN pip install -i https://test.pypi.org/simple/ kotlin-jupyter-kernel==0.12.0.5
RUN pip install -i https://test.pypi.org/simple/ kotlin-jupyter-kernel==0.12.0.12

# Make additional Kotlin kernels available with different memory profiles
RUN python -m kotlin_kernel add-kernel --name "Small_0.5GB" --jvm-arg=-Xmx512M
Expand Down
10 changes: 5 additions & 5 deletions README.adoc
Expand Up @@ -17,7 +17,7 @@ image:https://img.shields.io/docker/image-size/roboquant/jupyter[Docker Image Si
image:https://img.shields.io/docker/v/roboquant/jupyter[Docker Image Version (latest by date)]
image:https://img.shields.io/docker/pulls/roboquant/jupyter[Docker Pulls]

This repository contains a number of Jupyter notebooks that demonstrate how to use _roboquant_. The focus of each notebook is on a specific task, like how to visualize results or create technical-analysis based strategies.
This repository contains a number of Jupyter notebooks that demonstrate how to use _roboquant_. The focus of each notebook is on a specific task, like how to visualize results or create strategies based on technical indicators.

image:http://roboquant.org/img/jupyter-lab.png[Jupyter Lab]

Expand Down Expand Up @@ -48,17 +48,17 @@ If you don't want to install anything on your local machine, you can try any of

These are the how-to notebooks that are included:

* backtest.ipynb — How to run a different types of back tests. This is also a good starting place if you are new to _roboquant_
* backtest.ipynb — How to run different types of back tests. This is also a good starting place if you are new to _roboquant_
* charts.ipynb — Shows the charting capabilities of roboquant
* alpaca.ipynb — Shows the integration with Alpaca broker
* binance.ipynb — Shows the integration with Binance crypto exchange
* crypto.ipynb — Shows the integration with many crypto exchanges using the XChange library
* strategies.ipynb — How to develop your own strategies
* policies.ipynb — How to develop a custom policy
* discord.ipynb — ow to develop a Discord bot
* talib.ipynb — How to develop technical analysis based strategies using the `TaLib` library
* ta4j.ipynb — How to develop technical analysis based strategies using teh `Ta4j` library
* xgboost.ipynb — How to develop a machine learning based strategy using XGBoost
* talib.ipynb — How to develop technical analysis strategies using the `TaLib` library
* ta4j.ipynb — How to develop technical analysis strategies using teh `Ta4j` library
* xgboost.ipynb — How to develop strategies using XGBoost
* forex.ipynb — How to run back-tests for Forex trading
* empty.ipynb — Empty notebook that just includes the `%use` statement
* basic.ipynb — Notebook with a simple custom strategy that can serve as a starting point for developing your own strategy
Expand Down
2 changes: 1 addition & 1 deletion bin/dockerbuild.sh
Expand Up @@ -11,4 +11,4 @@ rm -f notebooks/*.nbconvert.ipynb
jupyter nbconvert --clear-output --inplace notebooks/*.ipynb

# Build for AMD64 and ARM64 platforms
docker buildx build --platform linux/amd64,linux/arm64/v8 -t roboquant/jupyter:1.5.0 -t roboquant/jupyter:latest --push .
docker buildx build --platform linux/amd64,linux/arm64/v8 -t roboquant/jupyter:1.6.0 -t roboquant/jupyter:latest --push .
2 changes: 1 addition & 1 deletion bin/dockerbuild_singleplatform.sh
Expand Up @@ -5,4 +5,4 @@ rm -f notebooks/*.nbconvert.ipynb
jupyter nbconvert --clear-output --inplace notebooks/*.ipynb

# Build for local platform only
docker build -t roboquant/jupyter:1.5.0 -t roboquant/jupyter:latest .
docker build -t roboquant/jupyter:1.6.0 -t roboquant/jupyter:latest .
2 changes: 1 addition & 1 deletion notebooks/alpaca.ipynb
Expand Up @@ -28,7 +28,7 @@
"metadata": {},
"outputs": [],
"source": [
"%use roboquant(version=1.6.0-SNAPSHOT, modules=extra)\n",
"%use roboquant(version=1.6.0, modules=extra)\n",
"\n",
"import org.roboquant.alpaca.*\n",
"Welcome()"
Expand Down
2 changes: 1 addition & 1 deletion notebooks/backtest.ipynb
Expand Up @@ -19,7 +19,7 @@
"metadata": {},
"outputs": [],
"source": [
"%use roboquant(1.6.0-SNAPSHOT)\n",
"%use roboquant(1.6.0)\n",
"Welcome()"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/basic.ipynb
Expand Up @@ -16,7 +16,7 @@
"metadata": {},
"outputs": [],
"source": [
"%use roboquant(1.6.0-SNAPSHOT)\n",
"%use roboquant(1.6.0)\n",
"Welcome()"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/binance.ipynb
Expand Up @@ -28,7 +28,7 @@
"metadata": {},
"outputs": [],
"source": [
"%use roboquant(version=1.6.0-SNAPSHOT, modules=crypto)\n",
"%use roboquant(version=1.6.0, modules=crypto)\n",
"\n",
"// import binance package\n",
"import org.roboquant.binance.*\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/charts.ipynb
Expand Up @@ -23,7 +23,7 @@
},
"outputs": [],
"source": [
"%use roboquant(1.6.0-SNAPSHOT)\n",
"%use roboquant(1.6.0)\n",
"Welcome()"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/crypto.ipynb
Expand Up @@ -16,7 +16,7 @@
"metadata": {},
"outputs": [],
"source": [
"%use roboquant(version=1.6.0-SNAPSHOT, modules=crypto)\n",
"%use roboquant(version=1.6.0, modules=crypto)\n",
"\n",
"import org.roboquant.xchange.*\n",
"Welcome()"
Expand Down
2 changes: 1 addition & 1 deletion notebooks/dataframes.ipynb
Expand Up @@ -28,7 +28,7 @@
"dataFrameConfig.display.rowsLimit = 20\n",
"dataFrameConfig.display.nestedRowsLimit = 4\n",
"\n",
"%use roboquant(1.6.0-SNAPSHOT)"
"%use roboquant(1.6.0)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/discord.ipynb
Expand Up @@ -25,7 +25,7 @@
},
"outputs": [],
"source": [
"%use roboquant(version=1.6.0-SNAPSHOT, modules=crypto)\n",
"%use roboquant(version=1.6.0, modules=crypto)\n",
"\n",
"// Load the JDA library and import the required classes\n",
"@file:DependsOn(\"net.dv8tion:JDA:5.0.0-beta.4\")\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/empty.ipynb
Expand Up @@ -16,7 +16,7 @@
"metadata": {},
"outputs": [],
"source": [
"%use roboquant(1.6.0-SNAPSHOT)\n",
"%use roboquant(1.6.0)\n",
"Welcome()"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/forex.ipynb
Expand Up @@ -16,7 +16,7 @@
},
"outputs": [],
"source": [
"%use roboquant(1.6.0-SNAPSHOT)\n",
"%use roboquant(1.6.0)\n",
"Welcome()"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/ibkr.ipynb
Expand Up @@ -58,7 +58,7 @@
"metadata": {},
"outputs": [],
"source": [
"%use roboquant(version=1.6.0-SNAPSHOT, modules=ibkr)\n",
"%use roboquant(version=1.6.0, modules=ibkr)\n",
"import org.roboquant.ibkr.*\n",
"Welcome()"
]
Expand Down
2 changes: 1 addition & 1 deletion notebooks/policies.ipynb
Expand Up @@ -17,7 +17,7 @@
"metadata": {},
"outputs": [],
"source": [
"%use roboquant(1.6.0-SNAPSHOT)\n",
"%use roboquant(1.6.0)\n",
"Welcome()"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/preload.ipynb
Expand Up @@ -15,7 +15,7 @@
"metadata": {},
"outputs": [],
"source": [
"%use roboquant(version=1.6.0-SNAPSHOT, modules=extra:crypto:ibkr)"
"%use roboquant(version=1.6.0, modules=extra:crypto:ibkr)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/strategies.ipynb
Expand Up @@ -25,7 +25,7 @@
"metadata": {},
"outputs": [],
"source": [
"%use roboquant(1.6.0-SNAPSHOT)\n",
"%use roboquant(1.6.0)\n",
"Welcome()"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/ta4j.ipynb
Expand Up @@ -15,7 +15,7 @@
"metadata": {},
"outputs": [],
"source": [
"%use roboquant(1.6.0-SNAPSHOT)\n",
"%use roboquant(1.6.0)\n",
"Welcome()"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/talib.ipynb
Expand Up @@ -15,7 +15,7 @@
"metadata": {},
"outputs": [],
"source": [
"%use roboquant(1.6.0-SNAPSHOT)\n",
"%use roboquant(1.6.0)\n",
"Welcome()"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/xgboost.ipynb
Expand Up @@ -19,7 +19,7 @@
"metadata": {},
"outputs": [],
"source": [
"%use roboquant(1.6.0-SNAPSHOT)\n",
"%use roboquant(1.6.0)\n",
"Welcome()"
]
},
Expand Down

0 comments on commit bbaa48b

Please sign in to comment.