Layering, Spoofing and Momentum Ignition are not "HFT Strategies." They're illegal market manipulation techniques, most often used by manual traders. You don't need to be ultra fast to bully prices around or enter large non bonafide orders. I've never heard of a legitimate proprietary trading firm (i.e. one that pays a salary and hires highly qualified people, not a boiler room operation) intentionally using these te…
Analyzing Cryptocurrency Markets Using Python
41–50 of 56 posts
Re: Analyzing Cryptocurrency Markets Using Python
#42I wanted to do something like that, eventually I did it on the elasticsearch. Then I wanted to share with the society and added grafana. The final result is real-time analytics of trading on main exchanges and for major pairs: https://cointradeanalysis.com
Re: Analyzing Cryptocurrency Markets Using Python
#43Earlier quoted context omitted.
What are you using to listen to GDAX sockets? I've been able to successfully connect using their node library but when trying to connect directly without using their library I'm unable to connect.
I use the Python library WebSocketClient. Here is the code: https://github.com/ghgr/HFT_Bitcoin/blob/master/download_boo...
Re: Analyzing Cryptocurrency Markets Using Python
#44I wanted to do something like that, eventually I did it on the elasticsearch. Then I wanted to share with the society and added grafana. The final result is real-time analytics of trading on main exchanges and for major pairs: https://cointradeanalysis.com
Your site breaks the back button. Please don’t do that. Otherwise, it’s well done.
Re: Analyzing Cryptocurrency Markets Using Python
#45Earlier quoted context omitted.
Your site breaks the back button. Please don’t do that. Otherwise, it’s well done.
Really... I did not notice this before...
Re: Analyzing Cryptocurrency Markets Using Python
#46Re: Analyzing Cryptocurrency Markets Using Python
#47What's the point of correlation ? If I put 2 buys either I will have double profit or double loss. If I put 1 buy 1 sell I get zero.
Re: Analyzing Cryptocurrency Markets Using Python
#48I'm surprised they didn't mentioned Machine Learning to further analyze the cryptocurrencies. Especially, that a few years ago an experiment shown, that if we would trade algorithmically on S&P500 via Machine Learning, traders could earn 8.5% returns comparing to the 5.6% by a random tactic. Here is a nice explanation: https://sigmoidal.io/machine-learning-for-trading/
Re: Analyzing Cryptocurrency Markets Using Python
#49Would this be considered data science? It doesn't dive into machine learning, or anything advanced computer science wise.
Re: Analyzing Cryptocurrency Markets Using Python
#50I wanted to do something like that, eventually I did it on the elasticsearch. Then I wanted to share with the society and added grafana. The final result is real-time analytics of trading on main exchanges and for major pairs: https://cointradeanalysis.com
Interesting site. It would be an interesting exercise to try and arbitrage the price differences of BTC on different exchanges.