Pinescript request.securities not returning consistent data, pinescript v5
I requested data from a higher timeframe “selectedTimeframe” but the float array returned is completly incosistent with what i have on the actual higher timeframe
Plot array of integers as horizontal lines on chart tradingview pinescript
I am trying to Plot array of integers as horizontal lines on chart tradingview pinescript, the array will have around 2000 numbers. I want to plot numbers that haven’t touched price today (9:15 am to 3:30 pm) and are 0.5% close to current price.Any guidance/snippet is appreciated
Pinescript unwanted ghost line appearing on chart tradingview
I have written a pinescript code. Please help me get rid of this ghost horizontal line. Also appreciate if someone can guide me how to add text on line (price) without adding a label.