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

Automatically upgrade Pine Script indicators from version 3 and v4 to v5
No Comments

Pine Script has many versions, and they are not very compatible with each other, making it difficult to switch from one version to another. You might experience quite a lot of issues when you try to copy part of the code from a script in another version or merge different version scripts. My universal advice Automatically upgrade Pine Script indicators from version 3 and v4 to v5 Read More →

Generating Pine Script in ChatGPT
No Comments

People are incredibly excited about the increasing popularity of ChatGPT. It has become a phenomenon and is being talked about everywhere. People are eager to experience the potential of this innovative technology for themselves. ChatGPT is also capable of coding, allowing users to create their scripts and programs using different programming languages. I wanted to Generating Pine Script in ChatGPT Read More →

Pine Script – Undeclared identifier ‘green’ / ‘color.green’ – how to fix it?
No Comments

You might see the following error in Pine Script quite often, especially if you’re trying to merge a few scripts or copy certain elements from another script. You might see this error with basically all supported colors: Undeclared identifier `color.red` Undeclared identifier `color.black` Undeclared identifier `color.white` Undeclared identifier ‘red’ Undeclared identifier ‘black’ Undeclared identifier ‘white’ Pine Script – Undeclared identifier ‘green’ / ‘color.green’ – how to fix it? Read More →