#python
Read more stories on Hashnode
Articles with this tag
In the last article, I discussed best practices for developing trading software, such as using events, data storage, or separate configurations. This...
In this thread, I'll show you how to develop trading software that is easy to maintain and update, while making it simple to collect statistics and...
I'll show you how to use standard deviation to attempt to predict price reversals. As a bonus, we'll measure volatility ranges to place orders at...
Understanding what's currently happening in the market is crucial to make informed decisions. The concept of market regimes helps us gain insight into...
What's the most efficient way to store market data? SQL or NoSQL? Let's compare 5 most common options and find out what is best. · What’s the best way to...
Abstract Our trading software is definitely going to consume some market data. The most straightforward way to use market data is by analyzing the...