Inputs

How to Use inline Parameters in Pine Script v6 Inputs

QuantNomad

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 →

Advanced Programming with Pine Script: Implementing Multi-Level Stop/Limit Orders with Pyramiding

Trading automation has become increasingly popular among both novice and professional traders, with Pine Script at the forefront as one of the most accessible and powerful tools for creating custom trading strategies on TradingView. Pine Script allows users to design and backtest trading strategies directly within TradingView, making it a go-to choice for traders looking Advanced Programming with Pine Script: Implementing Multi-Level Stop/Limit Orders with Pyramiding Read More →

From UTC to Local Time: A Step-by-Step Guide to Time Zone Conversion in Pine Script

In the fast-paced world of trading, timing is everything. Whether you’re a Forex trader monitoring markets around the globe or a stock trader aligning your strategy with New York’s opening bell, understanding and managing time zones is crucial. TradingView, a widely-used platform by traders of all kinds, offers a powerful scripting language called Pine Script, From UTC to Local Time: A Step-by-Step Guide to Time Zone Conversion in Pine Script Read More →

Build a Backtesting Dashboard in R Shiny in Just 10 Minutes! [Video Tutorial + Code]

Introduction: Creating a web dashboard might seem complex, especially if you lack web development experience. But with R Shiny, you can build a powerful, interactive dashboard in just minutes—no coding skills required! In this tutorial, I’ll walk you through the steps to create a backtesting dashboard in R Shiny in only 10 minutes. Check out Build a Backtesting Dashboard in R Shiny in Just 10 Minutes! [Video Tutorial + Code] Read More →

Announcing the Ultimate UT Bot Screener: Early Access Available!

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 →