TradingView

Save Time with Alert Presets in TradingView

QuantNomad

Set alert present in TradingView

Save Time with Alert Presets in TradingView

If you actively trade or monitor markets in TradingView, you probably create a lot of alerts.Price levels, indicator conditions, strategy alerts, webhook alerts… it adds up quickly. But did you know that TradingView Alert Presets allow you to reuse alert settings and create new alerts in seconds? In this article, you’ll learn: What Alert Presets Save Time with Alert Presets in TradingView Read More →

set min/max/step values for inputs in pine script

How to Use minval, maxval, and step in Pine Script Inputs (v6)

When creating indicators or strategies in Pine Script v6, controlling user inputs is just as important as writing correct calculations.The minval, maxval, and step parameters allow you to validate inputs, prevent errors, and improve the user experience. This tutorial shows how and why to use them. Why Use minval, maxval, and step? Without constraints, users How to Use minval, maxval, and step in Pine Script Inputs (v6) Read More →

Using Checkboxs in Pine Script Inputs to Show/Hide Chart Elements

How to Use Checkboxes in Pine Script Inputs (and Why You Should)

Checkboxes are one of the most underrated input types in Pine Script.They allow users to toggle features on and off, control logic, and clean up indicator settings — all without writing multiple scripts. In this tutorial, you’ll learn: What a checkbox input is How to create one Practical use cases A clean example using Pine How to Use Checkboxes in Pine Script Inputs (and Why You Should) Read More →

How to Connect TradingView Alerts to Telegram Bots (100% Free)

If you use TradingView alerts and want to receive them instantly on Telegram, you might think you need Zapier, paid bots, or third-party services.Good news: you don’t. TradingView can send alerts directly to Telegram using native webhooks, completely free, with no intermediaries. In this tutorial, you’ll learn how to connect TradingView alerts to a Telegram How to Connect TradingView Alerts to Telegram Bots (100% Free) Read More →

Pine Script v6 inputs panel showing inline parameters aligned on the same row in TradingView

How to Use inline Parameters in Pine Script v6 Inputs

Introduction When building indicators or strategies in Pine Script v6, usability matters just as much as logic.A common issue with TradingView scripts is a cluttered inputs panel, where every parameter appears on its own line. Starting with Pine Script v6, the inline parameter allows you to align multiple inputs on the same row, making your How to Use inline Parameters in Pine Script v6 Inputs Read More →

How to Enable or Disable Inputs in Pine Script v6 (Conditional Inputs Using active)

Pine Script v6 lets you conditionally enable or disable an input in the settings panel based on another input (like a checkbox). This is perfect for building clean indicators where users only see (and can edit) advanced settings when they actually need them. In this tutorial, you’ll learn how to use the active parameter in How to Enable or Disable Inputs in Pine Script v6 (Conditional Inputs Using active) Read More →

How to Get Stock Earnings in Pine Script and Use Them in Indicators

Understanding a company’s earnings is crucial for making informed trading decisions. Pine Script, the programming language used on TradingView, provides a convenient way to access and utilize earnings data in your custom indicators. In this article, we’ll explore how to fetch stock earnings using the request.earnings function and incorporate them into your indicators with practical How to Get Stock Earnings in Pine Script and Use Them in Indicators Read More →

Simplifying Grid Optimization in R for Backtesting: A Minimal Code Approach

In quantitative trading, optimizing your backtest can be a time-consuming task. However, with R’s powerful capabilities, you can streamline this process using just a few lines of code. In this article, I’ll walk you through a simple, efficient approach to implementing grid optimization for backtesting in R. Whether you’re a seasoned trader or new to Simplifying Grid Optimization in R for Backtesting: A Minimal Code Approach Read More →

The Main Limitations of Pine Script on TradingView

Pine Script, the scripting language used on TradingView, is a powerful tool that enables traders to develop custom indicators and strategies. However, like any programming environment, it has certain limitations that users must be aware of to maximize its effectiveness. Below, we discuss the main constraints you may encounter when working with Pine Script. 1. The Main Limitations of Pine Script on TradingView Read More →