|
|
|
|
|
by hu3
1089 days ago
|
|
Go is great for network heavy apps like algo trading! I used Go to write trading algos that would find small windows of triangle arbitrages in crypto exchanges. Made me some money but the risk of a big loss made me stop pursing crypto trade and it required too much time and attention. It's a full time job from my experience. Reasons I could lose big at any given time if I scaled up the stakes: - Exchanges temporarily pausing some specific crypto trading for N reasons (happened very often) while I'm in the middle of the arbitrage. - Getting caught in the middle of a pump and dump event (also frequent) - Any algo mistake that would perform excessives trades in succession would incur huge losses because crypto exchanges charge %. Also, most cryptos have too low volatility. Every time I tried to scale my bot would start interferring oo much with the market. And it wasn't even much money. |
|