Stephan Miller

Results 22 issues of Stephan Miller

[Keras](https://keras.io/)

enhancement

This may have been caused by my refactoring of the original Titan code. I don't have 100% handle on python PubSub, Threads and Queues and may have broken something. So...

bug

Queues and Threads and Pypubsub are being used in the ticker, market_watcher, and PortfolioBase strategy like the original Titan algorithms. These can be replaced with celery, celerybeat and Redbeat or...

enhancement

Right now i can restart the jobs on launch, but although it picks up the strategy from the database and doesn't duplicate that, each run of the strategy is unique....

bug

I need a base harvester that receives an exchange parameter, one or an array of quote_currencies, and a signal to run. This will work the same a regular strategy except...

enhancement

Send a signal through chat, email, text, etc, with links to trigger the default action. i.e. a signal doesn't instantly buy or sell, but is put on hold until it...

enhancement

Sometimes I get a signal somewhere else and I want and algorithm to put in an order right then, maybe with a set quantity or % of liquid quote currency....

enhancement

I stopped adding talib indicators once I got a good idea that most of them would work for me. I did add all the pyti indicators, but there are many...

enhancement