Readit News logoReadit News
villager commented on Machine learning on mobile – hard mode on?   my-it-notes.com/2022/09/m... · Posted by u/villager
villager · 3 years ago
How easy is to rollout your ML solution on the mobile device now days?
villager commented on Open sourcing crypto-arbitrage bot in Python – back to the dawn of crypto hype   my-it-notes.com/2019/08/c... · Posted by u/villager
Railsify · 6 years ago
How did you handle the delay of moving coins between exchanges?
villager · 6 years ago
If you have enough money - you can spread it among various exchanges into pre-defined coins and just rebalancing it along the usual trading.
villager commented on Open sourcing crypto-arbitrage bot in Python – back to the dawn of crypto hype   my-it-notes.com/2019/08/c... · Posted by u/villager
Railsify · 6 years ago
College should have taught you how to study and learn do to something like this or any other new process.
villager · 6 years ago
+ how to overcome uncertainties, deal with unknowns and what questions to ask
villager commented on Open sourcing crypto-arbitrage bot in Python – back to the dawn of crypto hype   my-it-notes.com/2019/08/c... · Posted by u/villager
maps · 6 years ago
This is a really spot on take on this moment in time. I also wrote a bot circa 2016/2017 [1] and the constant exchange error handling killed any profit I would eek out of the arbitrage. I was only doing this part time while a student so wasn't a huge deal to me, but losing to an exchange throwing up an error that I had never seen before and never would again, or my all time least favorite exchange cryptsy having one side of their books 'stuck' for hours was fabulous.

[1] https://github.com/mikem5/arb2

villager · 6 years ago
That was the most funny thing - we thought if we work only with major exchanges - we will avoid any issues related with immature systems.

Thats make me severely reconsider acceptance criteria of product to be ready to face customers :D

villager commented on Open sourcing crypto-arbitrage bot in Python – back to the dawn of crypto hype   my-it-notes.com/2019/08/c... · Posted by u/villager
brianpgordon · 6 years ago
My eyebrows went up when I read "It was early 2017." I'm pretty sure I remember chatting about this at work in 2013 or very early 2014 and even then my understanding was that it was too late and that automated cross-exchange arb trading had already been done. It's exceptionally difficult to squeeze any profit out of this kind of very crowded trade. There have even been Twitter bots that have come and gone which automatically identify opportunities and broadcast to the whole world how an aspiring entrepreneur can lose a lot of money trying to make fractions of a penny if they act now.
villager · 6 years ago
That's the thing that was difficult to overcome - it was common belief and a common perception that everything were settled already.

Probably in other fields situation might be the same - judging only by facts and data can bring potential opportunities.

villager commented on Open sourcing crypto-arbitrage bot in Python – back to the dawn of crypto hype   my-it-notes.com/2019/08/c... · Posted by u/villager
tastyfreeze · 6 years ago
I also shared this experience. I moved from a Python prototype to Java for improved concurrency but still ended up being beat out by somebody closer or faster.
villager · 6 years ago
yeah, choice of language is not so easy in this case: c++ seems to be industry standard, but I am curious to measure how golang or scala would improve time of development and what would be their performance.
villager commented on Open sourcing crypto-arbitrage bot in Python – back to the dawn of crypto hype   my-it-notes.com/2019/08/c... · Posted by u/villager
Sytten · 6 years ago
I did something similar (https://github.com/Metabot-Tech/artis), I stopped when my bot wasn't fast enough to place order. I had a lot of fun trying to optimize round trip time with various datacenters around the world.
villager · 6 years ago
Out of curiosity what was the full timing - since the moment we get data till the moment when we sent request to exchange?

>> I had a lot of fun trying to optimize round trip time with various datacenters around the world.

To be honest - I am thinking crypto exchanges are not at this state yet: many of them relying on public clouds, some of them still send non-compressed plain text json data, etc.

u/villager

KarmaCake day66January 9, 2018View Original