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.
Announcing the Ultimate UT Bot Screener: Early Access Available!
No Comments

We’re excited to introduce the Ultimate UT Bot Screener, a powerful new custom screener on TradingView designed to enhance your trading experience. This innovative tool will be available to everyone in just two weeks, but we’re offering an exclusive opportunity for early access to those who want to get a head start. What is the Announcing the Ultimate UT Bot Screener: Early Access Available! Read More →

A simple way to save TradingView alerts to Google Sheets
No Comments

TradingView has become immensely popular among traders for its comprehensive suite of analytical tools and user-friendly interface. One of its most utilized features is the server-side alerts, which allow traders to set up notifications based on specific market conditions without the need to keep the trading terminal open. This functionality enhances trading efficiency and ensures A simple way to save TradingView alerts to Google Sheets Read More →

Consecutive Alerts from Custom TradingView Screener
No Comments

Screeners are crucial tools for traders, providing a way to filter stocks and other financial instruments based on specific criteria. This allows traders to efficiently identify potential investment opportunities that align with their trading strategies. By leveraging screeners, traders can save time, focus on high-potential prospects, and make informed decisions based on data-driven analysis, enhancing Consecutive Alerts from Custom TradingView Screener Read More →

Logging in Pine Script
No Comments

Logging is a crucial aspect of programming, providing insights into software’s behavior during execution. It not only helps in debugging by recording events and errors, allowing developers to trace issues back to their source, but it also plays a significant role in monitoring the performance and health of applications in production. Through effective logging, programmers Logging in Pine Script Read More →

Buffett indicator in TradingView
No Comments

The Buffet Indicator, named after the renowned investor Warren Buffett, is a financial metric used to gauge the overall valuation of the stock market relative to the economy. It is calculated by dividing the total market capitalisation of publicly traded stocks in a country by its Gross Domestic Product (GDP). Essentially, the Buffet Indicator compares Buffett indicator in TradingView Read More →

Running Grid Optimization for Backtests in Python using vectorbt
No Comments

After running backtests, many quants want to know the best parameters for their strategies. For that, you can run one of the optimization algorithms that will find the best combination of parameters to give you the best metrics you want to optimize. It’s a pretty helpful feature, and many quants use it. However, you must Running Grid Optimization for Backtests in Python using vectorbt Read More →