Send backtest results for jesse trade to discord
Project description
Jesse discord reporting library
Post the results of backtests to a discord channel using a webhook
install with: pip install JesseReportDiscord
Add the following to your strategy:
import JesseReportDiscord
def terminate(self):
JesseReportDiscord.sendJesseReportToDiscord('http://mydiscordgeneratedwebhook')
It publishes everything that you get after enabling all the options for your backtest (except debug logs) and a little more:
- strategy name,
- routes,
- hyperparameters,
- git branch,
- git commit SHA,
- json report,
- csv report (dates updated to human readable),
- legacy chart,
- quantstats report,
- tradingview pine editor script
- summary metrics
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file JesseReportDiscord-1.0.4.tar.gz.
File metadata
- Download URL: JesseReportDiscord-1.0.4.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65bee7c2226a22e2ed6263b03269fadb5b4406bc0d6ac1e4664ce9025ee73bc5
|
|
| MD5 |
5ff13b303231aa95816a796c96bc216b
|
|
| BLAKE2b-256 |
ddb1e153af038e5121049c897a1a491799a53eb23ccde7130b03d06b22e513d5
|
File details
Details for the file JesseReportDiscord-1.0.4-py3-none-any.whl.
File metadata
- Download URL: JesseReportDiscord-1.0.4-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b6522963b68faf87135a65318f15ecc688ea7cc37538583e7832e59392207bc
|
|
| MD5 |
560366fe47fccdb55615ee27c885d901
|
|
| BLAKE2b-256 |
665443544ea8d19f7ffd079f49580a76d7956f98f527a6e9d1ff7e8f9fa3e83f
|