The Quant Nomad has over 6 years’ experience in the quantitative trading industry (15+ years in programming).
He has helped more than 200 traders and companies create/optimize their algorithmic trading models.
Downloading the entire history of the USD Yield Curve in Python
No Comments

With the latest events on the market USD yield curve has become a very hot topic in all the news. Many traders want to use it in backtest and custom quantitative analysis. In this small article, I’ll show you how to download the entire history of the US Yield curve in Python just in a Downloading the entire history of the USD Yield Curve in Python Read More →

An easy way to sort a screener in Pine Script. How to sort a few arrays at the same time?
No Comments

TradingView provides an incredibly powerful platform for traders to analyze the markets and make informed decisions. One of the most desired features of Pine Script is custom screeners. Custom screeners allow traders to quickly and easily find stocks/coins that meet their criteria. Quite often, you might want to sort the result of your customs screener. An easy way to sort a screener in Pine Script. How to sort a few arrays at the same time? Read More →

Why your live trading is so much worse than your Backtests?
No Comments

Introduction This is the question people ask me very often. And it’s happening with both retail and institutional traders who are trying to run systematic strategies. There are quite a lot of things that can go wrong between perfect backtesting results and pure trading performance. In this article, I’m trying to cover all the reasons Why your live trading is so much worse than your Backtests? Read More →

How to plot horizontal lines in Pine Script.
No Comments

Pine Script is an excellent tool for creating data visualizations. It has a wide range of plotting tools that allow users to graph data in a variety of ways. With these tools, users can customize the look of the graph to their liking, as well as make adjustments to the data to get the most How to plot horizontal lines in Pine Script. Read More →

Downloading the entire history of OHLC bars from Kraken with Python
No Comments

Kraken is a very popular exchange. Currently, it holds 3rd place in terms of 24h volume traded. Quite a lot of people try to create systematic trading models based on Kraken’s data. Some time ago, I already published an article where I showed how to get data from Kraken. The problem is that for OHLC, Downloading the entire history of OHLC bars from Kraken with Python Read More →

Implementing UT Bot in TradeStation
No Comments

UT Bot is a very popular script in my TradingView account. Quite a few people asked me to translate it to another programming languages. I already created a version in Python. In this article I’ll show you a way to implement UT Bot strategy in EasyLanguage for TradeStation. I started to look more into TradeStation Implementing UT Bot in TradeStation Read More →