jefc1111 / zenbot-sim-runner

A sim run batch aggregator / automator for Zenbot. Eases the process of backtesting and subsequent analysis of results.
4 stars 1 forks source link
backtesting backtesting-trading-strategies crypto zenbot

This project is no longer active

Logo

A sim run batch aggregator / automator for Zenbot. Eases the process of backtesting and subsequent analysis of results.


The documentation below is very out of date at the moment as I do not have time to update it or support a documented deployment guide.

If you are interested in this project please contact me here in Github or on Discord.


Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage - work in progress
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgements

About The Project

This application is a companion to the cryptocurrency trading bot Zenbot. Zenbot Sim Runner is able to import various data from Zenbot and then automate the running of simulations across multiple variations of multiple strategies.

I built this because:

This was primarily built for my own use and so is super-janky in places! There are no tests, no form validation, etc etc, so errors and bugs at this stage are to be expected.

Zenbot itself has disclaimers that should suffice, but just to be sure the message gets across: Use this project and Zenbot AT YOUR OWN RISK. You can and probably will lose money if and when you live trade on an exchange.

Built With

This project is basded on the PHP framework Laravel. In particular, it uses Laravel's job queue functionality to allow queueing up controlled submission of many simulation runs in one batch.

Getting Started

docker-compose up then work through all the issues that arise! (seriously, if you are trying this then just give me a shout if you get stuck)

Prerequisites

Installation

See 'Getting Started'

Usage

Work in progress

  1. Import strategies, exchanges and products from Zenbot (this populates the corresponding MySQL tables)
  2. Create a sim run batch (select strategies, refine strategies, confirm)
  3. Run the batch, or individual sim runs
  4. Observe queued jobs
  5. View results
  6. Copy batch details

License

Distributed under the MIT License.

Contact

Discord: https://discord.com/channels/880347822854115328/880347822854115331

Project Link: https://github.com/jefc1111/zenbot-sim-runner

Acknowledgements