Blog
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
Creating an excellent custom screener in TradeStation in minutes
TradingView is a really great tool, but it still lacks a few important features. One of them is Custom Screener. I created a bunch of
Automatically upgrade Pine Script indicators from version 3 and v4 to v5
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
Generating Pine Script in ChatGPT
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
Pine Script – Undeclared identifier ‘green’ / ‘color.green’ – how to fix it?
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
UT Bot Screener in TradingView
UT Bot is a pretty popular script I created on TradingView. Quite often, I receive questions if I can create a screener from it. So
Few ways to close/exit positions in Pine Script
Good timing for exiting your positions is essential for good trading strategies. There are a few ways to close/exit positions in Pine Script. In this