#trading
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...
Abstract Our trading software is definitely going to consume some market data. The most straightforward way to use market data is by analyzing the...
The event-driven approach is a way to think about software architecture. Developing and maintaining a considerable trading application while thinking...