Coding and Testing Linux Applications on Windows Using WSL and VS Code

In this article, I will share my experience of using Windows Subsystem for Linux along with Visual Studio Code for some basic coding and testing in C++ and Java. While I will be using some of the examples from the Refinitiv Real-time SDKs,  the notes below should be applicable to general C++ and Java development.

I will start with:

Using Technical Analysis Indicators to Send Buy-or-Sell Trading Signals to a Chatroom

In this article, I will look at how I can use technical analysis indicators to send buy-or-sell trading signals to a chatroom on an ongoing basis — removing the need to keep eyeballing Technical Analysis charts constantly.

According to Investopedia ‘Technical Analysis is a trading discipline employed to evaluate investments and identify trading opportunities by analyzing statistical trends gathered from trading activity, such as price movement and volume’. It further states ‘technical analysts focus on patterns of price movements, trading signals … to evaluate a security’s strength or weakness’.

My Newbie Challenges With Matplotlib

In this article, I would like to share the challenges I faced (and the solutions!) as a Python newbie using Matplotlib in anger for the first time…

Recently I was tasked with developing a Python-based workflow as well as an article for my employer. The workflow involved generating some Technical Analysis related charts and the article involved plotting some Volatility Surfaces and various Curves.