2 Answers
<p id="isPasted">Double click on the text, select and delete it.</p><p>If you mean to have it blank as default, you need the source code to edit it directly in the code.</p>
2 Views
<p id="isPasted">In trading platforms like TradingView (Pine Script) or MetaTrader (MQL4/MQL5), a "blank" or empty variable in the input settings usually serves one of two purposes: UI organization or functional logic.</p><p><strong>1. Visual Organization (The Most Common Use)</strong></p><p>Traders and developers often use "blank" input variables to make complex settings panels easier to read.</p><ul><li>Separators: A string input with no name or value can act as a visual break between different groups of settings (e.g., separating "Entry Logic" from "Risk Management").</li><li>Headings: Sometimes a variable is created with a title but no actual input field to act as a section header. …</li></ul>