pine script global variable - oamarumail.co.nz What the code does is based upon user input. If it is, 1 is stored to x_int . Let’s see how we can use nested if statements in practice. As this ‘cannot use in local scope’ error says, we cannot use the plot () function in a local scope. Getting Started with Pine Script. Pine Method #2 uses plotchar () to plot an up triangle in the bottom part of the indicator’s display. Pine compilation and execution errors — Pine Script User Manual … ; line 109: Cannot use 'strategy.risk.allow_entry_in' in local scope. This code is shorter and will run much faster because it does not use a loop and uses the ta.sma () built-in function to accomplish the task: //@version=5 indicator("The Pine Script™ MA", "", true) thePineMA = ta.sma(close, 10) plot(thePineMA) In these lessons I’m going to walk you through the basic knowledge required in order to begin creating your own custom TradingView indicators, trading tools and trading alerts.