simple-back icon indicating copy to clipboard operation
simple-back copied to clipboard

A simple daily python backtester that works out of the box.

Results 17 simple-back issues
Sort by recently updated
recently updated
newest added

Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...

dependencies

I didn't see this anywhere in the docs, but if the cache pulls a miss, it caches the miss somewhere. To anyone else seeing something like "data not available" on...

bug

Bumps [ipython](https://github.com/ipython/ipython) from 7.16.1 to 7.16.3. Commits d43c7c7 release 7.16.3 5fa1e40 Merge pull request from GHSA-pq7m-3gw7-gq5x 8df8971 back to dev 9f477b7 release 7.16.2 138f266 bring back release helper from master...

dependencies

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.1 to 4.6.5. Changelog Sourced from lxml's changelog. 4.6.5 (2021-12-12) Bugs fixed A vulnerability (GHSL-2021-1038) in the HTML cleaner allowed sneaking script content through SVG images. A...

dependencies

Bumps [websockets](https://github.com/aaugustin/websockets) from 8.1 to 9.1. Changelog Sourced from websockets's changelog. 9.1 ... May 27, 2021 .. note:: **Version 9.1 fixes a security issue introduced in version 8.0.** Version 8.0...

dependencies

## Tasks - [ ] ~make it possible to disable the current limitation of only buying full shares~ - [ ] make fractional shares a ``BacktesterBuilder`` option, with default set...

enhancement
help wanted
api

Currently, doing specific things on certain days or events leads to messy nested ifs. I propose we add a decorators for scheduling. The big task (as always) is *naming things*,...

enhancement
api

A good "getting started" tutorial should explain the core mechanics of simple-back without going to much into detail. I have structured it into the following parts: ## Getting Started -...

documentation

Right now test coverage is non-existent

maintenance