You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using crytpofeed/cryptostore to retrieve data and to play with it with ML stuff.
I am nearing a step when I will be able to use the ML outputs for actual trading.
The trading strategy I am considering involves the management of a portfolio of cryptos.
I am building my own lib for managing the ML part (data pre-processing + generation of predictions, of course based on other open-source libs for the purely NN part).
Basically, for trading, I will need to have a running cryptostore harvesting data the usual way.
Then my lib will have to be called at some frequent intervals to process data from cryptostore, and issue new predictions.
I am thus looking for a 'trading platform' that will do this job:
call my lib to have it issuing new predicitions
materialize the predictions by issuing appropriate buy/sell orders depending of the balance
Questions
Looking for advices, I am raising here these questions, with hopes that some of you can share their experiences:
what (python open-source) trading platform are you yourself using if any? (or did you build your own?)
would you know of any (python open-source) trading platform based on cryptofeed? (the methods cryptofeed has for managing trades and balance in rest folder)
the python open source trading platform I am aware of is freqtrade, but from the author himself, its infrastructure is not fitted to manage a portfolio of cryptos, so I am a bit hesitant to go in this direction without a deeper look on the topic. Have some of you any experience to share regarding freqtrade? (I am aware it is not based on cryptofeed :))
finally, an option I am wondering about is, could this be an appropriate job for a 'trade' plug-in in cryptostore? I don't know exactly the possible scope for a cryptostore plug-in. Did such an idea already crossed your mind @bmoscon ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
Context
I am using crytpofeed/cryptostore to retrieve data and to play with it with ML stuff.
I am nearing a step when I will be able to use the ML outputs for actual trading.
The trading strategy I am considering involves the management of a portfolio of cryptos.
I am building my own lib for managing the ML part (data pre-processing + generation of predictions, of course based on other open-source libs for the purely NN part).
Basically, for trading, I will need to have a running cryptostore harvesting data the usual way.
Then my lib will have to be called at some frequent intervals to process data from cryptostore, and issue new predictions.
I am thus looking for a 'trading platform' that will do this job:
Questions
Looking for advices, I am raising here these questions, with hopes that some of you can share their experiences:
what (python open-source) trading platform are you yourself using if any? (or did you build your own?)
would you know of any (python open-source) trading platform based on cryptofeed? (the methods cryptofeed has for managing trades and balance in
rest
folder)the python open source trading platform I am aware of is freqtrade, but from the author himself, its infrastructure is not fitted to manage a portfolio of cryptos, so I am a bit hesitant to go in this direction without a deeper look on the topic. Have some of you any experience to share regarding freqtrade? (I am aware it is not based on cryptofeed :))
finally, an option I am wondering about is, could this be an appropriate job for a 'trade' plug-in in cryptostore? I don't know exactly the possible scope for a cryptostore plug-in. Did such an idea already crossed your mind @bmoscon ?
Thanks in advance for any help!
Bests
Beta Was this translation helpful? Give feedback.
All reactions