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.
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 →

Can you automate trading in TradingView with one of the supported brokers?
No Comments

Trading automation has become a trendy topic in recent years as more and more traders are looking for ways to streamline their operations and improve their efficiency. Automated trading systems can help traders make better decisions, identify opportunities, reduce risk, and even execute trades automatically. With the advances in technology, automated trading is becoming increasingly Can you automate trading in TradingView with one of the supported brokers? Read More →

Get market data from Kraken exchange with Python
2 Comments

Kraken is a very popular crypto exchange that offers traders a wide variety of digital currencies to buy and sell. It is a secure, reliable platform that provides users with an intuitive interface and advanced trading tools. Kraken is an ideal choice for both experienced traders and beginners, offering a wide range of features at Get market data from Kraken exchange with Python Read More →

Implementing Pivot Reversal Strategy in Python with vectorbt
No Comments

The pivot reversal strategy is a popular trading strategy for crypto. It is based on the principle of buying or selling when the price of an asset hits a certain level, signaling a possible reversal in its trend. This strategy can be used to capitalize on short-term price movements in crypto markets. So I decided Implementing Pivot Reversal Strategy in Python with vectorbt Read More →