Christoph Minixhofer

Results 21 issues of Christoph Minixhofer

Executing the following code freezes cucco completely ```` cucco.normalize('[http://example.com/test.jpg](http://example.com/test.jpg)', ['replace_urls']) ```` Leaving out only one `(` or the `.jpg` solves this. Very strange...

bug

This library is just awesome (as far as I have been able to use it), but I have a bit of a problem with edge crossings. I generated the following...

## 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

documentation

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

Should be an easy fix, can just remove `_last_thread` in `_graceful_stop`.

enhancement

It could be beneficial for many strategies to assign target weights to a number of assets, e.g. ``b.long(['AAPL', 'MSFT'], weights=[.5, .5])`` I think sensible default behaviour would be to only...

enhancement
api