Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

JesseReportDiscord-1.0.5.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

JesseReportDiscord-1.0.5-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page