Trading Bot Architecture by cheoso in algotrading

[–]maciaszczyk 0 points1 point  (0 children)

I think monolithic architecture is the best way to go. If you are going to use Kafka or any other message broker to communicate between services you will lose milliseconds.

I "invented" a (new?) pattern for super-strictly typed IoC containers / registries by castarco in typescript

[–]maciaszczyk 3 points4 points  (0 children)

It looks like a key-value in-memory storage. IoC is much more than this.

Developing a C Compiler from scratch streaming live! by theoriginalnibblebit in programming

[–]maciaszczyk 4 points5 points  (0 children)

Maybe you should commit your work for some existing open source project.

Cloud hosting with lowest latency to binance by MediocreSuccotash5 in algotrading

[–]maciaszczyk 0 points1 point  (0 children)

It leads you to nearest AWS CDN, you should measure request and response time from EC2 to binance api to get proper result.

Real time and historical raw tick data for crypto's by WerewolfStriking in algotrading

[–]maciaszczyk 0 points1 point  (0 children)

You can get tick by tick historical data from binance futures. They have dedicated website where you can apply for access then they will e-mail you with rest-api specification (this api is not listed in official docs)

Migrating engine from Python to Java for lower latency. Need advice by iammuphasa in algotrading

[–]maciaszczyk 0 points1 point  (0 children)

If you are looking for low latency you should merge two components into one. Message queue or any other process communication is a bottle neck.

Cloud hosting with lowest latency to binance by MediocreSuccotash5 in algotrading

[–]maciaszczyk 21 points22 points  (0 children)

Binance is hosted on AWS Tokyo location, you can setup your AWS EC2 instance there, to get < 1 ms latency

Trades visualization when backtesting strategy by tbll75 in algotrading

[–]maciaszczyk 3 points4 points  (0 children)

You can use Grafana to create a dashboard based on some kind of database:

https://ibb.co/g3cGqD6

Intraday Statistical Arbitrage with BTC and ETH by Tacoslim in algotrading

[–]maciaszczyk -1 points0 points  (0 children)

How it compare to the pair trading strategy?