I’m creating a TradingView indicator and currently I have to manually identify and draw support and resistance levels on the chart. I want my Pine Script to detect important price levels…
Questions tagged #pine-script
Pine Script strategies and alert messages.
I’m creating my own TradingView indicator in Pine Script, but currently all the values like EMA length, RSI period, colors, and other settings are hardcoded. I want users to be able to…
I’m creating a trading strategy in Pine Script and I want to add a trailing stop-loss to it. How can I create a trailing stop that automatically moves in the direction of the trade as the…
I’m creating a TradingView indicator and I have some logic that should execute only on the first candle of a new trading day. I don’t want to run that logic on every candle. I want to…
I’m creating my own technical indicators in Pine Script and want to build a Donchian Channel from scratch instead of using a built-in indicator. I want to understand how the upper and lower…