Use cursor to select top/bottom price automatically to draw box for example instead of use input function [pine-script-v5]
by using pointer or cursor how to select high/low or top/bottom price candle automatically to draw box for example instead of use input function [pine-script-v5]
candle counter in Tradingview
i want to make a counter that can count how many 1 minuttes candles been printet i tradingview since yesterday 23:00. I have tried to get help from ChatGPT, but NO luck ?
I hope someone here can help me.
Thanks.
Br mike-kaast
Trading view Pinescript : How to Label Green and Red Candles with Identical Opening Prices Separately in Pine Script?
I’m developing a Pine Script indicator where I aim to label green candles with identical opening prices separately from red candles with the same opening prices. Specifically, I want to label green candles with matching opening prices only with other green candles, and similarly, I want to label red candles with matching opening prices only with other red candles.
PineScript TradingView / Exit Signal /
Good morning,
I have written code in pinescript v5 to identify highs higher than previous day high. Is there a simpler way to do it?
Here is my code and I want do this in a simpler way. Since I am new, I don’t know how I can do this in a simpler manner.
I have created a code in pinescript v5 to identify highs higher than previous day high. Is there a simpler way to do it
Here is my code and I want do this in a simpler way. Since I am new, I don’t know how I can do this in more simple manner.
PineScript V5 – Basic Script Repaint problem
I have a pretty basic code that long above SMA200, and short below SMA200, with take profit and stop loss function. It runs fine, but when I want to set an alarm, TV said it uses repaint data, could you please point out where the problem is? TIA