Stephan Miller
Stephan Miller
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...
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...
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....
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...
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...
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....
So far cryptopia
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...