Open-Source Algo Trading Tool

1 reply 286 views
lynx777Member
Posts: 1 · Reputation: 68
#1Jul 22, 2019, 08:08 PM
So, check out Coin Trader, an open-source backend built with Java for automating crypto trades. It works with current libraries for market data and executing orders, and it has features for persistence and an event-driven setup, which is great for backtesting, creating algorithms, and live trading. It’s not fully ready for live trading yet, but with some extra help, we can make it a solid algo trading solution. For more info, hit up the GitHub page for the documentation.
2 Reply Quote Share
lynx_rocketSenior Member
Posts: 232 · Reputation: 1450
#2Jul 22, 2019, 11:57 PM
Interesting open-source approach to the crypto trading infrastructure. An event-based architecture that covers both backtesting and live trading is definitely valuable for developers in this space. I see the challenge of making such platforms more accessible to traders who aren't hardcore Java developers. The gap between a strategy idea (e.g., in Pine Script) and a working Java engine remains significant for many. Wishing you the best of luck with the development. The open-source algo-trading ecosystem certainly needs more robust projects.
3 Reply Quote Share

Related topics